Date: Friday, September 13, 2013 @ 19:46:52 Author: bisson Revision: 194334
archrelease: copy trunk to testing-i686, testing-x86_64 Added: procps-ng/repos/testing-i686/ procps-ng/repos/testing-i686/PKGBUILD (from rev 194333, procps-ng/trunk/PKGBUILD) procps-ng/repos/testing-i686/install (from rev 194333, procps-ng/trunk/install) procps-ng/repos/testing-x86_64/ procps-ng/repos/testing-x86_64/PKGBUILD (from rev 194333, procps-ng/trunk/PKGBUILD) procps-ng/repos/testing-x86_64/install (from rev 194333, procps-ng/trunk/install) -------------------------+ testing-i686/PKGBUILD | 45 +++++++++++++++++++++++++++++++++++++++++++++ testing-i686/install | 14 ++++++++++++++ testing-x86_64/PKGBUILD | 45 +++++++++++++++++++++++++++++++++++++++++++++ testing-x86_64/install | 14 ++++++++++++++ 4 files changed, 118 insertions(+) Copied: procps-ng/repos/testing-i686/PKGBUILD (from rev 194333, procps-ng/trunk/PKGBUILD) =================================================================== --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2013-09-13 17:46:52 UTC (rev 194334) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Gaetan Bisson <bis...@archlinux.org> +# Contributor: Eric Bélanger <e...@archlinux.org> + +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/testing-i686/install (from rev 194333, procps-ng/trunk/install) =================================================================== --- testing-i686/install (rev 0) +++ testing-i686/install 2013-09-13 17:46:52 UTC (rev 194334) @@ -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 +} Copied: procps-ng/repos/testing-x86_64/PKGBUILD (from rev 194333, procps-ng/trunk/PKGBUILD) =================================================================== --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2013-09-13 17:46:52 UTC (rev 194334) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Gaetan Bisson <bis...@archlinux.org> +# Contributor: Eric Bélanger <e...@archlinux.org> + +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/testing-x86_64/install (from rev 194333, procps-ng/trunk/install) =================================================================== --- testing-x86_64/install (rev 0) +++ testing-x86_64/install 2013-09-13 17:46:52 UTC (rev 194334) @@ -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 +}