Date: Thursday, May 1, 2014 @ 19:45:56
  Author: bisson
Revision: 211944

db-move: moved procps-ng from [testing] to [core] (i686, x86_64)

Added:
  procps-ng/repos/core-i686/PKGBUILD
    (from rev 211943, procps-ng/repos/testing-i686/PKGBUILD)
  procps-ng/repos/core-i686/install
    (from rev 211943, procps-ng/repos/testing-i686/install)
  procps-ng/repos/core-x86_64/PKGBUILD
    (from rev 211943, procps-ng/repos/testing-x86_64/PKGBUILD)
  procps-ng/repos/core-x86_64/install
    (from rev 211943, procps-ng/repos/testing-x86_64/install)
Deleted:
  procps-ng/repos/core-i686/PKGBUILD
  procps-ng/repos/core-i686/install
  procps-ng/repos/core-x86_64/PKGBUILD
  procps-ng/repos/core-x86_64/install
  procps-ng/repos/testing-i686/
  procps-ng/repos/testing-x86_64/

----------------------+
 /PKGBUILD            |  102 +++++++++++++++++++++++++++++++++++++++++++++++++
 /install             |   28 +++++++++++++
 core-i686/PKGBUILD   |   50 ------------------------
 core-i686/install    |   14 ------
 core-x86_64/PKGBUILD |   50 ------------------------
 core-x86_64/install  |   14 ------
 6 files changed, 130 insertions(+), 128 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD  2014-05-01 16:16:51 UTC (rev 211943)
+++ core-i686/PKGBUILD  2014-05-01 17:45:56 UTC (rev 211944)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bis...@archlinux.org>
-# Contributor: Eric Bélanger <e...@archlinux.org>
-
-pkgname=procps-ng
-pkgver=3.3.9
-pkgrel=2
-pkgdesc='Utilities for monitoring your system and its processes'
-url='http://sourceforge.net/projects/procps-ng/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('ncurses')
-source=("http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('088c77631745fc75ee41fc29c254a4069be4869a')
-
-groups=('base')
-
-conflicts=('procps' 'sysvinit-tools')
-provides=('procps' 'sysvinit-tools')
-replaces=('procps' 'sysvinit-tools')
-
-install=install
-
-prepare() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       sed 's:<ncursesw/:<:g' -i watch.c
-}
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       ./configure \
-               --prefix=/usr \
-               --exec-prefix=/ \
-               --sysconfdir=/etc \
-               --libdir=/usr/lib \
-               --bindir=/usr/bin \
-               --sbindir=/usr/bin \
-               --enable-watch8bit \
-
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-
-       # provided by util-linux
-       rm "${pkgdir}/usr/bin/kill"
-       rm "${pkgdir}/usr/share/man/man1/kill.1"
-}

Copied: procps-ng/repos/core-i686/PKGBUILD (from rev 211943, 
procps-ng/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD                          (rev 0)
+++ core-i686/PKGBUILD  2014-05-01 17:45:56 UTC (rev 211944)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+# Contributor: Eric Bélanger <e...@archlinux.org>
+
+pkgname=procps-ng
+pkgver=3.3.9
+pkgrel=3
+pkgdesc='Utilities for monitoring your system and its processes'
+url='http://sourceforge.net/projects/procps-ng/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('ncurses' 'systemd')
+source=("http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('088c77631745fc75ee41fc29c254a4069be4869a')
+
+groups=('base')
+
+conflicts=('procps' 'sysvinit-tools')
+provides=('procps' 'sysvinit-tools')
+replaces=('procps' 'sysvinit-tools')
+
+install=install
+
+prepare() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       sed 's:<ncursesw/:<:g' -i watch.c
+}
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure \
+               --prefix=/usr \
+               --exec-prefix=/ \
+               --sysconfdir=/etc \
+               --libdir=/usr/lib \
+               --bindir=/usr/bin \
+               --sbindir=/usr/bin \
+               --enable-watch8bit \
+               --with-systemd \
+
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+
+       # provided by util-linux
+       rm "${pkgdir}/usr/bin/kill"
+       rm "${pkgdir}/usr/share/man/man1/kill.1"
+}

Deleted: core-i686/install
===================================================================
--- core-i686/install   2014-05-01 16:16:51 UTC (rev 211943)
+++ core-i686/install   2014-05-01 17:45:56 UTC (rev 211944)
@@ -1,14 +0,0 @@
-post_upgrade() {
-       if [[ $(vercmp $2 3.3.8-3) = -1 ]]; then
-               cat <<EOF
-
-==> The file /etc/sysctl.conf has been removed from this
-==> package, as all its settings are now kernel defaults.
-
-==> If you had customized it, you need to rename it as
-==> /etc/sysctl.d/99-sysctl.conf since from version 207 on
-==> systemd only applies settings from /etc/sysctl.d/* .
-
-EOF
-       fi
-}

Copied: procps-ng/repos/core-i686/install (from rev 211943, 
procps-ng/repos/testing-i686/install)
===================================================================
--- core-i686/install                           (rev 0)
+++ core-i686/install   2014-05-01 17:45:56 UTC (rev 211944)
@@ -0,0 +1,14 @@
+post_upgrade() {
+       if [[ $(vercmp $2 3.3.8-3) = -1 ]]; then
+               cat <<EOF
+
+==> The file /etc/sysctl.conf has been removed from this
+==> package, as all its settings are now kernel defaults.
+
+==> If you had customized it, you need to rename it as
+==> /etc/sysctl.d/99-sysctl.conf since from version 207 on
+==> systemd only applies settings from /etc/sysctl.d/* .
+
+EOF
+       fi
+}

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD        2014-05-01 16:16:51 UTC (rev 211943)
+++ core-x86_64/PKGBUILD        2014-05-01 17:45:56 UTC (rev 211944)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bis...@archlinux.org>
-# Contributor: Eric Bélanger <e...@archlinux.org>
-
-pkgname=procps-ng
-pkgver=3.3.9
-pkgrel=2
-pkgdesc='Utilities for monitoring your system and its processes'
-url='http://sourceforge.net/projects/procps-ng/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('ncurses')
-source=("http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('088c77631745fc75ee41fc29c254a4069be4869a')
-
-groups=('base')
-
-conflicts=('procps' 'sysvinit-tools')
-provides=('procps' 'sysvinit-tools')
-replaces=('procps' 'sysvinit-tools')
-
-install=install
-
-prepare() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       sed 's:<ncursesw/:<:g' -i watch.c
-}
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       ./configure \
-               --prefix=/usr \
-               --exec-prefix=/ \
-               --sysconfdir=/etc \
-               --libdir=/usr/lib \
-               --bindir=/usr/bin \
-               --sbindir=/usr/bin \
-               --enable-watch8bit \
-
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-
-       # provided by util-linux
-       rm "${pkgdir}/usr/bin/kill"
-       rm "${pkgdir}/usr/share/man/man1/kill.1"
-}

Copied: procps-ng/repos/core-x86_64/PKGBUILD (from rev 211943, 
procps-ng/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD                                (rev 0)
+++ core-x86_64/PKGBUILD        2014-05-01 17:45:56 UTC (rev 211944)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+# Contributor: Eric Bélanger <e...@archlinux.org>
+
+pkgname=procps-ng
+pkgver=3.3.9
+pkgrel=3
+pkgdesc='Utilities for monitoring your system and its processes'
+url='http://sourceforge.net/projects/procps-ng/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('ncurses' 'systemd')
+source=("http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('088c77631745fc75ee41fc29c254a4069be4869a')
+
+groups=('base')
+
+conflicts=('procps' 'sysvinit-tools')
+provides=('procps' 'sysvinit-tools')
+replaces=('procps' 'sysvinit-tools')
+
+install=install
+
+prepare() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       sed 's:<ncursesw/:<:g' -i watch.c
+}
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure \
+               --prefix=/usr \
+               --exec-prefix=/ \
+               --sysconfdir=/etc \
+               --libdir=/usr/lib \
+               --bindir=/usr/bin \
+               --sbindir=/usr/bin \
+               --enable-watch8bit \
+               --with-systemd \
+
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+
+       # provided by util-linux
+       rm "${pkgdir}/usr/bin/kill"
+       rm "${pkgdir}/usr/share/man/man1/kill.1"
+}

Deleted: core-x86_64/install
===================================================================
--- core-x86_64/install 2014-05-01 16:16:51 UTC (rev 211943)
+++ core-x86_64/install 2014-05-01 17:45:56 UTC (rev 211944)
@@ -1,14 +0,0 @@
-post_upgrade() {
-       if [[ $(vercmp $2 3.3.8-3) = -1 ]]; then
-               cat <<EOF
-
-==> The file /etc/sysctl.conf has been removed from this
-==> package, as all its settings are now kernel defaults.
-
-==> If you had customized it, you need to rename it as
-==> /etc/sysctl.d/99-sysctl.conf since from version 207 on
-==> systemd only applies settings from /etc/sysctl.d/* .
-
-EOF
-       fi
-}

Copied: procps-ng/repos/core-x86_64/install (from rev 211943, 
procps-ng/repos/testing-x86_64/install)
===================================================================
--- core-x86_64/install                         (rev 0)
+++ core-x86_64/install 2014-05-01 17:45:56 UTC (rev 211944)
@@ -0,0 +1,14 @@
+post_upgrade() {
+       if [[ $(vercmp $2 3.3.8-3) = -1 ]]; then
+               cat <<EOF
+
+==> The file /etc/sysctl.conf has been removed from this
+==> package, as all its settings are now kernel defaults.
+
+==> If you had customized it, you need to rename it as
+==> /etc/sysctl.d/99-sysctl.conf since from version 207 on
+==> systemd only applies settings from /etc/sysctl.d/* .
+
+EOF
+       fi
+}

Reply via email to