From 0cbdc29bb3588d1e1e178401b264394ae0874953 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Mon, 22 Sep 2014 22:13:46 +0000 Subject: Version bump. Removed old (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC) --- sys-process/procps/ChangeLog | 9 +++- .../procps/files/procps-3.3.6-error_at_line.patch | 12 ----- sys-process/procps/procps-3.3.10.ebuild | 61 ++++++++++++++++++++++ sys-process/procps/procps-3.3.6.ebuild | 49 ----------------- sys-process/procps/procps-3.3.9-r1.ebuild | 59 --------------------- 5 files changed, 69 insertions(+), 121 deletions(-) delete mode 100644 sys-process/procps/files/procps-3.3.6-error_at_line.patch create mode 100644 sys-process/procps/procps-3.3.10.ebuild delete mode 100644 sys-process/procps/procps-3.3.6.ebuild delete mode 100644 sys-process/procps/procps-3.3.9-r1.ebuild (limited to 'sys-process') diff --git a/sys-process/procps/ChangeLog b/sys-process/procps/ChangeLog index d1814f3ca6e2..4e85e0ce0f35 100644 --- a/sys-process/procps/ChangeLog +++ b/sys-process/procps/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-process/procps # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/ChangeLog,v 1.123 2014/08/20 14:39:44 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/ChangeLog,v 1.124 2014/09/22 22:13:46 polynomial-c Exp $ + +*procps-3.3.10 (22 Sep 2014) + + 22 Sep 2014; Lars Wendler -procps-3.3.6.ebuild, + -procps-3.3.9-r1.ebuild, +procps-3.3.10.ebuild, + -files/procps-3.3.6-error_at_line.patch: + Version bump. Removed old. *procps-3.3.9-r2 (20 Aug 2014) diff --git a/sys-process/procps/files/procps-3.3.6-error_at_line.patch b/sys-process/procps/files/procps-3.3.6-error_at_line.patch deleted file mode 100644 index 4329a49666d9..000000000000 --- a/sys-process/procps/files/procps-3.3.6-error_at_line.patch +++ /dev/null @@ -1,12 +0,0 @@ -ps/display.c:65:7: warning: implicit declaration of function ‘error_at_line’ [-Wimplicit-function-declaration] - ---- ps/display.c -+++ ps/display.c -@@ -25,6 +25,7 @@ - #include - #include - #include -+#include /* error_at_line */ - - #include - #include diff --git a/sys-process/procps/procps-3.3.10.ebuild b/sys-process/procps/procps-3.3.10.ebuild new file mode 100644 index 000000000000..31c7b94ea845 --- /dev/null +++ b/sys-process/procps/procps-3.3.10.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.3.10.ebuild,v 1.1 2014/09/22 22:13:46 polynomial-c Exp $ + +EAPI="4" + +inherit eutils toolchain-funcs + +DESCRIPTION="standard informational utilities and process-handling tools" +# http://packages.debian.org/sid/procps +HOMEPAGE="http://procps.sourceforge.net/ http://gitorious.org/procps" +# SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.xz" +#FEDORA_HASH="0980646fa25e0be58f7afb6b98f79d74" +#SRC_URI="http://pkgs.fedoraproject.org/repo/pkgs/${PN}-ng/${PN}-ng-${PV}.tar.xz/${FEDORA_HASH}/${PN}-ng-${PV}.tar.xz" +SRC_URI="http://dev.gentoo.org/~polynomial-c/${PN}-ng-${PV}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" +IUSE="+ncurses nls selinux static-libs systemd test unicode" + +RDEPEND="!=sys-libs/ncurses-5.7-r7[unicode?] ) + selinux? ( sys-libs/libselinux ) + systemd? ( >=sys-apps/systemd-209 )" +DEPEND="${RDEPEND} + ncurses? ( virtual/pkgconfig ) + systemd? ( virtual/pkgconfig ) + test? ( dev-util/dejagnu )" + +S=${WORKDIR}/${PN}-ng-${PV} + +src_prepare() { + epatch \ + "${FILESDIR}"/${PN}-3.3.8-kill-neg-pid.patch + sed -i -e 's:systemd-login:systemd:' configure || die #501306 +} + +src_configure() { + econf \ + --exec-prefix="${EPREFIX}" \ + --docdir='$(datarootdir)'/doc/${PF} \ + $(use_with ncurses) \ + $(use_enable nls) \ + $(use_enable selinux libselinux) \ + $(use_enable static-libs static) \ + $(use_with systemd) \ + $(use_enable unicode watch8bit) +} + +src_install() { + default + #dodoc sysctl.conf + + mv "${ED}"/usr/bin/pidof "${ED}"/bin/ || die + + # The configure script is completely whacked in the head + mv "${ED}"/lib* "${ED}"/usr/ || die + gen_usr_ldscript -a procps + prune_libtool_files +} diff --git a/sys-process/procps/procps-3.3.6.ebuild b/sys-process/procps/procps-3.3.6.ebuild deleted file mode 100644 index ecca73c8fb7c..000000000000 --- a/sys-process/procps/procps-3.3.6.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.3.6.ebuild,v 1.17 2014/01/18 03:48:20 vapier Exp $ - -EAPI="5" - -inherit eutils toolchain-funcs - -DESCRIPTION="standard informational utilities and process-handling tools" -# http://packages.debian.org/sid/procps -HOMEPAGE="http://procps.sourceforge.net/ http://gitorious.org/procps" -# SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.xz" -SRC_URI="http://pkgs.fedoraproject.org/repo/pkgs/${PN}-ng/${PN}-ng-${PV}.tar.xz/0a050d9be531921db3cd38f1371e73e3/${PN}-ng-${PV}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="+ncurses nls static-libs test unicode" - -RDEPEND="ncurses? ( >=sys-libs/ncurses-5.7-r7[unicode?] )" -DEPEND="${RDEPEND} - ncurses? ( virtual/pkgconfig ) - test? ( dev-util/dejagnu )" - -S=${WORKDIR}/${PN}-ng-${PV} - -src_prepare() { - epatch "${FILESDIR}"/${P}-error_at_line.patch -} - -src_configure() { - econf \ - --exec-prefix="${EPREFIX}" \ - --docdir='$(datarootdir)'/doc/${PF} \ - $(use_with ncurses) \ - $(use_enable nls) \ - $(use_enable static-libs static) \ - $(use_enable unicode watch8bit) -} - -src_install() { - default -# dodoc sysctl.conf - - # The configure script is completely whacked in the head - mv "${ED}"/lib* "${ED}"/usr/ || die - gen_usr_ldscript -a procps - prune_libtool_files -} diff --git a/sys-process/procps/procps-3.3.9-r1.ebuild b/sys-process/procps/procps-3.3.9-r1.ebuild deleted file mode 100644 index 99e9213bd3b3..000000000000 --- a/sys-process/procps/procps-3.3.9-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.3.9-r1.ebuild,v 1.3 2014/07/24 09:55:50 ssuominen Exp $ - -EAPI="4" - -inherit eutils toolchain-funcs - -DESCRIPTION="standard informational utilities and process-handling tools" -# http://packages.debian.org/sid/procps -HOMEPAGE="http://procps.sourceforge.net/ http://gitorious.org/procps" -# SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.xz" -FEDORA_HASH="0980646fa25e0be58f7afb6b98f79d74" -SRC_URI="http://pkgs.fedoraproject.org/repo/pkgs/${PN}-ng/${PN}-ng-${PV}.tar.xz/${FEDORA_HASH}/${PN}-ng-${PV}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="+ncurses nls selinux static-libs systemd test unicode" - -RDEPEND="!=sys-libs/ncurses-5.7-r7[unicode?] ) - selinux? ( sys-libs/libselinux ) - systemd? ( >=sys-apps/systemd-209 )" -DEPEND="${RDEPEND} - ncurses? ( virtual/pkgconfig ) - systemd? ( virtual/pkgconfig ) - test? ( dev-util/dejagnu )" - -S=${WORKDIR}/${PN}-ng-${PV} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-3.3.8-kill-neg-pid.patch - sed -i -e 's:systemd-login:systemd:' configure || die #501306 -} - -src_configure() { - econf \ - --exec-prefix="${EPREFIX}" \ - --docdir='$(datarootdir)'/doc/${PF} \ - $(use_with ncurses) \ - $(use_enable nls) \ - $(use_enable selinux libselinux) \ - $(use_enable static-libs static) \ - $(use_with systemd) \ - $(use_enable unicode watch8bit) -} - -src_install() { - default -# dodoc sysctl.conf - - mv "${ED}"/usr/bin/pidof "${ED}"/bin/ || die - - # The configure script is completely whacked in the head - mv "${ED}"/lib* "${ED}"/usr/ || die - gen_usr_ldscript -a procps - prune_libtool_files -} -- cgit v1.2.3-65-gdbad