Date: Tuesday, September 17, 2013 @ 05:04:40
  Author: bisson
Revision: 194509

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

Added:
  procps-ng/repos/core-i686/PKGBUILD
    (from rev 194508, procps-ng/repos/testing-i686/PKGBUILD)
  procps-ng/repos/core-i686/install
    (from rev 194508, procps-ng/repos/testing-i686/install)
  procps-ng/repos/core-x86_64/PKGBUILD
    (from rev 194508, procps-ng/repos/testing-x86_64/PKGBUILD)
  procps-ng/repos/core-x86_64/install
    (from rev 194508, procps-ng/repos/testing-x86_64/install)
Deleted:
  procps-ng/repos/core-i686/PKGBUILD
  procps-ng/repos/core-i686/sysctl.conf
  procps-ng/repos/core-x86_64/PKGBUILD
  procps-ng/repos/core-x86_64/sysctl.conf
  procps-ng/repos/testing-i686/
  procps-ng/repos/testing-x86_64/

-------------------------+
 /PKGBUILD               |   90 ++++++++++++++++++++++++++++++++++++++++++++++
 core-i686/PKGBUILD      |   53 ---------------------------
 core-i686/install       |   14 +++++++
 core-i686/sysctl.conf   |   38 -------------------
 core-x86_64/PKGBUILD    |   53 ---------------------------
 core-x86_64/install     |   14 +++++++
 core-x86_64/sysctl.conf |   38 -------------------
 7 files changed, 118 insertions(+), 182 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD  2013-09-17 02:50:40 UTC (rev 194508)
+++ core-i686/PKGBUILD  2013-09-17 03:04:40 UTC (rev 194509)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: Eric Bélanger <[email protected]>
-
-pkgname=procps-ng
-pkgver=3.3.8
-pkgrel=2
-pkgdesc='Utilities for monitoring your system and its processes'
-url='http://gitorious.org/procps'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-groups=('base')
-depends=('ncurses')
-backup=('etc/sysctl.conf')
-source=("${pkgname}-${pkgver}.tar.gz::http://gitorious.org/procps/procps/archive-tarball/v${pkgver}";
-        'sysctl.conf')
-sha1sums=('63aed46ba4b5b05698beb25d2aa3eee6779d7f45'
-          'bc4e929a0ddcdcd627e8d15d30abcf185aa33fab')
-
-conflicts=('procps')
-provides=('procps')
-replaces=('procps')
-
-options=('!libtool')
-
-prepare() {
-       cd "${srcdir}/procps-procps"
-       echo ${pkgver} > .tarball-version
-       ./autogen.sh
-}
-
-build() {
-       cd "${srcdir}/procps-procps"
-       ./configure \
-               --prefix=/usr \
-               --exec-prefix=/ \
-               --sysconfdir=/etc \
-               --libdir=/usr/lib \
-               --bindir=/usr/bin \
-               --sbindir=/usr/bin \
-               --disable-static
-       make
-}
-
-package() {
-       cd "${srcdir}/procps-procps"
-       make DESTDIR="${pkgdir}" install
-       install -D -m644 ../sysctl.conf "${pkgdir}/etc/sysctl.conf"
-
-       # 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 194508, 
procps-ng/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD                          (rev 0)
+++ core-i686/PKGBUILD  2013-09-17 03:04:40 UTC (rev 194509)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Eric Bélanger <[email protected]>
+
+pkgname=procps-ng
+pkgver=3.3.8
+pkgrel=3
+pkgdesc='Utilities for monitoring your system and its processes'
+url='http://gitorious.org/procps'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('ncurses')
+source=("http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('4fa6a373f969989a9e490df5eb49a2df62eca19a')
+
+groups=('base')
+
+conflicts=('procps')
+provides=('procps')
+replaces=('procps')
+
+options=('!libtool')
+install=install
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure \
+               --prefix=/usr \
+               --exec-prefix=/ \
+               --sysconfdir=/etc \
+               --libdir=/usr/lib \
+               --bindir=/usr/bin \
+               --sbindir=/usr/bin \
+               --disable-static
+       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/install (from rev 194508, 
procps-ng/repos/testing-i686/install)
===================================================================
--- core-i686/install                           (rev 0)
+++ core-i686/install   2013-09-17 03:04:40 UTC (rev 194509)
@@ -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-i686/sysctl.conf
===================================================================
--- core-i686/sysctl.conf       2013-09-17 02:50:40 UTC (rev 194508)
+++ core-i686/sysctl.conf       2013-09-17 03:04:40 UTC (rev 194509)
@@ -1,38 +0,0 @@
-# Configuration file for runtime kernel parameters.
-# See sysctl.conf(5) for more information.
-
-# Have the CD-ROM close when you use it, and open when you are done.
-#dev.cdrom.autoclose = 1
-#dev.cdrom.autoeject = 1
-
-# Protection from the SYN flood attack.
-net.ipv4.tcp_syncookies = 1
-
-# See evil packets in your logs.
-#net.ipv4.conf.all.log_martians = 1
-
-# Never accept redirects or source routes (these are only useful for routers).
-#net.ipv4.conf.all.accept_redirects = 0
-#net.ipv4.conf.all.accept_source_route = 0
-#net.ipv6.conf.all.accept_redirects = 0
-#net.ipv6.conf.all.accept_source_route = 0
-
-# Disable packet forwarding.
-net.ipv4.ip_forward = 0
-net.ipv6.conf.all.forwarding = 0
-
-# Tweak the port range used for outgoing connections.
-#net.ipv4.ip_local_port_range = 32768 61000
-
-# Tweak those values to alter disk syncing and swap behavior.
-#vm.vfs_cache_pressure = 100
-#vm.laptop_mode = 0
-#vm.swappiness = 60
-
-# Tweak how the flow of kernel messages is throttled.
-#kernel.printk_ratelimit_burst = 10
-#kernel.printk_ratelimit = 5
-
-# Reboot 600 seconds after kernel panic or oops.
-#kernel.panic_on_oops = 1
-#kernel.panic = 600

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD        2013-09-17 02:50:40 UTC (rev 194508)
+++ core-x86_64/PKGBUILD        2013-09-17 03:04:40 UTC (rev 194509)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: Eric Bélanger <[email protected]>
-
-pkgname=procps-ng
-pkgver=3.3.8
-pkgrel=2
-pkgdesc='Utilities for monitoring your system and its processes'
-url='http://gitorious.org/procps'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-groups=('base')
-depends=('ncurses')
-backup=('etc/sysctl.conf')
-source=("${pkgname}-${pkgver}.tar.gz::http://gitorious.org/procps/procps/archive-tarball/v${pkgver}";
-        'sysctl.conf')
-sha1sums=('63aed46ba4b5b05698beb25d2aa3eee6779d7f45'
-          'bc4e929a0ddcdcd627e8d15d30abcf185aa33fab')
-
-conflicts=('procps')
-provides=('procps')
-replaces=('procps')
-
-options=('!libtool')
-
-prepare() {
-       cd "${srcdir}/procps-procps"
-       echo ${pkgver} > .tarball-version
-       ./autogen.sh
-}
-
-build() {
-       cd "${srcdir}/procps-procps"
-       ./configure \
-               --prefix=/usr \
-               --exec-prefix=/ \
-               --sysconfdir=/etc \
-               --libdir=/usr/lib \
-               --bindir=/usr/bin \
-               --sbindir=/usr/bin \
-               --disable-static
-       make
-}
-
-package() {
-       cd "${srcdir}/procps-procps"
-       make DESTDIR="${pkgdir}" install
-       install -D -m644 ../sysctl.conf "${pkgdir}/etc/sysctl.conf"
-
-       # 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 194508, 
procps-ng/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD                                (rev 0)
+++ core-x86_64/PKGBUILD        2013-09-17 03:04:40 UTC (rev 194509)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Eric Bélanger <[email protected]>
+
+pkgname=procps-ng
+pkgver=3.3.8
+pkgrel=3
+pkgdesc='Utilities for monitoring your system and its processes'
+url='http://gitorious.org/procps'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('ncurses')
+source=("http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('4fa6a373f969989a9e490df5eb49a2df62eca19a')
+
+groups=('base')
+
+conflicts=('procps')
+provides=('procps')
+replaces=('procps')
+
+options=('!libtool')
+install=install
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure \
+               --prefix=/usr \
+               --exec-prefix=/ \
+               --sysconfdir=/etc \
+               --libdir=/usr/lib \
+               --bindir=/usr/bin \
+               --sbindir=/usr/bin \
+               --disable-static
+       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/install (from rev 194508, 
procps-ng/repos/testing-x86_64/install)
===================================================================
--- core-x86_64/install                         (rev 0)
+++ core-x86_64/install 2013-09-17 03:04:40 UTC (rev 194509)
@@ -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/sysctl.conf
===================================================================
--- core-x86_64/sysctl.conf     2013-09-17 02:50:40 UTC (rev 194508)
+++ core-x86_64/sysctl.conf     2013-09-17 03:04:40 UTC (rev 194509)
@@ -1,38 +0,0 @@
-# Configuration file for runtime kernel parameters.
-# See sysctl.conf(5) for more information.
-
-# Have the CD-ROM close when you use it, and open when you are done.
-#dev.cdrom.autoclose = 1
-#dev.cdrom.autoeject = 1
-
-# Protection from the SYN flood attack.
-net.ipv4.tcp_syncookies = 1
-
-# See evil packets in your logs.
-#net.ipv4.conf.all.log_martians = 1
-
-# Never accept redirects or source routes (these are only useful for routers).
-#net.ipv4.conf.all.accept_redirects = 0
-#net.ipv4.conf.all.accept_source_route = 0
-#net.ipv6.conf.all.accept_redirects = 0
-#net.ipv6.conf.all.accept_source_route = 0
-
-# Disable packet forwarding.
-net.ipv4.ip_forward = 0
-net.ipv6.conf.all.forwarding = 0
-
-# Tweak the port range used for outgoing connections.
-#net.ipv4.ip_local_port_range = 32768 61000
-
-# Tweak those values to alter disk syncing and swap behavior.
-#vm.vfs_cache_pressure = 100
-#vm.laptop_mode = 0
-#vm.swappiness = 60
-
-# Tweak how the flow of kernel messages is throttled.
-#kernel.printk_ratelimit_burst = 10
-#kernel.printk_ratelimit = 5
-
-# Reboot 600 seconds after kernel panic or oops.
-#kernel.panic_on_oops = 1
-#kernel.panic = 600

Reply via email to