From e7a8a5dbf744f236c9b357b41b56cee684bcec88 Mon Sep 17 00:00:00 2001 From: Nick Owens Date: Tue, 5 Jul 2016 11:00:09 -0700 Subject: [PATCH] bump(sys-process/procps): sync with upstream --- .../md5-cache/sys-process/procps-3.3.10-r1 | 13 + .../md5-cache/sys-process/procps-3.3.11-r3 | 13 + .../md5-cache/sys-process/procps-3.3.6 | 13 - .../md5-cache/sys-process/procps-3.3.8-r2 | 13 - .../md5-cache/sys-process/procps-3.3.9 | 13 - .../md5-cache/sys-process/procps-3.3.9-r1 | 13 - .../md5-cache/sys-process/procps-3.3.9-r2 | 6 +- .../sys-process/procps/ChangeLog | 1036 +++-------------- .../sys-process/procps/ChangeLog-2015 | 1002 ++++++++++++++++ .../sys-process/procps/Manifest | 38 +- .../files/procps-3.3.10-pmap-unreadable.patch | 60 + .../files/procps-3.3.10-tests-no-tty.patch | 122 ++ .../files/procps-3.3.11-sysctl-manpage.patch | 32 + .../files/procps-3.3.6-error_at_line.patch | 12 - .../sys-process/procps/metadata.xml | 12 +- ....3.9-r1.ebuild => procps-3.3.10-r1.ebuild} | 30 +- .../procps/procps-3.3.11-r3.ebuild | 76 ++ .../sys-process/procps/procps-3.3.6.ebuild | 49 - .../sys-process/procps/procps-3.3.8-r2.ebuild | 54 - .../sys-process/procps/procps-3.3.9-r2.ebuild | 8 +- .../sys-process/procps/procps-3.3.9.ebuild | 53 - 21 files changed, 1546 insertions(+), 1122 deletions(-) create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.10-r1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.11-r3 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.6 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.8-r2 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.9 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.9-r1 create mode 100644 sdk_container/src/third_party/portage-stable/sys-process/procps/ChangeLog-2015 create mode 100644 sdk_container/src/third_party/portage-stable/sys-process/procps/files/procps-3.3.10-pmap-unreadable.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-process/procps/files/procps-3.3.10-tests-no-tty.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-process/procps/files/procps-3.3.11-sysctl-manpage.patch delete mode 100644 sdk_container/src/third_party/portage-stable/sys-process/procps/files/procps-3.3.6-error_at_line.patch rename sdk_container/src/third_party/portage-stable/sys-process/procps/{procps-3.3.9-r1.ebuild => procps-3.3.10-r1.ebuild} (55%) create mode 100644 sdk_container/src/third_party/portage-stable/sys-process/procps/procps-3.3.11-r3.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/sys-process/procps/procps-3.3.6.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/sys-process/procps/procps-3.3.8-r2.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/sys-process/procps/procps-3.3.9.ebuild diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.10-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.10-r1 new file mode 100644 index 0000000000..648f6d7564 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.10-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare test +DEPEND=!=sys-libs/ncurses-5.7-r7:=[unicode?] ) selinux? ( sys-libs/libselinux ) systemd? ( >=sys-apps/systemd-209 ) ncurses? ( virtual/pkgconfig ) systemd? ( virtual/pkgconfig ) test? ( dev-util/dejagnu ) +DESCRIPTION=standard informational utilities and process-handling tools +EAPI=5 +HOMEPAGE=http://procps.sourceforge.net/ https://gitlab.com/procps-ng/procps +IUSE=+ncurses modern-top nls selinux static-libs systemd test unicode +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=!=sys-libs/ncurses-5.7-r7:=[unicode?] ) selinux? ( sys-libs/libselinux ) systemd? ( >=sys-apps/systemd-209 ) +SLOT=0 +SRC_URI=https://dev.gentoo.org/~polynomial-c/procps-ng-3.3.10.tar.xz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=69640cce7e8052ad0ad34564ad58909c diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.11-r3 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.11-r3 new file mode 100644 index 0000000000..6100bc8e3f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.11-r3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare test +DEPEND=ncurses? ( >=sys-libs/ncurses-5.7-r7:=[unicode?] ) selinux? ( sys-libs/libselinux ) systemd? ( >=sys-apps/systemd-209 ) ncurses? ( virtual/pkgconfig ) systemd? ( virtual/pkgconfig ) test? ( dev-util/dejagnu ) +DESCRIPTION=standard informational utilities and process-handling tools +EAPI=5 +HOMEPAGE=http://procps-ng.sourceforge.net/ https://gitlab.com/procps-ng/procps +IUSE=+kill +ncurses modern-top nls selinux static-libs systemd test unicode +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=ncurses? ( >=sys-libs/ncurses-5.7-r7:=[unicode?] ) selinux? ( sys-libs/libselinux ) systemd? ( >=sys-apps/systemd-209 ) kill? ( !sys-apps/coreutils[kill] !sys-apps/util-linux[kill] ) ! procps-3.3.11-remove_Unix98_output_limits.patch +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=3d7857f13ef1f02f982bf4bb378d6174 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.6 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.6 deleted file mode 100644 index 27cca0e285..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.6 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare -DEPEND=ncurses? ( >=sys-libs/ncurses-5.7-r7[unicode?] ) ncurses? ( virtual/pkgconfig ) test? ( dev-util/dejagnu ) -DESCRIPTION=standard informational utilities and process-handling tools -EAPI=5 -HOMEPAGE=http://procps.sourceforge.net/ http://gitorious.org/procps -IUSE=+ncurses nls static-libs test unicode -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=ncurses? ( >=sys-libs/ncurses-5.7-r7[unicode?] ) -SLOT=0 -SRC_URI=http://pkgs.fedoraproject.org/repo/pkgs/procps-ng/procps-ng-3.3.6.tar.xz/0a050d9be531921db3cd38f1371e73e3/procps-ng-3.3.6.tar.xz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=e2d7df81444f54ec9dc479105144bad0 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.8-r2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.8-r2 deleted file mode 100644 index c6f06161ce..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.8-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare -DEPEND=ncurses? ( >=sys-libs/ncurses-5.7-r7[unicode?] ) ncurses? ( virtual/pkgconfig ) test? ( dev-util/dejagnu ) -DESCRIPTION=standard informational utilities and process-handling tools -EAPI=4 -HOMEPAGE=http://procps.sourceforge.net/ http://gitorious.org/procps -IUSE=+ncurses nls static-libs test unicode -KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=ncurses? ( >=sys-libs/ncurses-5.7-r7[unicode?] ) -SLOT=0 -SRC_URI=http://pkgs.fedoraproject.org/repo/pkgs/procps-ng/procps-ng-3.3.8.tar.xz/aecbeeda2ab308f8d09dddcb4cb9a572/procps-ng-3.3.8.tar.xz https://gitorious.org/procps/procps/commit/ce5e995921e770bfcda25e42fe090aeccdbf1291.patch -> procps-3.3.8-respect_epipe_in_fileutils.patch https://gitorious.org/procps/procps/commit/e6a78f2745ca6c7ceed4406d3ce5397e77518b11.patch -> procps-3.3.8-top_user_filter.patch -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=1e939ff8dba7edcc4396f6cc704b095c diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.9 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.9 deleted file mode 100644 index f0618fc9b0..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.9 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare -DEPEND=ncurses? ( >=sys-libs/ncurses-5.7-r7[unicode?] ) !=sys-libs/ncurses-5.7-r7[unicode?] ) !=sys-libs/ncurses-5.7-r7[unicode?] ) selinux? ( sys-libs/libselinux ) systemd? ( >=sys-apps/systemd-209 ) ncurses? ( virtual/pkgconfig ) systemd? ( virtual/pkgconfig ) test? ( dev-util/dejagnu ) -DESCRIPTION=standard informational utilities and process-handling tools -EAPI=4 -HOMEPAGE=http://procps.sourceforge.net/ http://gitorious.org/procps -IUSE=+ncurses nls selinux static-libs systemd test unicode -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=!=sys-libs/ncurses-5.7-r7[unicode?] ) selinux? ( sys-libs/libselinux ) systemd? ( >=sys-apps/systemd-209 ) -SLOT=0 -SRC_URI=http://pkgs.fedoraproject.org/repo/pkgs/procps-ng/procps-ng-3.3.9.tar.xz/0980646fa25e0be58f7afb6b98f79d74/procps-ng-3.3.9.tar.xz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=4bed656f4748737b23f65eef254f29d6 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.9-r2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.9-r2 index 88e33e5c95..756d57d4ac 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.9-r2 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-process/procps-3.3.9-r2 @@ -2,12 +2,12 @@ DEFINED_PHASES=configure install prepare DEPEND=!=sys-libs/ncurses-5.7-r7[unicode?] ) selinux? ( sys-libs/libselinux ) systemd? ( >=sys-apps/systemd-209 ) ncurses? ( virtual/pkgconfig ) systemd? ( virtual/pkgconfig ) test? ( dev-util/dejagnu ) DESCRIPTION=standard informational utilities and process-handling tools EAPI=4 -HOMEPAGE=http://procps.sourceforge.net/ http://gitorious.org/procps +HOMEPAGE=http://procps.sourceforge.net/ https://gitlab.com/procps-ng/procps IUSE=+ncurses nls selinux static-libs systemd test unicode -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=!=sys-libs/ncurses-5.7-r7[unicode?] ) selinux? ( sys-libs/libselinux ) systemd? ( >=sys-apps/systemd-209 ) SLOT=0 SRC_URI=http://pkgs.fedoraproject.org/repo/pkgs/procps-ng/procps-ng-3.3.9.tar.xz/0980646fa25e0be58f7afb6b98f79d74/procps-ng-3.3.9.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=26164648c82ffb4d638360d91875aeaf +_md5_=e5e175b80fdd6c24ce5463444715d4b2 diff --git a/sdk_container/src/third_party/portage-stable/sys-process/procps/ChangeLog b/sdk_container/src/third_party/portage-stable/sys-process/procps/ChangeLog index d1814f3ca6..6a16b3e093 100644 --- a/sdk_container/src/third_party/portage-stable/sys-process/procps/ChangeLog +++ b/sdk_container/src/third_party/portage-stable/sys-process/procps/ChangeLog @@ -1,937 +1,261 @@ # 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 $ +# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 +# (auto-generated from git log) -*procps-3.3.9-r2 (20 Aug 2014) +*procps-3.3.10-r1 (09 Aug 2015) +*procps-3.3.9-r2 (09 Aug 2015) +*procps-3.3.9 (09 Aug 2015) +*procps-3.3.8-r2 (09 Aug 2015) - 20 Aug 2014; Samuli Suominen - +files/procps-3.3.9-sysctl-load-config-files.patch, +procps-3.3.9-r2.ebuild: - Apply upstream commit http://gitorious.org/procps/procps/commit/7f6efed9bb85d1 - e212e06985ea3e06720f6ca949 for sysctl and config file loading problems wrt - #520314 by Tobias Klausmann + 09 Aug 2015; Robin H. Johnson + +files/procps-3.3.10-pmap-unreadable.patch, + +files/procps-3.3.10-tests-no-tty.patch, + +files/procps-3.3.8-kill-neg-pid.patch, + +files/procps-3.3.9-sysctl-load-config-files.patch, +metadata.xml, + +procps-3.3.8-r2.ebuild, +procps-3.3.9.ebuild, +procps-3.3.9-r2.ebuild, + +procps-3.3.10-r1.ebuild: + proj/gentoo: Initial commit - 01 Aug 2014; Raúl Porcel procps-3.3.9.ebuild: - ia64/sparc stable wrt #510316 + This commit represents a new era for Gentoo: + Storing the gentoo-x86 tree in Git, as converted from CVS. - 24 Jul 2014; Samuli Suominen procps-3.3.9-r1.ebuild: - Look for libsystemd.pc instead of libsystemd.pc and raise dependency from 206 - to 209 accordingly wrt #501306 + This commit is the start of the NEW history. + Any historical data is intended to be grafted onto this point. - 18 Jul 2014; Matt Turner procps-3.3.9.ebuild: - alpha stable, bug 510316. + Creation process: + 1. Take final CVS checkout snapshot + 2. Remove ALL ChangeLog* files + 3. Transform all Manifests to thin + 4. Remove empty Manifests + 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ + 5.1. Do not touch files with -kb/-ko keyword flags. - 14 May 2014; Samuli Suominen procps-3.3.9.ebuild: - amd64/arm/x86 stable wrt #510316 + Signed-off-by: Robin H. Johnson + X-Thanks: Alec Warner - did the GSoC 2006 migration + tests + X-Thanks: Robin H. Johnson - infra guy, herding this + project + X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo + developer, wrote Git features for the migration + X-Thanks: Brian Harring - wrote much python to improve + cvs2svn + X-Thanks: Rich Freeman - validation scripts + X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 + work in migration + X-Thanks: Michał Górny - scripts, QA, nagging + X-Thanks: All of other Gentoo developers - many ideas and lots of paint on + the bikeshed - 14 May 2014; Jeroen Roovers procps-3.3.9.ebuild: - Stable for HPPA (bug #510316). + 24 Aug 2015; Justin Lecher metadata.xml, + procps-3.3.10-r1.ebuild: + Use https by default - 03 Feb 2014; Lars Wendler procps-3.3.9-r1.ebuild: - Moved selinux dependency to RDEPEND. + Convert all URLs for sites supporting encrypted connections from http to + https -*procps-3.3.9-r1 (02 Feb 2014) + Signed-off-by: Justin Lecher - 02 Feb 2014; Lars Wendler +procps-3.3.9-r1.ebuild: - Added selinux (bug #499010) and systemd (bug #498888) support. + 24 Aug 2015; Mike Gilbert metadata.xml: + Revert DOCTYPE SYSTEM https changes in metadata.xml - 18 Jan 2014; Mike Frysinger procps-3.3.8-r2.ebuild, - procps-3.3.9.ebuild: - Add arm64 love. + repoman does not yet accept the https version. + This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. - 18 Jan 2014; Mike Frysinger procps-3.3.6.ebuild, - procps-3.3.8-r2.ebuild: - Mark m68k/s390/sh stable. + Bug: https://bugs.gentoo.org/552720 - 17 Jan 2014; Lars Wendler procps-3.3.8-r2.ebuild, - procps-3.3.9.ebuild: - Added "test" USE flag to IUSE. Thanks to Andrey Volkov for reporting this in - bug #498320. + 28 Sep 2015; Mike Frysinger procps-3.3.10-r1.ebuild: + use subslot w/ncurses dep #561282 -*procps-3.3.8-r2 (16 Jan 2014) + This also upgrades to EAPI=5. - 16 Jan 2014; Lars Wendler -procps-3.3.8-r1.ebuild, - +procps-3.3.8-r2.ebuild: - Added upstream patch to fix user filter in top (bug #497438). Committed - straight to stable. + 01 Oct 2015; Justin Lecher metadata.xml: + Add missing remote-id type=sourceforge - 15 Jan 2014; Agostino Sarubbo procps-3.3.8-r1.ebuild: - Stable for ia64, wrt bug #494822 + Signed-off-by: Justin Lecher - 04 Jan 2014; Lars Wendler -procps-3.2.8_p11.ebuild, - -procps-3.3.4.ebuild, -procps-3.3.8.ebuild, -files/procps-3.2.3-noproc.patch, - -files/procps-3.2.7-proc-mount.patch, - -files/procps-3.2.8-r1-forest-prefix.patch, -files/procps-3.2.8-time_t.patch, - -files/procps-3.2.8-toprc-fixup.patch, - -files/procps-mips-define-pagesize.patch: - Removed old versions and files. +*procps-3.3.11 (29 Oct 2015) - 26 Dec 2013; Markus Meier procps-3.3.8-r1.ebuild: - arm stable, bug #494822 + 29 Oct 2015; Lars Wendler +procps-3.3.11.ebuild: + Bump to version 3.3.11 - 24 Dec 2013; Lars Wendler procps-3.3.8-r1.ebuild: - x86 stable (bug #494822) + Package-Manager: portage-2.2.23 + Signed-off-by: Lars Wendler - 23 Dec 2013; Agostino Sarubbo procps-3.3.8-r1.ebuild: - Stable for sparc, wrt bug #494822 + 29 Oct 2015; Lars Wendler -procps-3.3.8-r2.ebuild, + -procps-3.3.9.ebuild: + Removed old. - 22 Dec 2013; Pacho Ramos procps-3.3.8-r1.ebuild: - amd64 stable, bug #494822 + Package-Manager: portage-2.2.23 + Signed-off-by: Lars Wendler - 22 Dec 2013; Agostino Sarubbo procps-3.3.8-r1.ebuild: - Stable for ppc64, wrt bug #494822 + 30 Oct 2015; Agostino Sarubbo procps-3.3.10-r1.ebuild: + amd64 stable wrt bug #564430 - 21 Dec 2013; Agostino Sarubbo procps-3.3.8-r1.ebuild: - Stable for ppc, wrt bug #494822 + Package-Manager: portage-2.2.20.1 + RepoMan-Options: --include-arches="amd64" - 21 Dec 2013; Jeroen Roovers procps-3.3.8-r1.ebuild: - Stable for HPPA (bug #494822). + 31 Oct 2015; Jeroen Roovers procps-3.3.10-r1.ebuild: + Stable for PPC64 (bug #564430). - 20 Dec 2013; Matt Turner procps-3.3.8-r1.ebuild: - alpha stable, bug 494822. + Package-Manager: portage-2.2.23 + RepoMan-Options: --ignore-arches - 20 Dec 2013; Christoph Junghans procps-3.3.9.ebuild: - fixed prefix build + 31 Oct 2015; Jeroen Roovers procps-3.3.10-r1.ebuild: + Stable for HPPA (bug #564430). -*procps-3.3.9 (20 Dec 2013) + Package-Manager: portage-2.2.23 + RepoMan-Options: --ignore-arches - 20 Dec 2013; Lars Wendler +procps-3.3.9.ebuild: - Version bump. + 01 Nov 2015; Mikle Kolyada procps-3.3.10-r1.ebuild: + x86 stable wrt bug #564430 - 28 Nov 2013; Mike Frysinger procps-3.3.4.ebuild, - procps-3.3.6.ebuild, procps-3.3.8-r1.ebuild, procps-3.3.8.ebuild: - Pull in dejagnu for FEATURES=test #490174 by Nikoli. + Package-Manager: portage-2.2.20.1 -*procps-3.3.8-r1 (25 Oct 2013) +*procps-3.3.11-r1 (02 Nov 2015) - 25 Oct 2013; Lars Wendler +procps-3.3.8-r1.ebuild: - Fixed write error when using top with pipes. Thanks to Florian Knodt for - reporting this in bug #485952. + 02 Nov 2015; Mike Gilbert -procps-3.3.11.ebuild, + +procps-3.3.11-r1.ebuild: + Move binaries back to /usr/bin - 03 Aug 2013; Agostino Sarubbo procps-3.3.6.ebuild: - Stable for sparc, wrt bug #468266 + Upstream dropped the userbin_execdir variable, so we need to move things + around manually. - 07 Jul 2013; Agostino Sarubbo procps-3.3.6.ebuild: - Stable for ia64, wrt bug #468266 + See upstream commit 430b559ba2826f80dffa840622ae0fc744000b13. - 06 Jul 2013; Agostino Sarubbo procps-3.3.6.ebuild: - Stable for alpha, wrt bug #468266 + Package-Manager: portage-2.2.23_p18 - 04 Jul 2013; Agostino Sarubbo procps-3.3.6.ebuild: - Stable for x86, wrt bug #468266 + 04 Nov 2015; Agostino Sarubbo procps-3.3.10-r1.ebuild: + ppc stable wrt bug #564430 - 02 Jul 2013; Agostino Sarubbo procps-3.3.6.ebuild: - Stable for sh, wrt bug #468266 + Package-Manager: portage-2.2.20.1 + RepoMan-Options: --include-arches="ppc" - 30 Jun 2013; Agostino Sarubbo procps-3.3.6.ebuild: - Stable for s390, wrt bug #468266 + 05 Nov 2015; Agostino Sarubbo procps-3.3.10-r1.ebuild: + sparc stable wrt bug #564430 - 30 Jun 2013; Agostino Sarubbo procps-3.3.6.ebuild: - Stable for arm, wrt bug #468266 + Package-Manager: portage-2.2.20.1 + RepoMan-Options: --include-arches="sparc" - 29 Jun 2013; Agostino Sarubbo procps-3.3.6.ebuild: - Stable for ppc64, wrt bug #468266 + 08 Nov 2015; Mikle Kolyada procps-3.3.10-r1.ebuild: + ia64 stable wrt bug #564430 - 29 Jun 2013; Agostino Sarubbo procps-3.3.6.ebuild: - Stable for ppc, wrt bug #468266 + Package-Manager: portage-2.2.20.1 - 28 Jun 2013; Agostino Sarubbo procps-3.3.6.ebuild: - Stable for amd64, wrt bug #468266 +*procps-3.3.11-r2 (08 Nov 2015) - 28 Jun 2013; Jeroen Roovers procps-3.3.6.ebuild: - Stable for HPPA (bug #468266). + 08 Nov 2015; William Hubbs +procps-3.3.11-r2.ebuild: + revision bump to fix installation locations -*procps-3.3.8 (28 Jun 2013) + I spoke with Lars Wendler about this, and we agreed that we should be + using the --bindir and --sbindir configure switches to install the + binaries on / instead of moving things around manually. We also agreed + that the binaries in procps are important enough that there is no issue + with installing them on /. - 28 Jun 2013; Mike Frysinger - +files/procps-3.3.8-kill-neg-pid.patch, +procps-3.3.8.ebuild: - Version bump #474078 by teidakankan. + 08 Nov 2015; William Hubbs -procps-3.3.11-r1.ebuild: + Remove old unstable version - 27 Jun 2013; Mike Frysinger procps-3.3.4.ebuild: - Mark m68k stable. + 10 Nov 2015; William Hubbs procps-3.3.11-r2.ebuild: + fix eprefix quoting - 20 Apr 2013; Mike Frysinger procps-3.3.4.ebuild, - procps-3.3.6.ebuild: - Use an empty exec-prefix so we don't end up with double slashes in the - libpaths (//lib) which causes libtool to generate rpaths. + 14 Nov 2015; Markus Meier procps-3.3.10-r1.ebuild: + arm stable, bug #564430 - 16 Mar 2013; Mike Frysinger procps-3.3.4.ebuild, - procps-3.3.6.ebuild: - Add USE=nls #461800 by Tibor Vago. + Package-Manager: portage-2.2.24 + RepoMan-Options: --include-arches="arm" - 11 Mar 2013; Agostino Sarubbo procps-3.3.4.ebuild: - Stable for sh, wrt bug #460394 + 15 Nov 2015; Matt Turner procps-3.3.10-r1.ebuild: + alpha stable, bug 564430. - 10 Mar 2013; Agostino Sarubbo procps-3.3.4.ebuild: - Stable for s390, wrt bug #460394 + Package-Manager: portage-2.2.20.1 - 10 Mar 2013; Samuli Suominen procps-3.3.4.ebuild: - Disable broken testsuite wrt #404389 which is fixed in 3.3.6. +*procps-3.3.11-r3 (18 Nov 2015) -*procps-3.3.6 (10 Mar 2013) + 18 Nov 2015; Ulrich Müller -procps-3.3.11-r2.ebuild, + +procps-3.3.11-r3.ebuild: + Move non-essential binaries back to /usr/bin - 10 Mar 2013; Samuli Suominen +procps-3.3.6.ebuild, - +files/procps-3.3.6-error_at_line.patch: - Version bump wrt #461272 by Roman Žilka + Per the base-system lead, this is where they belong. - 10 Mar 2013; Samuli Suominen - -files/3.2.5-top-sort.patch, -procps-3.2.8.ebuild, -procps-3.2.8-r1.ebuild, - -procps-3.2.8-r2.ebuild, -procps-3.2.8_p10-r1.ebuild, - -files/procps-3.2.8+gmake-3.82.patch, - -files/procps-3.2.8-forest-prefix.patch, - -files/procps-3.2.8-linux-ver-init.patch, -procps-3.3.2_p2-r1.ebuild, - -files/procps-3.3.2-headers.patch, -files/procps-3.3.2-ncurses.patch, - -files/procps-3.3.2-noproc.patch, -procps-3.3.3.ebuild, - -files/procps-3.3.3-watch-8bit.patch: - old + Bug: https://bugs.gentoo.org/565304 - 09 Mar 2013; Agostino Sarubbo procps-3.3.4.ebuild: - Stable for sparc, wrt bug #460394 + Package-Manager: portage-2.2.23_p26 - 09 Mar 2013; Agostino Sarubbo procps-3.3.4.ebuild: - Stable for x86, wrt bug #460394 + 18 Nov 2015; Ulrich Müller + +files/procps-3.3.11-sysctl-manpage.patch, procps-3.3.11-r3.ebuild: + QA] Fix path in sysctl.8 man page. - 09 Mar 2013; Agostino Sarubbo procps-3.3.4.ebuild: - Stable for ia64, wrt bug #460394 + Bug: 565304 - 09 Mar 2013; Agostino Sarubbo procps-3.3.4.ebuild: - Stable for alpha, wrt bug #460394 + Package-Manager: portage-2.2.24 - 09 Mar 2013; Agostino Sarubbo procps-3.3.4.ebuild: - Stable for ppc, wrt bug #460394 + 24 Nov 2015; Mike Frysinger metadata.xml: + standardize various metadata.xml style - 09 Mar 2013; Agostino Sarubbo procps-3.3.4.ebuild: - Stable for ppc64, wrt bug #460394 + 24 Nov 2015; Mike Frysinger metadata.xml, + procps-3.3.11-r3.ebuild: + sys-apps/{coreutils,util-linux}: add USE=kill to install `kill` #566264 - 08 Mar 2013; Agostino Sarubbo procps-3.3.4.ebuild: - Stable for arm, wrt bug #460394 + 25 Nov 2015; Mike Frysinger procps-3.3.10-r1.ebuild: + mark 3.3.10-r1 arm64/m68k/s390/sh stable - 05 Mar 2013; Agostino Sarubbo procps-3.3.4.ebuild: - Stable for amd64, wrt bug #460394 + 24 Jan 2016; Michał Górny metadata.xml: + Unify quoting in metadata.xml files for machine processing - 05 Mar 2013; Jeroen Roovers procps-3.3.4.ebuild: - Stable for HPPA (bug #460394). + Force unified quoting in all metadata.xml files since lxml does not + preserve original use of single and double quotes. Ensuring unified + quoting before the process allows distinguishing the GLEP 67-related + metadata.xml changes from unrelated quoting changes. - 04 Nov 2012; Mike Frysinger procps-3.3.4.ebuild: - Switch to tarball on Debian mirrors since the git one does not include - generated files #440626 by Jeroen Roovers. + 24 Jan 2016; Michał Górny metadata.xml: + Replace all herds with appropriate projects (GLEP 67) -*procps-3.3.4 (29 Oct 2012) + Replace all uses of herd with appropriate project maintainers, or no + maintainers in case of herds requested to be disbanded. - 29 Oct 2012; Mike Frysinger +procps-3.3.4.ebuild: - Version bump. + 24 Jan 2016; Michał Górny metadata.xml: + Set appropriate maintainer types in metadata.xml (GLEP 67) - 29 Jul 2012; Christoph Junghans procps-3.3.3.ebuild: - added prefix keywords + 07 Mar 2016; Mike Frysinger procps-3.3.11-r3.ebuild: + enable LFS support #471102 -*procps-3.3.3 (20 May 2012) + 25 May 2016; Matt Turner procps-3.3.11-r3.ebuild: + alpha stable, bug 583978. - 20 May 2012; Mike Frysinger - +files/procps-3.3.3-watch-8bit.patch, +procps-3.3.3.ebuild: - Version bump. + 25 May 2016; Jeroen Roovers procps-3.3.11-r3.ebuild: + Stable for HPPA (bug #583978). - 03 May 2012; Jeff Horelick procps-3.3.2_p2-r1.ebuild: - dev-util/pkgconfig -> virtual/pkgconfig + Package-Manager: portage-2.3.0_rc1 + RepoMan-Options: --ignore-arches - 01 Feb 2012; Samuli Suominen procps-3.2.8_p11.ebuild: - ppc64 stable wrt #390003 + 25 May 2016; Jeroen Roovers procps-3.3.11-r3.ebuild: + Stable for PPC64 (bug #583978). -*procps-3.3.2_p2-r1 (24 Jan 2012) + Package-Manager: portage-2.3.0_rc1 + RepoMan-Options: --ignore-arches - 24 Jan 2012; Mike Frysinger -procps-3.3.2_p2.ebuild, - +procps-3.3.2_p2-r1.ebuild, +files/procps-3.3.2-ncurses.patch, metadata.xml: - Add some ncurses configure cleanups #400555. + 26 May 2016; Lars Wendler procps-3.3.11-r3.ebuild: + x86 stable (bug #583978). -*procps-3.3.2_p2 (24 Jan 2012) + Package-Manager: portage-2.2.28 + RepoMan-Options: --include-arches="x86" + Signed-off-by: Lars Wendler - 24 Jan 2012; Mike Frysinger +procps-3.3.2_p2.ebuild, - +files/procps-3.3.2-headers.patch, +files/procps-3.3.2-noproc.patch: - Version bump #399377 by Samuli Suominen. + 27 May 2016; Lars Wendler procps-3.3.11-r3.ebuild: + Removed unused code. Prepare for future EAPI-6 bump. - 04 Jan 2012; Brent Baude procps-3.2.8_p11.ebuild: - Marking procps-3.2.8_p11 ppc for bug 390003 + Package-Manager: portage-2.2.28 + Signed-off-by: Lars Wendler - 08 Dec 2011; Mike Frysinger procps-3.2.8_p11.ebuild, - +files/procps-3.2.8-time_t.patch: - Fix ps segfault on x32 ABI. + 27 May 2016; Lars Wendler procps-3.3.11-r3.ebuild: + amd64 stable (bug #583978). - 03 Dec 2011; Raúl Porcel procps-3.2.8_p11.ebuild: - alpha/ia64/m68k/s390/sh/sparc stable wrt #390003 + Package-Manager: portage-2.2.28 + Signed-off-by: Lars Wendler - 13 Nov 2011; Markus Meier procps-3.2.8_p11.ebuild: - arm stable, bug #390003 + 04 Jun 2016; Markus Meier procps-3.3.11-r3.ebuild: + arm stable, bug #583978 - 11 Nov 2011; Pawel Hajdan jr procps-3.2.8_p11.ebuild: - x86 stable wrt bug #390003 + Package-Manager: portage-2.3.0_rc1 + RepoMan-Options: --include-arches="arm" - 10 Nov 2011; Jeroen Roovers procps-3.2.8_p11.ebuild: - Stable for HPPA (bug #390003). - - 10 Nov 2011; Tony Vroon procps-3.2.8_p11.ebuild: - Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & - Elijah "Armageddon" El Lazkani in bug #390003. - -*procps-3.2.8_p11 (26 Sep 2011) - - 26 Sep 2011; Mike Frysinger +procps-3.2.8_p11.ebuild: - Version bump. - - 06 Sep 2011; Matt Turner procps-3.2.8_p10-r1.ebuild: - Depend on ncurses[unicode?], bug 381739. - -*procps-3.2.8_p10-r1 (28 Jul 2011) - - 28 Jul 2011; Michał Górny -procps-3.2.8_p10.ebuild, - +procps-3.2.8_p10-r1.ebuild: - Fix libproc.so symlink, per bug #376299. Reviewed by Tony Vroon. - - 23 Jul 2011; Mike Frysinger procps-3.2.8_p10.ebuild: - Delete Debian unicode patches when USE=-unicode. - -*procps-3.2.8_p10 (20 Jul 2011) - - 20 Jul 2011; Mike Frysinger - files/procps-3.2.3-noproc.patch, +procps-3.2.8_p10.ebuild, - +files/procps-3.2.8-r1-forest-prefix.patch: - Start using Debian patchset #375275 by Dieter Ries. - - 14 Jun 2011; Matt Turner - -files/procps-3.2.6-mips-n32_isnt_usable_on_mips64_yet.patch, - procps-3.2.8.ebuild, procps-3.2.8-r1.ebuild, procps-3.2.8-r2.ebuild, - metadata.xml: - Remove n32 USE flag and patch, bug 371278 - - 08 Jun 2011; Kacper Kowalik procps-3.2.8-r2.ebuild: - ppc64 stable wrt #367279 - - 24 May 2011; Brent Baude procps-3.2.8-r2.ebuild: - Marking procps-3.2.8-r2 ppc for bug 367279 - - 21 May 2011; Raúl Porcel procps-3.2.8-r2.ebuild: - alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #367279 - - 18 May 2011; Jeroen Roovers procps-3.2.8-r2.ebuild: - Stable for HPPA (bug #367279). - - 18 May 2011; Pawel Hajdan jr procps-3.2.8-r2.ebuild: - x86 stable wrt bug #367279 - - 15 May 2011; Christoph Mende procps-3.2.8-r2.ebuild: - Stable on amd64 wrt bug #367279 - -*procps-3.2.8-r2 (21 Nov 2010) - - 21 Nov 2010; Mike Frysinger +procps-3.2.8-r2.ebuild, - +files/procps-3.2.8-forest-prefix.patch, - +files/procps-3.2.8-linux-ver-init.patch: - Fix some build warnings and apply fix by Chris Coleman for HZ warning - #303120 by Alexander Holler. - - 22 Sep 2010; Diego E. Pettenò - procps-3.2.8-r1.ebuild, +files/procps-3.2.8+gmake-3.82.patch: - Add patch that should fix bug #333299 (procps failing to build with gmake - 3.82). - -*procps-3.2.8-r1 (25 Jan 2010) - - 25 Jan 2010; Robin H. Johnson - +procps-3.2.8-r1.ebuild, +files/procps-3.2.8-toprc-fixup.patch: - Bug #279819: make top not ignore .toprc. - - 23 Nov 2009; Mike Frysinger procps-3.2.8.ebuild: - Add USE=unicode to control multibyte code. - - 31 Oct 2009; Brent Baude procps-3.2.8.ebuild: - Marking procps-3.2.8 ppc64 for bug 287743 - - 17 Oct 2009; Raúl Porcel procps-3.2.8.ebuild: - arm/ia64/m68k/s390/sh stable wrt #287743 - - 17 Oct 2009; Tiago Cunha procps-3.2.8.ebuild: - stable sparc, bug 287743 - - 15 Oct 2009; Markus Meier procps-3.2.8.ebuild: - amd64/x86 stable, bug #287743 - - 11 Oct 2009; Tobias Klausmann procps-3.2.8.ebuild: - Stable on alpha, bug #287743 - - 07 Oct 2009; nixnut procps-3.2.8.ebuild: - ppc stable #287743 - - 06 Oct 2009; Jeroen Roovers procps-3.2.8.ebuild: - Stable for HPPA (bug #287743). - -*procps-3.2.8 (29 May 2009) - - 29 May 2009; Mike Frysinger +procps-3.2.8.ebuild: - Version bump #269429 by Lars Wendler. - - 16 Aug 2008; Doug Goldstein metadata.xml: - add GLEP 56 USE flag desc from use.local.desc - - 18 May 2007; Fernando J. Pereda procps-3.2.7.ebuild: - Stable on alpha as per bug #172159 - - 23 Apr 2007; Bryan Østergaard procps-3.2.7.ebuild: - Stable on Mips, bug 172159. - - 09 Apr 2007; Peter Weller procps-3.2.7.ebuild: - Stable on amd64 wrt bug 172159 - - 01 Apr 2007; Michael Hanselmann procps-3.2.7.ebuild: - Stable on ppc. - - 26 Mar 2007; Jeroen Roovers procps-3.2.7.ebuild: - Stable for HPPA (bug #172159). - - 25 Mar 2007; Markus Rothe procps-3.2.7.ebuild: - Stable on ppc64; bug #172159 - - 25 Mar 2007; Mike Frysinger procps-3.2.7.ebuild: - Add libproc.so symlink for broken applications #170077 by Klas Meder Boqvist. - - 15 Mar 2007; Gustavo Zacarias procps-3.2.7.ebuild: - Stable on sprac - - 13 Mar 2007; Raúl Porcel procps-3.2.7.ebuild: - x86 stable - - 22 Feb 2007; Markus Ullmann ChangeLog: - Redigest for Manifest2 - -*procps-3.2.7 (27 Jun 2006) - - 27 Jun 2006; Mike Frysinger - +files/procps-3.2.7-proc-mount.patch, +procps-3.2.7.ebuild: - Version bump #138029 by Armin van Buuren. - - 21 Apr 2006; Mike Frysinger - +files/procps-3.2.3-noproc.patch, +files/procps-3.2.6-links.patch, - procps-3.2.6.ebuild: - Remove ABI cruft, use softlinks instead of hardlinks, and grab patch from - Fedora for top bugs when /proc isnt mounted. - - 10 Mar 2006; Fernando J. Pereda procps-3.2.6.ebuild: - Stable on alpha wrt bug #125546 - - 10 Mar 2006; Markus Rothe procps-3.2.6.ebuild: - Stable on ppc64; bug #125546 - - 10 Mar 2006; procps-3.2.6.ebuild: - Stable on ppc. Bug #125546 - - 10 Mar 2006; Torsten Veller procps-3.2.6.ebuild: - Stable on x86 (#125546). - - 09 Mar 2006; Gustavo Zacarias procps-3.2.6.ebuild: - Stable on sparc wrt #125546 - - 09 Mar 2006; Patrick McLean procps-3.2.6.ebuild: - Stable on amd64 (bug #125546) - -*procps-3.2.6 (22 Dec 2005) - - 22 Dec 2005; Mike Frysinger - +files/procps-3.2.6-mips-n32_isnt_usable_on_mips64_yet.patch, - +procps-3.2.6.ebuild: - Version bump. - - 17 Jul 2005; Tobias Scherbaum - procps-3.2.5-r1.ebuild: - ppc stable - - 28 Jun 2005; Joshua Kinard procps-3.2.5-r1.ebuild: - Marked stable on mips. - - 12 Jun 2005; Bryan Østergaard procps-3.2.5-r1.ebuild: - Stable on alpha. - - 06 Jun 2005; Markus Rothe procps-3.2.5-r1.ebuild: - Stable on ppc64 - - 20 May 2005; Gustavo Zacarias - procps-3.2.5-r1.ebuild: - Stable on sparc - -*procps-3.2.4-r3 (03 Mar 2005) - - 03 Mar 2005; Ciaran McCreesh +metadata.xml, - +files/3.2.4-64bit-display.patch, +files/3.2.4-linux26-slab.patch, - +files/3.2.5-top-sort.patch, +files/procps-3.2.5-proc-mount.patch, - +files/procps-mips-define-pagesize.patch, - +files/procps-mips-n32_isnt_usable_on_mips64_yet.patch, - +procps-3.2.3-r1.ebuild, +procps-3.2.4-r2.ebuild, +procps-3.2.4-r3.ebuild, - +procps-3.2.5-r1.ebuild, +procps-3.2.5.ebuild: - Moved from sys-apps/procps to sys-process/procps. - -*procps-3.2.4-r3 (27 Feb 2005) - - 27 Feb 2005; Joshua Kinard - +files/procps-mips-n32_isnt_usable_on_mips64_yet.patch, - procps-3.2.4-r2.ebuild, +procps-3.2.4-r3.ebuild, +procps-3.2.5-r1.ebuild, - procps-3.2.5.ebuild: - Added a patch to disable a check in proc/procps.h for n32 ABI on mips64 - systems. This check set KLONG=8, and broke several mips64 systems running o32 - userland. This is needed until n32 userland becomes a fully-functional - userland replacement for o32. Those on the n32 profile won't have this patch - applied. Revbumped to force an upgrade on affected mips systems. - -*procps-3.2.5 (01 Feb 2005) - - 01 Feb 2005; Mike Frysinger +files/3.2.5-top-sort.patch, - +procps-3.2.5.ebuild: - Version bump with patch to fix sorted top display #80296 by Andreas Kling. - -*procps-3.2.4-r2 (26 Jan 2005) - - 26 Jan 2005; Mike Frysinger : - Add patch to fix display on 64bit systems. Also make sure we dont - pointlessly run ldconfig. - - 18 Jan 2005; Joshua Kinard procps-3.2.4-r1.ebuild: - Marked stable on mips. - -*procps-3.2.4-r1 (12 Jan 2005) - - 12 Jan 2005; Mike Frysinger - +files/3.2.4-linux26-slab.patch, +procps-3.2.4-r1.ebuild, - -procps-3.2.4.ebuild: - Add patch from upstream to fix newer slab version #77301 by regala. - - 10 Jan 2005; Gustavo Zacarias procps-3.2.4.ebuild: - Stable on sparc - - 02 Jan 2005; Ciaran McCreesh : - Change encoding to UTF-8 for GLEP 31 compliance - - 08 Dec 2004; Daniel Black procps-3.2.4.ebuild: - ppc stable to fix bug #73239 - - 05 Nov 2004; Luca Barbato procps-3.2.4.ebuild: - Removing -m64 on ppc - -*procps-3.2.4 (04 Nov 2004) - - 04 Nov 2004; Brandon Low +procps-3.2.4.ebuild: - New unstable version, adds utf-8 support and other bugs and stuff - - 20 Oct 2004; Chris Bainbridge procps-3.2.3-r1.ebuild: - fix compile error when $NAME is set - - 06 Oct 2004; Guy Martin procps-3.2.3-r1.ebuild: - Stable on hppa. - - 02 Oct 2004; Bryan Østergaard procps-3.2.3-r1.ebuild: - Stable on alpha. - - 27 Sep 2004; Danny van Dyk procps-3.2.3-r1.ebuild: - Marked stable on amd64. - - 25 Sep 2004; Joshua Kinard procps-3.2.3-r1.ebuild: - Marked stable on mips. - - 16 Sep 2004; Gustavo Zacarias procps-3.2.3-r1.ebuild: - Stable on sparc - - 15 Sep 2004; Brandon Low procps-3.2.3-r1.ebuild: - No outstanding procps bugs, moving to stable - - 15 Sep 2004; Robin H. Johnson procps-3.2.3-r1.ebuild: - Make this compile with GCC3.4. - - 14 Sep 2004; Brandon Low - -files/procps-3.1.11-multipids.patch, -files/procps-3.1.12-selinux.diff.bz2, - -procps-3.1.12-r1.ebuild, -procps-3.1.13-r1.ebuild: - Clean up a bit - -*procps-3.2.3-r1 (14 Sep 2004) - - 14 Sep 2004; Brandon Low +procps-3.2.3-r1.ebuild: - Add the include files to the installation - - 03 Sep 2004; Pieter Van den Abeele - procps-3.1.12-r1.ebuild, procps-3.2.0.ebuild, procps-3.2.1.ebuild, - procps-3.2.2-r1.ebuild, procps-3.2.3.ebuild: - Masked procps-3.2.3.ebuild stable for ppc - - 03 Sep 2004; Pieter Van den Abeele - procps-3.1.12-r1.ebuild, procps-3.2.0.ebuild, procps-3.2.1.ebuild, - procps-3.2.2-r1.ebuild: - Masked procps-3.2.2-r1.ebuild stable for ppc - - 03 Sep 2004; Pieter Van den Abeele - procps-3.1.12-r1.ebuild, procps-3.2.0.ebuild, procps-3.2.1.ebuild: - Masked procps-3.2.1.ebuild stable for ppc - - 03 Sep 2004; Pieter Van den Abeele - procps-3.1.12-r1.ebuild, procps-3.2.0.ebuild: - Masked procps-3.2.0.ebuild stable for ppc - - 03 Sep 2004; Pieter Van den Abeele - procps-3.1.12-r1.ebuild: - Masked procps-3.1.12-r1.ebuild stable for ppc - - 20 Aug 2004; Joshua Kinard - files/procps-mips-define-pagesize.patch: - Found an instance of PAGE_SIZE being defined in minimal.c to a set value if it - wasn't previously defined in asm/page.h; changed to use sysconf() to fetch the - size if not defined instead. - - 18 Aug 2004; Aron Griffis procps-3.2.2-r1.ebuild: - stable on alpha and ia64 - - 17 Aug 2004; Joshua Kinard - files/procps-mips-define-pagesize.patch: - Tweak patch to add #ifndef lines. - - 13 Aug 2004; Brandon Low procps-3.2.3.ebuild: - Make the sysctl.conf a doc not an /etc file - - 12 Aug 2004; Joshua Kinard - +files/procps-mips-define-pagesize.patch, procps-3.2.2-r1.ebuild, - procps-3.2.3.ebuild: - Added patch for mips that sets the value of PAGE_SIZE via a call to sysconf - due to changes in mips-headers. - -*procps-3.2.3 (10 Aug 2004) - - 10 Aug 2004; Brandon Low +procps-3.2.3.ebuild: - Some ebuild fixed, thanks _very much_ to Albert Cahalan - who maintains procps for taking the time to read our ebuild and give me info - on what needed fixing. Hopefully this will be an improvement for our users. - -*procps-3.2.2-r1 (21 Jul 2004) - - 21 Jul 2004; Brandon Low - -files/procps-3.2.2-selinux-E.diff, -procps-3.2.2.ebuild: - Turns out that the new -Z option is the same as the old -Z patch option, so - removing the new -E option. - -*procps-3.2.2 (20 Jul 2004) - - 20 Jul 2004; Brandon Low - +files/procps-3.2.2-selinux-E.diff, +procps-3.2.2.ebuild: - Bump, and I had to change the SELinux -Z option to -E for ps because -Z was - taken. Hopefully this works for you SELinux people, otherwise mask it out or - something - - 05 Jun 2004; Travis Tilley procps-3.2.1.ebuild: - stable on amd64 - - 27 May 2004; Aron Griffis procps-3.2.1.ebuild: - Stable on alpha and ia64 - - 27 Apr 2004; Aron Griffis procps-3.1.12-r1.ebuild, - procps-3.1.15.ebuild: - Add inherit eutils - - 09 Apr 2004; Travis Tilley procps-3.1.15.ebuild: - stable on amd64 - - 02 Apr 2004; Brian Jackson procps-3.2.0.ebuild, - procps-3.2.1.ebuild: - add s390 to keywords - - 30 Mar 2004; Chris PeBenito procps-3.2.1.ebuild: - Add back the SELinux -Z patch. - -*procps-3.2.1 (30 Mar 2004) - - 30 Mar 2004; Martin Holzer procps-3.2.1.ebuild: - Version bumped. - - 21 Mar 2004; Mike Frysinger : - Add custom LDFLAGS to the makefile as well as remove the --strip from - the install command (let portage handle that). Also, dont install COPYING - files since they're just $LICENSE. - - 09 Mar 2004; procps-3.1.15.ebuild: - stable on alpha and ia64 - - 07 Mar 2004; Joshua Kinard procps-2.0.16-r1.ebuild, - procps-3.1.13-r1.ebuild, procps-3.1.15.ebuild: - Marked stable on mips, copyright header fixes. - - 24 Feb 2004; Chris PeBenito procps-3.2.0.ebuild, - files/procps-3.2.0-selinux-Z.diff: - Add patch for -Z ps option for SELinux. - -*procps-3.2.0 (23 Feb 2004) - - 23 Feb 2004; Brandon Low procps-3.2.0.ebuild: - Bump - - 09 Feb 2004; procps-3.1.15.ebuild: - stable on sparc - - 08 Feb 2004; Mike Frysinger procps-3.1.12-r1.ebuild - procps-3.1.13-r1.ebuild procps-3.1.15.ebuild : - Prune out gettext DEPEND #39040. - - 06 Feb 2004; Martin Schlemmer procps-3.1.15.ebuild: - Bump to stable for x86. - - 03 Feb 2004; Bartosch Pixa procps-3.1.15.ebuild: - set ppc in keywords - - 28 Jan 2004; Aron Griffis procps-3.1.12-r1.ebuild: - stable on alpha and ia64 - - 15 Jan 2004; Jon Portnoy procps-3.1.12-r1.ebuild : - Stable on AMD64. - - 28 Dec 2003; Joshua Kinard procps-3.1.12-r1.ebuild: - Move to mips stable (~mips -> mips) - - 24 Dec 2003; Chris PeBenito procps-3.1.15.ebuild, - files/procps-3.1.15-fix_attr.diff: - Add patch to make SELinux contexts work on 2.4 kernels, not just 2.6. - -*procps-3.1.15 (24 Dec 2003) - - 24 Dec 2003; Martin Holzer procps-3.1.15.ebuild: - Version bumped. - - 20 Dec 2003; Christian Birchinger - procps-3.1.12-r1.ebuild: - Added sparc stable keyword - -*procps-3.1.14-r1 (08 Dec 2003) -*procps-3.1.13-r1 (08 Dec 2003) -*procps-3.1.12-r1 (08 Dec 2003) - - 08 Dec 2003; Seemant Kulleen procps-2.0.16-r1.ebuild, - procps-2.0.16.ebuild, procps-3.1.12-r1.ebuild, procps-3.1.12.ebuild, - procps-3.1.13-r1.ebuild, procps-3.1.13.ebuild, procps-3.1.14-r1.ebuild, - procps-3.1.14.ebuild, procps-3.1.8.ebuild, procps-3.1.9-r1.ebuild, - procps-3.1.9.ebuild: - version bump procps to make sure it owns kill and uptime, instead of coreutils - - 28 Oct 2003; Chris PeBenito procps-3.1.11-r1.ebuild, - procps-3.1.12.ebuild, procps-3.1.13.ebuild, procps-3.1.14.ebuild, - procps-3.1.8.ebuild, procps-3.1.9.ebuild, - files/procps-3.1.12-selinux.diff.bz2: - Switch SELinux patch from old API to new API. - -*procps-3.1.14 (22 Oct 2003) - - 24 Oct 2003; Martin Holzer procps-3.1.14.ebuild: - Version bumped.. Thread support is now fully working in ps. Closes #30514. - - 24 Sep 2003; Chris PeBenito procps-3.1.12.ebuild: - Fix 3.1.12 SELinux patch. - -*procps-2.0.16 (23 Sep 2003) - - 23 Sep 2003; Brandon Low procps-2.0.16.ebuild: - Bump the 2.x version of procps because RML and Riel have been doing some work - on it again. - -*procps-3.1.13 (24 Sep 2003) - - 24 Sep 2003; Martin Holzer procps-3.1.13.ebuild: - Version bumped. - -*procps-3.1.12 (23 Sep 2003) - - 23 Sep 2003; Martin Holzer procps-3.1.12.ebuild: - Version bumped. - -*procps-3.1.11-r1 (06 Sep 2003) - - 06 Sep 2003; Alastair Tse procps-3.1.11-r1.ebuild: - adds one-line patch to fix command line options parsing for top. patch thanks - to James Harlow (#26090) - -*procps-3.1.11 (14 Jul 2003) - - 14 Jul 2003; Brandon Low procps-3.1.10.ebuild, - procps-3.1.11.ebuild: - Another bump, this one repairs gcc-2.95 functionality - -*procps-3.1.10 (13 Jul 2003) - - 13 Jul 2003; Brandon Low procps-3.1.10.ebuild: - Bumpage, minor stuff only, moving to stable ... fairly soon - - 24 Jun 2003; Aron Griffis procps-3.1.9.ebuild: - Mark stable on alpha - -*procps-3.1.9 (31 May 2003) - - 06 Jul 2003; Guy Martin procps-3.1.9.ebuild : - Marked stable on hppa. - - 22 Jun 2003; Joshua Kinard procps-3.1.9.ebuild: - Changed ~sparc & ~mips to sparc & mips - - 08 Jun 2003; Todd Berman procps-3.1.8.ebuild, - procps-3.1.9.ebuild: - replacing -O3 with -O2 for gcc-3.3 - - 31 May 2003; Brandon Low procps-3.1.9.ebuild: - Bump - -*procps-3.1.8 (20 Mar 2003) - - 26 Apr 2003; Christian Birchinger procps-3.1.8.ebuild: - Added stable sparc keyword - - 17 Apr 2003; Brandon Low procps-3.1.8.ebuild: - x86 keyword - - 22 Mar 2003; Joshua Brindle procps-3.1.8.ebuild: - added selinux support Thanks to sindian - - 20 Mar 2003; Brandon Low procps-3.1.7.ebuild, - procps-3.1.7.ebuild, procps-3.1.8.ebuild: - Minor bug fix over 3.1.7 - -*procps-3.1.7 (18 Mar 2003) - - 18 Mar 2003; Brandon Low procps-3.1.7.ebuild: - Mostly a bugfix release - -*procps-3.1.6 (16 Feb 2003) - - 24 Feb 2003; Nicholas Wourms procps-3.1.6.ebuild : - Marked as testing for mips. - - 20 Feb 2003; Zach Welch : - Added arm to keywords. - - 16 Feb 2003; Brandon Low procps-3.1.6.ebuild : - - Upstream bump, nothing major. - -*procps-3.1.5 (21 Dec 2002) - - 09 Feb 2003; Seemant Kulleen *.ebuild : - - Changed sed expression delimiters to : where applicable, closing bug - #15006 by Blu3 - - 09 Feb 2003; Guy Martin : - Added hppa to keywords. - - 21 Dec 2002; Brandon Low procps-3.1.5.ebuild : - - Upstream bump... - -*procps-3.1.4 (15 Dec 2002) - - 15 Dec 2002; Brandon Low procps-3.1.4.ebuild : - - Amazing what happens if I report bugs to the right places for us :) - This release should fix the %CPU reporting, AND the 3 eating bug, - please test, and if it does, comment on the bug in bugzilla so I - can start pushing to move this to stable :) - -*procps-3.1.3 (12 Dec 2002) - - 12 Dec 2002; Brandon Low procps-3.1.3.ebuild : - - You get a big shrug here, Albert doesn't seem to be having the top - issues some gentoo-ers are, so I'll e-mail him about them later. - -*procps-2.0.11 (12 Dec 2002) - - 24 Feb 2003; Nicholas Wourms procps-2.0.11.ebuild : - Marked as stable for mips. - - 12 Dec 2002; Brandon Low procps-2.0.11.ebuild - files/digest-procps-2.0.11 : - - Version bump. Set keywords to ~. - -*procps-3.1.2 (08 Dec 2002) - - 08 Dec 2002; Brandon Low procps-3.1.2.ebuild : - - Bump, still unstable, but this one adds back in the sorting quick keys - to top, apparently we weren't the only ones annoyed about it. - Keep me updated on quirkiness in this version! :) - - 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords - -*procps-3.1.1 (20 Nov 2002) - - 20 Nov 2002; Brandon Low procps-3.1.1.ebuild : - - Bump, still unstable, hopefully Albert will fix the issues people are - having... please let me know about the quirkyness of the new top. - -*procps-3.1.0 (16 Nov 2002) - - 16 Nov 2002; Brandon Low procps-3.1.0.ebuild : - - Well this should be an interesting experiment. I'm putting into - unstable the most recent procps from the sf.net procps project. This - procps tree has some very nice new features, and SHOULD actually be - more stable than the 2.0.X tree we were using which was maintained by - Rik Van Riel. The reason we waited until now for this move was that - some of the features of the gentoo-sources and development-sources - kernels weren't supported by this procps, HOPEFULLY the sf.net project - will continue from here on to keep up with support for the latest - kernel features AND remainthe more stable tree. - - Of course I also did my usual round of ebuild cleanups that goes - with a major version bump. Enjoy. - - 05 Nov 2002; J Robert Ray procps-2.0.10-r1.ebuild : - Combine both sed calls into one, avoiding attempt to overwrite 0444 - perm'd file (fakeroot issue). - -*procps-2.0.10-r1 (31 Oct 2002) - - 18 Jan 2003; Jan Seidel : - Added mips to keywords - - 31 Oct 2002; Brad Cowan procps-2.0.10-r1.ebuild : - - Added einfo about threads default behavior thanks to j2ee. - - 31 Oct 2002; Brandon Low procps-2.0.10-r1.ebuild : - - Fix /lib/libproc.so symlink. - -*procps-2.0.10 (11 Oct 2002) - - 11 Oct 2002; Brandon Low procps-2.0.10.ebuild - files/digest-procps-2.0.10 : - - Version bump. Set keywords to ~. - -*procps-2.0.9 (30 Sep 2002) - - 30 Sep 2002; Brandon Low procps-2.0.9.ebuild - files/digest-procps-2.0.9 : - - New version released today by Rik Van Riel, many patches added from - the Debian tree and lots of good stuff. - -*procps-2.0.8 (27 Sep 2002) - - 27 Sep 2002; Brad Cowan procps-2.0.8.ebuild - files/digest-procps-2.0.8 : - - Version bump with many bugfixes. Removed patches as they have been - added to the main tree - -*procps-2.0.7-r6 (26 Sep 2002) - - 27 Sep 2002; Daniel Ahlberg : - Cleaned out old diff files from files/. - - 26 Sep 2002; Daniel Ahlberg procps-2.0.7-r6.ebuild : - Fixed sandbox violation. - -*procps-2.0.7-r6 (1 Feb 2002) - - 1 Feb 2002; G.Bevin ChangeLog : - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. diff --git a/sdk_container/src/third_party/portage-stable/sys-process/procps/ChangeLog-2015 b/sdk_container/src/third_party/portage-stable/sys-process/procps/ChangeLog-2015 new file mode 100644 index 0000000000..e3d0a776f1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-process/procps/ChangeLog-2015 @@ -0,0 +1,1002 @@ +# ChangeLog for sys-process/procps +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/ChangeLog,v 1.140 2015/05/18 11:14:30 vapier Exp $ + + 18 May 2015; Mike Frysinger procps-3.3.10-r1.ebuild, + procps-3.3.8-r2.ebuild, procps-3.3.9-r2.ebuild, procps-3.3.9.ebuild: + Update HOMEPAGE. + + 18 May 2015; Mike Frysinger + +files/procps-3.3.10-tests-no-tty.patch, procps-3.3.10-r1.ebuild: + Add fix from upstream when running tests w/out a tty on stdin #461302 by Roman + Žilka. + + 18 May 2015; Mike Frysinger + +files/procps-3.3.10-pmap-unreadable.patch, procps-3.3.10-r1.ebuild: + Fix pmap test when running under restrictive kernel/user settings #404389 by + Markus Oehme. + + 02 Mar 2015; Agostino Sarubbo procps-3.3.9.ebuild: + Stable for ppc, wrt bug #510316 + + 24 Feb 2015; Mike Frysinger procps-3.3.9-r2.ebuild: + Mark arm64/m68k/ia64/s390/sh stable. + + 24 Feb 2015; Agostino Sarubbo procps-3.3.9-r2.ebuild: + Stable for alpha, wrt bug #525060 + + 19 Jan 2015; Anthony G. Basile procps-3.3.9-r2.ebuild: + Stable for x86, bug #525060 + + 02 Jan 2015; Agostino Sarubbo procps-3.3.9-r2.ebuild: + Stable for sparc, wrt bug #525060 + + 01 Jan 2015; Markus Meier procps-3.3.9-r2.ebuild: + arm stable, bug #525060 + + 01 Jan 2015; Agostino Sarubbo procps-3.3.9-r2.ebuild: + Stable for ppc64, wrt bug #525060 + + 31 Dec 2014; Agostino Sarubbo procps-3.3.9-r2.ebuild: + Stable for ppc, wrt bug #525060 + + 30 Dec 2014; Jeroen Roovers procps-3.3.9-r2.ebuild: + Stable for HPPA (bug #525060). + + 30 Dec 2014; Mikle Kolyada procps-3.3.9-r2.ebuild: + amd64 stable wrt bug #525060 + + 03 Nov 2014; Mike Frysinger procps-3.3.9.ebuild: + Mark arm64/m68k/s390/sh stable. + +*procps-3.3.10-r1 (24 Sep 2014) + + 24 Sep 2014; Lars Wendler -procps-3.3.10.ebuild, + +procps-3.3.10-r1.ebuild, metadata.xml: + Added a USE flag to toggle new and old default settings for top (bug + #523520). + + 23 Sep 2014; Lars Wendler Manifest: + Recreated source tarball without symlinks to auto* tools. Thanks to Mikael + Magnusson who reported this issue in bug #523496. + +*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) + + 20 Aug 2014; Samuli Suominen + +files/procps-3.3.9-sysctl-load-config-files.patch, +procps-3.3.9-r2.ebuild: + Apply upstream commit http://gitorious.org/procps/procps/commit/7f6efed9bb85d1 + e212e06985ea3e06720f6ca949 for sysctl and config file loading problems wrt + #520314 by Tobias Klausmann + + 01 Aug 2014; Raúl Porcel procps-3.3.9.ebuild: + ia64/sparc stable wrt #510316 + + 24 Jul 2014; Samuli Suominen procps-3.3.9-r1.ebuild: + Look for libsystemd.pc instead of libsystemd.pc and raise dependency from 206 + to 209 accordingly wrt #501306 + + 18 Jul 2014; Matt Turner procps-3.3.9.ebuild: + alpha stable, bug 510316. + + 14 May 2014; Samuli Suominen procps-3.3.9.ebuild: + amd64/arm/x86 stable wrt #510316 + + 14 May 2014; Jeroen Roovers procps-3.3.9.ebuild: + Stable for HPPA (bug #510316). + + 03 Feb 2014; Lars Wendler procps-3.3.9-r1.ebuild: + Moved selinux dependency to RDEPEND. + +*procps-3.3.9-r1 (02 Feb 2014) + + 02 Feb 2014; Lars Wendler +procps-3.3.9-r1.ebuild: + Added selinux (bug #499010) and systemd (bug #498888) support. + + 18 Jan 2014; Mike Frysinger procps-3.3.8-r2.ebuild, + procps-3.3.9.ebuild: + Add arm64 love. + + 18 Jan 2014; Mike Frysinger procps-3.3.6.ebuild, + procps-3.3.8-r2.ebuild: + Mark m68k/s390/sh stable. + + 17 Jan 2014; Lars Wendler procps-3.3.8-r2.ebuild, + procps-3.3.9.ebuild: + Added "test" USE flag to IUSE. Thanks to Andrey Volkov for reporting this in + bug #498320. + +*procps-3.3.8-r2 (16 Jan 2014) + + 16 Jan 2014; Lars Wendler -procps-3.3.8-r1.ebuild, + +procps-3.3.8-r2.ebuild: + Added upstream patch to fix user filter in top (bug #497438). Committed + straight to stable. + + 15 Jan 2014; Agostino Sarubbo procps-3.3.8-r1.ebuild: + Stable for ia64, wrt bug #494822 + + 04 Jan 2014; Lars Wendler -procps-3.2.8_p11.ebuild, + -procps-3.3.4.ebuild, -procps-3.3.8.ebuild, -files/procps-3.2.3-noproc.patch, + -files/procps-3.2.7-proc-mount.patch, + -files/procps-3.2.8-r1-forest-prefix.patch, -files/procps-3.2.8-time_t.patch, + -files/procps-3.2.8-toprc-fixup.patch, + -files/procps-mips-define-pagesize.patch: + Removed old versions and files. + + 26 Dec 2013; Markus Meier procps-3.3.8-r1.ebuild: + arm stable, bug #494822 + + 24 Dec 2013; Lars Wendler procps-3.3.8-r1.ebuild: + x86 stable (bug #494822) + + 23 Dec 2013; Agostino Sarubbo procps-3.3.8-r1.ebuild: + Stable for sparc, wrt bug #494822 + + 22 Dec 2013; Pacho Ramos procps-3.3.8-r1.ebuild: + amd64 stable, bug #494822 + + 22 Dec 2013; Agostino Sarubbo procps-3.3.8-r1.ebuild: + Stable for ppc64, wrt bug #494822 + + 21 Dec 2013; Agostino Sarubbo procps-3.3.8-r1.ebuild: + Stable for ppc, wrt bug #494822 + + 21 Dec 2013; Jeroen Roovers procps-3.3.8-r1.ebuild: + Stable for HPPA (bug #494822). + + 20 Dec 2013; Matt Turner procps-3.3.8-r1.ebuild: + alpha stable, bug 494822. + + 20 Dec 2013; Christoph Junghans procps-3.3.9.ebuild: + fixed prefix build + +*procps-3.3.9 (20 Dec 2013) + + 20 Dec 2013; Lars Wendler +procps-3.3.9.ebuild: + Version bump. + + 28 Nov 2013; Mike Frysinger procps-3.3.4.ebuild, + procps-3.3.6.ebuild, procps-3.3.8-r1.ebuild, procps-3.3.8.ebuild: + Pull in dejagnu for FEATURES=test #490174 by Nikoli. + +*procps-3.3.8-r1 (25 Oct 2013) + + 25 Oct 2013; Lars Wendler +procps-3.3.8-r1.ebuild: + Fixed write error when using top with pipes. Thanks to Florian Knodt for + reporting this in bug #485952. + + 03 Aug 2013; Agostino Sarubbo procps-3.3.6.ebuild: + Stable for sparc, wrt bug #468266 + + 07 Jul 2013; Agostino Sarubbo procps-3.3.6.ebuild: + Stable for ia64, wrt bug #468266 + + 06 Jul 2013; Agostino Sarubbo procps-3.3.6.ebuild: + Stable for alpha, wrt bug #468266 + + 04 Jul 2013; Agostino Sarubbo procps-3.3.6.ebuild: + Stable for x86, wrt bug #468266 + + 02 Jul 2013; Agostino Sarubbo procps-3.3.6.ebuild: + Stable for sh, wrt bug #468266 + + 30 Jun 2013; Agostino Sarubbo procps-3.3.6.ebuild: + Stable for s390, wrt bug #468266 + + 30 Jun 2013; Agostino Sarubbo procps-3.3.6.ebuild: + Stable for arm, wrt bug #468266 + + 29 Jun 2013; Agostino Sarubbo procps-3.3.6.ebuild: + Stable for ppc64, wrt bug #468266 + + 29 Jun 2013; Agostino Sarubbo procps-3.3.6.ebuild: + Stable for ppc, wrt bug #468266 + + 28 Jun 2013; Agostino Sarubbo procps-3.3.6.ebuild: + Stable for amd64, wrt bug #468266 + + 28 Jun 2013; Jeroen Roovers procps-3.3.6.ebuild: + Stable for HPPA (bug #468266). + +*procps-3.3.8 (28 Jun 2013) + + 28 Jun 2013; Mike Frysinger + +files/procps-3.3.8-kill-neg-pid.patch, +procps-3.3.8.ebuild: + Version bump #474078 by teidakankan. + + 27 Jun 2013; Mike Frysinger procps-3.3.4.ebuild: + Mark m68k stable. + + 20 Apr 2013; Mike Frysinger procps-3.3.4.ebuild, + procps-3.3.6.ebuild: + Use an empty exec-prefix so we don't end up with double slashes in the + libpaths (//lib) which causes libtool to generate rpaths. + + 16 Mar 2013; Mike Frysinger procps-3.3.4.ebuild, + procps-3.3.6.ebuild: + Add USE=nls #461800 by Tibor Vago. + + 11 Mar 2013; Agostino Sarubbo procps-3.3.4.ebuild: + Stable for sh, wrt bug #460394 + + 10 Mar 2013; Agostino Sarubbo procps-3.3.4.ebuild: + Stable for s390, wrt bug #460394 + + 10 Mar 2013; Samuli Suominen procps-3.3.4.ebuild: + Disable broken testsuite wrt #404389 which is fixed in 3.3.6. + +*procps-3.3.6 (10 Mar 2013) + + 10 Mar 2013; Samuli Suominen +procps-3.3.6.ebuild, + +files/procps-3.3.6-error_at_line.patch: + Version bump wrt #461272 by Roman Žilka + + 10 Mar 2013; Samuli Suominen + -files/3.2.5-top-sort.patch, -procps-3.2.8.ebuild, -procps-3.2.8-r1.ebuild, + -procps-3.2.8-r2.ebuild, -procps-3.2.8_p10-r1.ebuild, + -files/procps-3.2.8+gmake-3.82.patch, + -files/procps-3.2.8-forest-prefix.patch, + -files/procps-3.2.8-linux-ver-init.patch, -procps-3.3.2_p2-r1.ebuild, + -files/procps-3.3.2-headers.patch, -files/procps-3.3.2-ncurses.patch, + -files/procps-3.3.2-noproc.patch, -procps-3.3.3.ebuild, + -files/procps-3.3.3-watch-8bit.patch: + old + + 09 Mar 2013; Agostino Sarubbo procps-3.3.4.ebuild: + Stable for sparc, wrt bug #460394 + + 09 Mar 2013; Agostino Sarubbo procps-3.3.4.ebuild: + Stable for x86, wrt bug #460394 + + 09 Mar 2013; Agostino Sarubbo procps-3.3.4.ebuild: + Stable for ia64, wrt bug #460394 + + 09 Mar 2013; Agostino Sarubbo procps-3.3.4.ebuild: + Stable for alpha, wrt bug #460394 + + 09 Mar 2013; Agostino Sarubbo procps-3.3.4.ebuild: + Stable for ppc, wrt bug #460394 + + 09 Mar 2013; Agostino Sarubbo procps-3.3.4.ebuild: + Stable for ppc64, wrt bug #460394 + + 08 Mar 2013; Agostino Sarubbo procps-3.3.4.ebuild: + Stable for arm, wrt bug #460394 + + 05 Mar 2013; Agostino Sarubbo procps-3.3.4.ebuild: + Stable for amd64, wrt bug #460394 + + 05 Mar 2013; Jeroen Roovers procps-3.3.4.ebuild: + Stable for HPPA (bug #460394). + + 04 Nov 2012; Mike Frysinger procps-3.3.4.ebuild: + Switch to tarball on Debian mirrors since the git one does not include + generated files #440626 by Jeroen Roovers. + +*procps-3.3.4 (29 Oct 2012) + + 29 Oct 2012; Mike Frysinger +procps-3.3.4.ebuild: + Version bump. + + 29 Jul 2012; Christoph Junghans procps-3.3.3.ebuild: + added prefix keywords + +*procps-3.3.3 (20 May 2012) + + 20 May 2012; Mike Frysinger + +files/procps-3.3.3-watch-8bit.patch, +procps-3.3.3.ebuild: + Version bump. + + 03 May 2012; Jeff Horelick procps-3.3.2_p2-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + + 01 Feb 2012; Samuli Suominen procps-3.2.8_p11.ebuild: + ppc64 stable wrt #390003 + +*procps-3.3.2_p2-r1 (24 Jan 2012) + + 24 Jan 2012; Mike Frysinger -procps-3.3.2_p2.ebuild, + +procps-3.3.2_p2-r1.ebuild, +files/procps-3.3.2-ncurses.patch, metadata.xml: + Add some ncurses configure cleanups #400555. + +*procps-3.3.2_p2 (24 Jan 2012) + + 24 Jan 2012; Mike Frysinger +procps-3.3.2_p2.ebuild, + +files/procps-3.3.2-headers.patch, +files/procps-3.3.2-noproc.patch: + Version bump #399377 by Samuli Suominen. + + 04 Jan 2012; Brent Baude procps-3.2.8_p11.ebuild: + Marking procps-3.2.8_p11 ppc for bug 390003 + + 08 Dec 2011; Mike Frysinger procps-3.2.8_p11.ebuild, + +files/procps-3.2.8-time_t.patch: + Fix ps segfault on x32 ABI. + + 03 Dec 2011; Raúl Porcel procps-3.2.8_p11.ebuild: + alpha/ia64/m68k/s390/sh/sparc stable wrt #390003 + + 13 Nov 2011; Markus Meier procps-3.2.8_p11.ebuild: + arm stable, bug #390003 + + 11 Nov 2011; Pawel Hajdan jr procps-3.2.8_p11.ebuild: + x86 stable wrt bug #390003 + + 10 Nov 2011; Jeroen Roovers procps-3.2.8_p11.ebuild: + Stable for HPPA (bug #390003). + + 10 Nov 2011; Tony Vroon procps-3.2.8_p11.ebuild: + Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & + Elijah "Armageddon" El Lazkani in bug #390003. + +*procps-3.2.8_p11 (26 Sep 2011) + + 26 Sep 2011; Mike Frysinger +procps-3.2.8_p11.ebuild: + Version bump. + + 06 Sep 2011; Matt Turner procps-3.2.8_p10-r1.ebuild: + Depend on ncurses[unicode?], bug 381739. + +*procps-3.2.8_p10-r1 (28 Jul 2011) + + 28 Jul 2011; Michał Górny -procps-3.2.8_p10.ebuild, + +procps-3.2.8_p10-r1.ebuild: + Fix libproc.so symlink, per bug #376299. Reviewed by Tony Vroon. + + 23 Jul 2011; Mike Frysinger procps-3.2.8_p10.ebuild: + Delete Debian unicode patches when USE=-unicode. + +*procps-3.2.8_p10 (20 Jul 2011) + + 20 Jul 2011; Mike Frysinger + files/procps-3.2.3-noproc.patch, +procps-3.2.8_p10.ebuild, + +files/procps-3.2.8-r1-forest-prefix.patch: + Start using Debian patchset #375275 by Dieter Ries. + + 14 Jun 2011; Matt Turner + -files/procps-3.2.6-mips-n32_isnt_usable_on_mips64_yet.patch, + procps-3.2.8.ebuild, procps-3.2.8-r1.ebuild, procps-3.2.8-r2.ebuild, + metadata.xml: + Remove n32 USE flag and patch, bug 371278 + + 08 Jun 2011; Kacper Kowalik procps-3.2.8-r2.ebuild: + ppc64 stable wrt #367279 + + 24 May 2011; Brent Baude procps-3.2.8-r2.ebuild: + Marking procps-3.2.8-r2 ppc for bug 367279 + + 21 May 2011; Raúl Porcel procps-3.2.8-r2.ebuild: + alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #367279 + + 18 May 2011; Jeroen Roovers procps-3.2.8-r2.ebuild: + Stable for HPPA (bug #367279). + + 18 May 2011; Pawel Hajdan jr procps-3.2.8-r2.ebuild: + x86 stable wrt bug #367279 + + 15 May 2011; Christoph Mende procps-3.2.8-r2.ebuild: + Stable on amd64 wrt bug #367279 + +*procps-3.2.8-r2 (21 Nov 2010) + + 21 Nov 2010; Mike Frysinger +procps-3.2.8-r2.ebuild, + +files/procps-3.2.8-forest-prefix.patch, + +files/procps-3.2.8-linux-ver-init.patch: + Fix some build warnings and apply fix by Chris Coleman for HZ warning + #303120 by Alexander Holler. + + 22 Sep 2010; Diego E. Pettenò + procps-3.2.8-r1.ebuild, +files/procps-3.2.8+gmake-3.82.patch: + Add patch that should fix bug #333299 (procps failing to build with gmake + 3.82). + +*procps-3.2.8-r1 (25 Jan 2010) + + 25 Jan 2010; Robin H. Johnson + +procps-3.2.8-r1.ebuild, +files/procps-3.2.8-toprc-fixup.patch: + Bug #279819: make top not ignore .toprc. + + 23 Nov 2009; Mike Frysinger procps-3.2.8.ebuild: + Add USE=unicode to control multibyte code. + + 31 Oct 2009; Brent Baude procps-3.2.8.ebuild: + Marking procps-3.2.8 ppc64 for bug 287743 + + 17 Oct 2009; Raúl Porcel procps-3.2.8.ebuild: + arm/ia64/m68k/s390/sh stable wrt #287743 + + 17 Oct 2009; Tiago Cunha procps-3.2.8.ebuild: + stable sparc, bug 287743 + + 15 Oct 2009; Markus Meier procps-3.2.8.ebuild: + amd64/x86 stable, bug #287743 + + 11 Oct 2009; Tobias Klausmann procps-3.2.8.ebuild: + Stable on alpha, bug #287743 + + 07 Oct 2009; nixnut procps-3.2.8.ebuild: + ppc stable #287743 + + 06 Oct 2009; Jeroen Roovers procps-3.2.8.ebuild: + Stable for HPPA (bug #287743). + +*procps-3.2.8 (29 May 2009) + + 29 May 2009; Mike Frysinger +procps-3.2.8.ebuild: + Version bump #269429 by Lars Wendler. + + 16 Aug 2008; Doug Goldstein metadata.xml: + add GLEP 56 USE flag desc from use.local.desc + + 18 May 2007; Fernando J. Pereda procps-3.2.7.ebuild: + Stable on alpha as per bug #172159 + + 23 Apr 2007; Bryan Østergaard procps-3.2.7.ebuild: + Stable on Mips, bug 172159. + + 09 Apr 2007; Peter Weller procps-3.2.7.ebuild: + Stable on amd64 wrt bug 172159 + + 01 Apr 2007; Michael Hanselmann procps-3.2.7.ebuild: + Stable on ppc. + + 26 Mar 2007; Jeroen Roovers procps-3.2.7.ebuild: + Stable for HPPA (bug #172159). + + 25 Mar 2007; Markus Rothe procps-3.2.7.ebuild: + Stable on ppc64; bug #172159 + + 25 Mar 2007; Mike Frysinger procps-3.2.7.ebuild: + Add libproc.so symlink for broken applications #170077 by Klas Meder Boqvist. + + 15 Mar 2007; Gustavo Zacarias procps-3.2.7.ebuild: + Stable on sprac + + 13 Mar 2007; Raúl Porcel procps-3.2.7.ebuild: + x86 stable + + 22 Feb 2007; Markus Ullmann ChangeLog: + Redigest for Manifest2 + +*procps-3.2.7 (27 Jun 2006) + + 27 Jun 2006; Mike Frysinger + +files/procps-3.2.7-proc-mount.patch, +procps-3.2.7.ebuild: + Version bump #138029 by Armin van Buuren. + + 21 Apr 2006; Mike Frysinger + +files/procps-3.2.3-noproc.patch, +files/procps-3.2.6-links.patch, + procps-3.2.6.ebuild: + Remove ABI cruft, use softlinks instead of hardlinks, and grab patch from + Fedora for top bugs when /proc isnt mounted. + + 10 Mar 2006; Fernando J. Pereda procps-3.2.6.ebuild: + Stable on alpha wrt bug #125546 + + 10 Mar 2006; Markus Rothe procps-3.2.6.ebuild: + Stable on ppc64; bug #125546 + + 10 Mar 2006; procps-3.2.6.ebuild: + Stable on ppc. Bug #125546 + + 10 Mar 2006; Torsten Veller procps-3.2.6.ebuild: + Stable on x86 (#125546). + + 09 Mar 2006; Gustavo Zacarias procps-3.2.6.ebuild: + Stable on sparc wrt #125546 + + 09 Mar 2006; Patrick McLean procps-3.2.6.ebuild: + Stable on amd64 (bug #125546) + +*procps-3.2.6 (22 Dec 2005) + + 22 Dec 2005; Mike Frysinger + +files/procps-3.2.6-mips-n32_isnt_usable_on_mips64_yet.patch, + +procps-3.2.6.ebuild: + Version bump. + + 17 Jul 2005; Tobias Scherbaum + procps-3.2.5-r1.ebuild: + ppc stable + + 28 Jun 2005; Joshua Kinard procps-3.2.5-r1.ebuild: + Marked stable on mips. + + 12 Jun 2005; Bryan Østergaard procps-3.2.5-r1.ebuild: + Stable on alpha. + + 06 Jun 2005; Markus Rothe procps-3.2.5-r1.ebuild: + Stable on ppc64 + + 20 May 2005; Gustavo Zacarias + procps-3.2.5-r1.ebuild: + Stable on sparc + +*procps-3.2.4-r3 (03 Mar 2005) + + 03 Mar 2005; Ciaran McCreesh +metadata.xml, + +files/3.2.4-64bit-display.patch, +files/3.2.4-linux26-slab.patch, + +files/3.2.5-top-sort.patch, +files/procps-3.2.5-proc-mount.patch, + +files/procps-mips-define-pagesize.patch, + +files/procps-mips-n32_isnt_usable_on_mips64_yet.patch, + +procps-3.2.3-r1.ebuild, +procps-3.2.4-r2.ebuild, +procps-3.2.4-r3.ebuild, + +procps-3.2.5-r1.ebuild, +procps-3.2.5.ebuild: + Moved from sys-apps/procps to sys-process/procps. + +*procps-3.2.4-r3 (27 Feb 2005) + + 27 Feb 2005; Joshua Kinard + +files/procps-mips-n32_isnt_usable_on_mips64_yet.patch, + procps-3.2.4-r2.ebuild, +procps-3.2.4-r3.ebuild, +procps-3.2.5-r1.ebuild, + procps-3.2.5.ebuild: + Added a patch to disable a check in proc/procps.h for n32 ABI on mips64 + systems. This check set KLONG=8, and broke several mips64 systems running o32 + userland. This is needed until n32 userland becomes a fully-functional + userland replacement for o32. Those on the n32 profile won't have this patch + applied. Revbumped to force an upgrade on affected mips systems. + +*procps-3.2.5 (01 Feb 2005) + + 01 Feb 2005; Mike Frysinger +files/3.2.5-top-sort.patch, + +procps-3.2.5.ebuild: + Version bump with patch to fix sorted top display #80296 by Andreas Kling. + +*procps-3.2.4-r2 (26 Jan 2005) + + 26 Jan 2005; Mike Frysinger : + Add patch to fix display on 64bit systems. Also make sure we dont + pointlessly run ldconfig. + + 18 Jan 2005; Joshua Kinard procps-3.2.4-r1.ebuild: + Marked stable on mips. + +*procps-3.2.4-r1 (12 Jan 2005) + + 12 Jan 2005; Mike Frysinger + +files/3.2.4-linux26-slab.patch, +procps-3.2.4-r1.ebuild, + -procps-3.2.4.ebuild: + Add patch from upstream to fix newer slab version #77301 by regala. + + 10 Jan 2005; Gustavo Zacarias procps-3.2.4.ebuild: + Stable on sparc + + 02 Jan 2005; Ciaran McCreesh : + Change encoding to UTF-8 for GLEP 31 compliance + + 08 Dec 2004; Daniel Black procps-3.2.4.ebuild: + ppc stable to fix bug #73239 + + 05 Nov 2004; Luca Barbato procps-3.2.4.ebuild: + Removing -m64 on ppc + +*procps-3.2.4 (04 Nov 2004) + + 04 Nov 2004; Brandon Low +procps-3.2.4.ebuild: + New unstable version, adds utf-8 support and other bugs and stuff + + 20 Oct 2004; Chris Bainbridge procps-3.2.3-r1.ebuild: + fix compile error when $NAME is set + + 06 Oct 2004; Guy Martin procps-3.2.3-r1.ebuild: + Stable on hppa. + + 02 Oct 2004; Bryan Østergaard procps-3.2.3-r1.ebuild: + Stable on alpha. + + 27 Sep 2004; Danny van Dyk procps-3.2.3-r1.ebuild: + Marked stable on amd64. + + 25 Sep 2004; Joshua Kinard procps-3.2.3-r1.ebuild: + Marked stable on mips. + + 16 Sep 2004; Gustavo Zacarias procps-3.2.3-r1.ebuild: + Stable on sparc + + 15 Sep 2004; Brandon Low procps-3.2.3-r1.ebuild: + No outstanding procps bugs, moving to stable + + 15 Sep 2004; Robin H. Johnson procps-3.2.3-r1.ebuild: + Make this compile with GCC3.4. + + 14 Sep 2004; Brandon Low + -files/procps-3.1.11-multipids.patch, -files/procps-3.1.12-selinux.diff.bz2, + -procps-3.1.12-r1.ebuild, -procps-3.1.13-r1.ebuild: + Clean up a bit + +*procps-3.2.3-r1 (14 Sep 2004) + + 14 Sep 2004; Brandon Low +procps-3.2.3-r1.ebuild: + Add the include files to the installation + + 03 Sep 2004; Pieter Van den Abeele + procps-3.1.12-r1.ebuild, procps-3.2.0.ebuild, procps-3.2.1.ebuild, + procps-3.2.2-r1.ebuild, procps-3.2.3.ebuild: + Masked procps-3.2.3.ebuild stable for ppc + + 03 Sep 2004; Pieter Van den Abeele + procps-3.1.12-r1.ebuild, procps-3.2.0.ebuild, procps-3.2.1.ebuild, + procps-3.2.2-r1.ebuild: + Masked procps-3.2.2-r1.ebuild stable for ppc + + 03 Sep 2004; Pieter Van den Abeele + procps-3.1.12-r1.ebuild, procps-3.2.0.ebuild, procps-3.2.1.ebuild: + Masked procps-3.2.1.ebuild stable for ppc + + 03 Sep 2004; Pieter Van den Abeele + procps-3.1.12-r1.ebuild, procps-3.2.0.ebuild: + Masked procps-3.2.0.ebuild stable for ppc + + 03 Sep 2004; Pieter Van den Abeele + procps-3.1.12-r1.ebuild: + Masked procps-3.1.12-r1.ebuild stable for ppc + + 20 Aug 2004; Joshua Kinard + files/procps-mips-define-pagesize.patch: + Found an instance of PAGE_SIZE being defined in minimal.c to a set value if it + wasn't previously defined in asm/page.h; changed to use sysconf() to fetch the + size if not defined instead. + + 18 Aug 2004; Aron Griffis procps-3.2.2-r1.ebuild: + stable on alpha and ia64 + + 17 Aug 2004; Joshua Kinard + files/procps-mips-define-pagesize.patch: + Tweak patch to add #ifndef lines. + + 13 Aug 2004; Brandon Low procps-3.2.3.ebuild: + Make the sysctl.conf a doc not an /etc file + + 12 Aug 2004; Joshua Kinard + +files/procps-mips-define-pagesize.patch, procps-3.2.2-r1.ebuild, + procps-3.2.3.ebuild: + Added patch for mips that sets the value of PAGE_SIZE via a call to sysconf + due to changes in mips-headers. + +*procps-3.2.3 (10 Aug 2004) + + 10 Aug 2004; Brandon Low +procps-3.2.3.ebuild: + Some ebuild fixed, thanks _very much_ to Albert Cahalan + who maintains procps for taking the time to read our ebuild and give me info + on what needed fixing. Hopefully this will be an improvement for our users. + +*procps-3.2.2-r1 (21 Jul 2004) + + 21 Jul 2004; Brandon Low + -files/procps-3.2.2-selinux-E.diff, -procps-3.2.2.ebuild: + Turns out that the new -Z option is the same as the old -Z patch option, so + removing the new -E option. + +*procps-3.2.2 (20 Jul 2004) + + 20 Jul 2004; Brandon Low + +files/procps-3.2.2-selinux-E.diff, +procps-3.2.2.ebuild: + Bump, and I had to change the SELinux -Z option to -E for ps because -Z was + taken. Hopefully this works for you SELinux people, otherwise mask it out or + something + + 05 Jun 2004; Travis Tilley procps-3.2.1.ebuild: + stable on amd64 + + 27 May 2004; Aron Griffis procps-3.2.1.ebuild: + Stable on alpha and ia64 + + 27 Apr 2004; Aron Griffis procps-3.1.12-r1.ebuild, + procps-3.1.15.ebuild: + Add inherit eutils + + 09 Apr 2004; Travis Tilley procps-3.1.15.ebuild: + stable on amd64 + + 02 Apr 2004; Brian Jackson procps-3.2.0.ebuild, + procps-3.2.1.ebuild: + add s390 to keywords + + 30 Mar 2004; Chris PeBenito procps-3.2.1.ebuild: + Add back the SELinux -Z patch. + +*procps-3.2.1 (30 Mar 2004) + + 30 Mar 2004; Martin Holzer procps-3.2.1.ebuild: + Version bumped. + + 21 Mar 2004; Mike Frysinger : + Add custom LDFLAGS to the makefile as well as remove the --strip from + the install command (let portage handle that). Also, dont install COPYING + files since they're just $LICENSE. + + 09 Mar 2004; procps-3.1.15.ebuild: + stable on alpha and ia64 + + 07 Mar 2004; Joshua Kinard procps-2.0.16-r1.ebuild, + procps-3.1.13-r1.ebuild, procps-3.1.15.ebuild: + Marked stable on mips, copyright header fixes. + + 24 Feb 2004; Chris PeBenito procps-3.2.0.ebuild, + files/procps-3.2.0-selinux-Z.diff: + Add patch for -Z ps option for SELinux. + +*procps-3.2.0 (23 Feb 2004) + + 23 Feb 2004; Brandon Low procps-3.2.0.ebuild: + Bump + + 09 Feb 2004; procps-3.1.15.ebuild: + stable on sparc + + 08 Feb 2004; Mike Frysinger procps-3.1.12-r1.ebuild + procps-3.1.13-r1.ebuild procps-3.1.15.ebuild : + Prune out gettext DEPEND #39040. + + 06 Feb 2004; Martin Schlemmer procps-3.1.15.ebuild: + Bump to stable for x86. + + 03 Feb 2004; Bartosch Pixa procps-3.1.15.ebuild: + set ppc in keywords + + 28 Jan 2004; Aron Griffis procps-3.1.12-r1.ebuild: + stable on alpha and ia64 + + 15 Jan 2004; Jon Portnoy procps-3.1.12-r1.ebuild : + Stable on AMD64. + + 28 Dec 2003; Joshua Kinard procps-3.1.12-r1.ebuild: + Move to mips stable (~mips -> mips) + + 24 Dec 2003; Chris PeBenito procps-3.1.15.ebuild, + files/procps-3.1.15-fix_attr.diff: + Add patch to make SELinux contexts work on 2.4 kernels, not just 2.6. + +*procps-3.1.15 (24 Dec 2003) + + 24 Dec 2003; Martin Holzer procps-3.1.15.ebuild: + Version bumped. + + 20 Dec 2003; Christian Birchinger + procps-3.1.12-r1.ebuild: + Added sparc stable keyword + +*procps-3.1.14-r1 (08 Dec 2003) +*procps-3.1.13-r1 (08 Dec 2003) +*procps-3.1.12-r1 (08 Dec 2003) + + 08 Dec 2003; Seemant Kulleen procps-2.0.16-r1.ebuild, + procps-2.0.16.ebuild, procps-3.1.12-r1.ebuild, procps-3.1.12.ebuild, + procps-3.1.13-r1.ebuild, procps-3.1.13.ebuild, procps-3.1.14-r1.ebuild, + procps-3.1.14.ebuild, procps-3.1.8.ebuild, procps-3.1.9-r1.ebuild, + procps-3.1.9.ebuild: + version bump procps to make sure it owns kill and uptime, instead of coreutils + + 28 Oct 2003; Chris PeBenito procps-3.1.11-r1.ebuild, + procps-3.1.12.ebuild, procps-3.1.13.ebuild, procps-3.1.14.ebuild, + procps-3.1.8.ebuild, procps-3.1.9.ebuild, + files/procps-3.1.12-selinux.diff.bz2: + Switch SELinux patch from old API to new API. + +*procps-3.1.14 (22 Oct 2003) + + 24 Oct 2003; Martin Holzer procps-3.1.14.ebuild: + Version bumped.. Thread support is now fully working in ps. Closes #30514. + + 24 Sep 2003; Chris PeBenito procps-3.1.12.ebuild: + Fix 3.1.12 SELinux patch. + +*procps-2.0.16 (23 Sep 2003) + + 23 Sep 2003; Brandon Low procps-2.0.16.ebuild: + Bump the 2.x version of procps because RML and Riel have been doing some work + on it again. + +*procps-3.1.13 (24 Sep 2003) + + 24 Sep 2003; Martin Holzer procps-3.1.13.ebuild: + Version bumped. + +*procps-3.1.12 (23 Sep 2003) + + 23 Sep 2003; Martin Holzer procps-3.1.12.ebuild: + Version bumped. + +*procps-3.1.11-r1 (06 Sep 2003) + + 06 Sep 2003; Alastair Tse procps-3.1.11-r1.ebuild: + adds one-line patch to fix command line options parsing for top. patch thanks + to James Harlow (#26090) + +*procps-3.1.11 (14 Jul 2003) + + 14 Jul 2003; Brandon Low procps-3.1.10.ebuild, + procps-3.1.11.ebuild: + Another bump, this one repairs gcc-2.95 functionality + +*procps-3.1.10 (13 Jul 2003) + + 13 Jul 2003; Brandon Low procps-3.1.10.ebuild: + Bumpage, minor stuff only, moving to stable ... fairly soon + + 24 Jun 2003; Aron Griffis procps-3.1.9.ebuild: + Mark stable on alpha + +*procps-3.1.9 (31 May 2003) + + 06 Jul 2003; Guy Martin procps-3.1.9.ebuild : + Marked stable on hppa. + + 22 Jun 2003; Joshua Kinard procps-3.1.9.ebuild: + Changed ~sparc & ~mips to sparc & mips + + 08 Jun 2003; Todd Berman procps-3.1.8.ebuild, + procps-3.1.9.ebuild: + replacing -O3 with -O2 for gcc-3.3 + + 31 May 2003; Brandon Low procps-3.1.9.ebuild: + Bump + +*procps-3.1.8 (20 Mar 2003) + + 26 Apr 2003; Christian Birchinger procps-3.1.8.ebuild: + Added stable sparc keyword + + 17 Apr 2003; Brandon Low procps-3.1.8.ebuild: + x86 keyword + + 22 Mar 2003; Joshua Brindle procps-3.1.8.ebuild: + added selinux support Thanks to sindian + + 20 Mar 2003; Brandon Low procps-3.1.7.ebuild, + procps-3.1.7.ebuild, procps-3.1.8.ebuild: + Minor bug fix over 3.1.7 + +*procps-3.1.7 (18 Mar 2003) + + 18 Mar 2003; Brandon Low procps-3.1.7.ebuild: + Mostly a bugfix release + +*procps-3.1.6 (16 Feb 2003) + + 24 Feb 2003; Nicholas Wourms procps-3.1.6.ebuild : + Marked as testing for mips. + + 20 Feb 2003; Zach Welch : + Added arm to keywords. + + 16 Feb 2003; Brandon Low procps-3.1.6.ebuild : + + Upstream bump, nothing major. + +*procps-3.1.5 (21 Dec 2002) + + 09 Feb 2003; Seemant Kulleen *.ebuild : + + Changed sed expression delimiters to : where applicable, closing bug + #15006 by Blu3 + + 09 Feb 2003; Guy Martin : + Added hppa to keywords. + + 21 Dec 2002; Brandon Low procps-3.1.5.ebuild : + + Upstream bump... + +*procps-3.1.4 (15 Dec 2002) + + 15 Dec 2002; Brandon Low procps-3.1.4.ebuild : + + Amazing what happens if I report bugs to the right places for us :) + This release should fix the %CPU reporting, AND the 3 eating bug, + please test, and if it does, comment on the bug in bugzilla so I + can start pushing to move this to stable :) + +*procps-3.1.3 (12 Dec 2002) + + 12 Dec 2002; Brandon Low procps-3.1.3.ebuild : + + You get a big shrug here, Albert doesn't seem to be having the top + issues some gentoo-ers are, so I'll e-mail him about them later. + +*procps-2.0.11 (12 Dec 2002) + + 24 Feb 2003; Nicholas Wourms procps-2.0.11.ebuild : + Marked as stable for mips. + + 12 Dec 2002; Brandon Low procps-2.0.11.ebuild + files/digest-procps-2.0.11 : + + Version bump. Set keywords to ~. + +*procps-3.1.2 (08 Dec 2002) + + 08 Dec 2002; Brandon Low procps-3.1.2.ebuild : + + Bump, still unstable, but this one adds back in the sorting quick keys + to top, apparently we weren't the only ones annoyed about it. + Keep me updated on quirkiness in this version! :) + + 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords + +*procps-3.1.1 (20 Nov 2002) + + 20 Nov 2002; Brandon Low procps-3.1.1.ebuild : + + Bump, still unstable, hopefully Albert will fix the issues people are + having... please let me know about the quirkyness of the new top. + +*procps-3.1.0 (16 Nov 2002) + + 16 Nov 2002; Brandon Low procps-3.1.0.ebuild : + + Well this should be an interesting experiment. I'm putting into + unstable the most recent procps from the sf.net procps project. This + procps tree has some very nice new features, and SHOULD actually be + more stable than the 2.0.X tree we were using which was maintained by + Rik Van Riel. The reason we waited until now for this move was that + some of the features of the gentoo-sources and development-sources + kernels weren't supported by this procps, HOPEFULLY the sf.net project + will continue from here on to keep up with support for the latest + kernel features AND remainthe more stable tree. + + Of course I also did my usual round of ebuild cleanups that goes + with a major version bump. Enjoy. + + 05 Nov 2002; J Robert Ray procps-2.0.10-r1.ebuild : + Combine both sed calls into one, avoiding attempt to overwrite 0444 + perm'd file (fakeroot issue). + +*procps-2.0.10-r1 (31 Oct 2002) + + 18 Jan 2003; Jan Seidel : + Added mips to keywords + + 31 Oct 2002; Brad Cowan procps-2.0.10-r1.ebuild : + + Added einfo about threads default behavior thanks to j2ee. + + 31 Oct 2002; Brandon Low procps-2.0.10-r1.ebuild : + + Fix /lib/libproc.so symlink. + +*procps-2.0.10 (11 Oct 2002) + + 11 Oct 2002; Brandon Low procps-2.0.10.ebuild + files/digest-procps-2.0.10 : + + Version bump. Set keywords to ~. + +*procps-2.0.9 (30 Sep 2002) + + 30 Sep 2002; Brandon Low procps-2.0.9.ebuild + files/digest-procps-2.0.9 : + + New version released today by Rik Van Riel, many patches added from + the Debian tree and lots of good stuff. + +*procps-2.0.8 (27 Sep 2002) + + 27 Sep 2002; Brad Cowan procps-2.0.8.ebuild + files/digest-procps-2.0.8 : + + Version bump with many bugfixes. Removed patches as they have been + added to the main tree + +*procps-2.0.7-r6 (26 Sep 2002) + + 27 Sep 2002; Daniel Ahlberg : + Cleaned out old diff files from files/. + + 26 Sep 2002; Daniel Ahlberg procps-2.0.7-r6.ebuild : + Fixed sandbox violation. + +*procps-2.0.7-r6 (1 Feb 2002) + + 1 Feb 2002; G.Bevin ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/sdk_container/src/third_party/portage-stable/sys-process/procps/Manifest b/sdk_container/src/third_party/portage-stable/sys-process/procps/Manifest index 2c8d504bdd..0f98cec705 100644 --- a/sdk_container/src/third_party/portage-stable/sys-process/procps/Manifest +++ b/sdk_container/src/third_party/portage-stable/sys-process/procps/Manifest @@ -1,29 +1,15 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -AUX procps-3.3.6-error_at_line.patch 325 SHA256 642eb70e9165f3cf18b7ca3afe370f93991b32bc0271c9e1064c774dd2fadbb3 SHA512 fd0fd437deb7c1ac683ca90f3e94d14b35f3e9d19422e84f59b74d7530f204a04a289e5397d986536adffb2a30611ec5a8486bc9f01a32708d9025d3fb7c98b9 WHIRLPOOL f0f2da5452a8a1817a48a76723f6d02eddb856e8e69bac8ec8d87891a7f94f10c8945dba5c501cdc0d3f52fe690940524d0ae2c32868a3aa48155e54ffd2c3af +AUX procps-3.3.10-pmap-unreadable.patch 1775 SHA256 d4f34e6f33038f7599f403975bafd7f349013089fa2feda913b3ac9c56830c86 SHA512 d9ee6f9eb8d66b3777f0ec12066dd14d1849eb056b971b36f19612b2bcf60604fc361913b39b82766946f4a0e39907b68054bbc640b09b2e828c794824d79a57 WHIRLPOOL f4becc813b25d96fc778ce31f96494f8de13194a4ec5f7dbf184c99fd36a418f8fe5af0feb04c01b8f636660abe562131081031e868d9a739a1521fc7205e154 +AUX procps-3.3.10-tests-no-tty.patch 3841 SHA256 ca0d656d9d52b602874683542941c680cc948985dbbfbab7d731cfb673b42e7e SHA512 299b9272c7746f77f16db09c96b34cf62b74fd63afb8c815bcab07ecfba6c31c2d3a10e54583c899a7ed91e4e22f80f8c46cccb7237e9ad9bf0c94e09167df6a WHIRLPOOL 6f3a217d162235a8db3cb7a8e927e866d27d795e0eca758c6ef43f869fc20009cc7a1623d60e9f72788b18248928cd36a2d17911d9067b84c50c2ac677138ac7 +AUX procps-3.3.11-sysctl-manpage.patch 941 SHA256 1582675083410838e844e0f4f5b2da5835bb9653aadba42bea0b0f7002dc13d4 SHA512 df8b233bde879fa675742baf8b38d43dd7c306fe52013ace715dff02c126d8c5ea12bd93087da10f5e722294eef59577b264309cbdc6f9f3727fa7111c5db313 WHIRLPOOL dce1e4758eac97eee568acfaeb324b980c7786ffe021ee542b5495c1807e35549c45af03c897a5063f8d8f48395189c29ab014b82ee0961bf792d3ff6e739c8e AUX procps-3.3.8-kill-neg-pid.patch 1446 SHA256 847c21f6619c7aa0f2847726a17595f986ec2fe0f361d95e17812639abe32a79 SHA512 3ed4e83d81f7dd574ff68bbcae9ad9f8649a39d46a17de5fd4297f215d8f70cd28e415b1d3c7b5142e7719343af28f4b393061a60eb012caece81dfe5ff6c271 WHIRLPOOL cf452118312e60a0bab7a4ec87bed9a9d2f5fb8bb563769a0430f11c72348e5be79bdfc031f67f4e97e0bf9b32f6ccd1ac590f392c95ee935b77b857ce1b1739 AUX procps-3.3.9-sysctl-load-config-files.patch 400 SHA256 f744a549f9205a47d892687d90096b25098ca91ae5f81879874e07e531d47131 SHA512 f528d5425ef55c3816403f3f0e61c0958726c561565e4702c5f3c09c695dcde4031d8d1aa4b30a621561ea020a66111291a5640ff51d53355d20168a319cf1d9 WHIRLPOOL fcf6b22c58ee21ba6aa49747903d06786a3283235821acf6277e5ed9301899ea389d54674d8ff614b6787a2b3d8c6c296f33017695b4061a6580980562029636 -DIST procps-3.3.8-respect_epipe_in_fileutils.patch 1412 SHA256 4a56c88697fa6099a62a4169838c9c04df2c2c2bbc08e9ad9953e5b00df16d68 SHA512 317fc8e7c3fbd280182f55b399a30b2cfbc72268590825ea323537361cd761776afe1486509cb04ae937287ccf11578def5aac2eaa0fe660d04f0357282d9c14 WHIRLPOOL f8fdac8a172037edf51e1e777374293848afaa2180adc35adce5bf8ebefceb37df30082b27f6d6f1f5a571ba0f84bdfff9fc6c2343f120ce5c80b2f52e1804ac -DIST procps-3.3.8-top_user_filter.patch 2355 SHA256 089d7d0a0a497d88d34f3d05da245198b97353d11768453f5c57b7a346d72d0d SHA512 dc9af2ef6a9f1e5b8434069226c4739cdb914f4b84c366596e8a4fb853e4d61715814a0888938cd4c96f2f5bd9adaa573e4fb37be659424e615298e65980bca2 WHIRLPOOL 7e7a52917567013f425dc631dbdcafd3c4978893caf9c3e0e2979c7825332d1296e8026c43c1ac4915787226b53949d6264860b549cd0ac79bb0e8c63f264231 -DIST procps-ng-3.3.6.tar.xz 535796 SHA256 d09ac4df3793f632d481f6547c39c6d835a7aa7bd5a302fcb0885ff7691c124c SHA512 8d55e040a223fa8dec056571fcdec4d5415afe1374915d2ebf1af44da9b9a411e03560090cf0f08c8aec0fbedc55a85f75af397f53f7e6d30d320c438854049b WHIRLPOOL b560ce1ac0228aea9067970826cf07b2bf238e5f85bf4e9263127e67b6441d62f1b176526de307bbb3c3e26b4a39de4ee515051b8f79b2eea0414d57f883dabe -DIST procps-ng-3.3.8.tar.xz 553056 SHA256 a4109cfb6fe3bcfb5a0efb37efe04d0c8ce858bff3820d48cc258bad41bed46b SHA512 63ba13f9ef0f4558748c6b2d1b0719a1173bd87e38279e3b052a10e207e1b808626d031f16dd65b05c55708366df7350cb0a64da8dc20e7f9f1fdc1cd2417c71 WHIRLPOOL 671860af1f028c9c8c7bb0c035db86e3e13d9d754801e7a3f19105710bb9720bbfa627e4e748b823192286319fe4e7e736c1af5a3fb34116cbe93386b0d2bed6 +DIST procps-3.3.11-remove_Unix98_output_limits.patch 7582 SHA256 0801b971c630d2d68fe87da0b84842169df38cd88d3854da73b0e9bb45572d29 SHA512 8502264cba62475e3fc218dfde6c8ac375ccbf309843cec3000796e7455f41f287692aafd423f301b6c1a7e5f04c708fe30c2dd305ec3345b7a77b3443e35e55 WHIRLPOOL cbdba6dc94a4bec63f9fae8edc396aa5e59551a1606ed7dee56a65fad2e3d75ea5f391105806262f00103386c47434ec656b55bcefdd565313139355fa31ac61 +DIST procps-ng-3.3.10.tar.xz 657232 SHA256 1759229cd0d97da3d200d5599c4ea82726d61fae9c4b7d3edd52c544962791b7 SHA512 cbfa49e79a88a8e7066a9c316ef089f15fa825c5bfbc22ab8a83f53c6f367a7c586cef9c403e360d373d824c471533a15ddb11cd30c561650e6879fe687e7e4f WHIRLPOOL 723dd1c00578a7fa7e3ff47bed60283c30850cc8ae8069c704ba648792809a67c5944dbfd9b7b0159e0be83215b61e6b71b2d76e65b3619aed54223900ffed9b +DIST procps-ng-3.3.11.tar.xz 815920 SHA256 e9493169a2d2adc0bc045538707310c8e877b385e4e296143b62607d2bb044ed SHA512 8ab4770adeba4c7e3cf75bc189278cf7a162ece0f23b862e7f726faccee11bd4524aec622b895f3b4e0b272a739a327a01e91f48834feea513544f0515b250df WHIRLPOOL 1da50ec4e8be9d76086a1112b00eea0daa39a7e579e846b92c12fea23a8303a7287e2d32d41feae93aad7b138768852b004544731fff882236ee3bd9511154ff DIST procps-ng-3.3.9.tar.xz 560812 SHA256 00f0cb0fadf968ddf605b0ef119846af07386629244d4f3da711a2cecf4e8663 SHA512 62c7270aa48b4346a3198f306d1cb8474f64650bfb67e8cc6c4d41923e50c31c95b3a0367a464823fb50a6137ec0c6352006292ac85b50caf730ec8ec35eb553 WHIRLPOOL dac97433a87badd40b46e3155bf0e30652ed2961a41bc8fca074357431301d250632215512ad752634c9c4f3273a1c75caba1ecf4f5a3c510bee155660dde166 -EBUILD procps-3.3.6.ebuild 1483 SHA256 66d4dc5c5afc6aaa60ec6b88c5c5c39d44143b31255eababceab0067c7b6134e SHA512 c11c717720a7a386be1ae484a480b05900b93253e147f9fcc542c4e48e41cda71216c29d095151e7c5403abd8b5d7cc0f76924e1a29baad848d38bcea4b7528b WHIRLPOOL 48dbf23009301c9176eca34491e2aaed41b8aef985a7b7e5e3677c2b4fbae4c8a644786b4d2d8c4ffc603a7c900b6b13ad3613cc1d54bee4696aefc5b3eb058c -EBUILD procps-3.3.8-r2.ebuild 1885 SHA256 28ae59fc4b34f67d9f3b0c85d9abb56c5d5afd17ad0304649f1897eb7ba924b0 SHA512 99fe192331929060d5940c3a1f864e07f941d9c3a8b1a51cff7c96704bfed161375fcd0e49b35168bba0e4fc7926839decff0027e9144c2b43cfd852df8f4a7a WHIRLPOOL afb62ffc281d137a88b6c2369f9911f51f792a888484ddb588ca5cc0d979a62fa7f7c942f56664a44c035e8ef922085b858d514572b8fc5380cf59ffe50e3ea8 -EBUILD procps-3.3.9-r1.ebuild 1861 SHA256 e0dec3a265c430455b92221f1c5eeaab98ee9900a8a61169c36abbaf725be331 SHA512 d5d726dde4bcf2782cb50509f67e106ff5bf5eb44b44a0c4c6c2cbff7d1773f04ce4bcb10298bc8d5031e38936f0de5b3223ee33cb8db28fcf986e0167ab1ec3 WHIRLPOOL c15c6151291013bc897f7e677c536627dd96a9faeef5de59beba7cd731ab444493533408b062f8252624a040c558d3d2b161743f852546131c901f8be627a039 -EBUILD procps-3.3.9-r2.ebuild 1919 SHA256 035d7343b50ff089f860c979c77766cb8062ddc6c2e516689b64fa9e17d3d88b SHA512 c794f0103103f8777805ce3a9b61499378e43f1ea9c10d59952c3353399cbe5054e211db37688eb4eb5b24d2bb63992a520ff01331b509a916ae28e282861f17 WHIRLPOOL f480d770ddbb421674309cc22f4cfbdd2c4e7f3d6eb8985b3e084027e41797996f0d52547e2a0eb295f1bd1925ff5ef654fc7a7cdec50e73b24a5cf84d089db8 -EBUILD procps-3.3.9.ebuild 1606 SHA256 e2a39c54935826a9757d385ecde979b03c753c62d482ea9fbae7619b8d62198e SHA512 0ac2a535860694cccc5618dd23cd9266737d89bbcf71c61809f8e69514c7dc17340f7b4f69d4f8bc8bb7fe537ebdd33f3357419413b7d0ee7164e645adf5a9c3 WHIRLPOOL 5f4efaa41d446101e71034f5c4dda2137e05b4f7055808633feccfa0d4ac3726fb6c7982679e19dd7d0e33a983d08cb87794962bcec770ca40a396d5ffbb93e4 -MISC ChangeLog 33413 SHA256 ffeb5cd407b31fac1047be4e25c507f45d14fb1fd5a93cec3304a6c7f2a26bae SHA512 5f1fbf4fdbfb082c15dd83ffdbd111134fea3fe2e6cc0a4b92cb7fb4044e0cb4cec1436557f16834e16a2840ffae3e94acd8f632a0e90a2af8af6cd47f0e01c8 WHIRLPOOL 9bd0c81d40831cb1bb7e5b544713a9a6396b6d340426c7e5aad770fce542f2d4759688458d0acb972d3f08460aa9c116e810120e030884d00778262238e451db -MISC metadata.xml 259 SHA256 0bb63eb156063b66b45ac343be2ccf262f08ea0a9d247e8b1428d2f413c978c2 SHA512 b3ffc0288a73615eb2a24f7af77fa63781c3b6d713a2ba47d4bf83accf7d82bcb029e24cea7600b1ecc94de723f51b20fda082cf22d5b48dc05e98bd6eea6017 WHIRLPOOL 5339d46eb28ba6d6e413e6c79ea8c4c174379b0a99baa990c9f5e18c199113b96e5028437e3d175087d19730869cad704b34c10fc0714a88cea00517ce85dc92 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQEcBAEBCAAGBQJT9LLHAAoJEEdUh39IaPFN1cEH/0zlXY30SGSx/Jl61ESYH2t4 -oNg+sHdSF1NnfdDzOj9QqMGweV/yRzr1UpLaIRGvgRlMrkyqI2lRAhcWkvU8DEp8 -q8UF2hHzpamn8MbmAzTNDGauNnqCzSi66KP7uhdJQpGOwkIT3U8JqM3ps9XKThKx -TkBX7BvIMYc6xFuUh2JPcNTQ1nTimCo4DBQXnK3Dx14fdxEddaaYI1wCLjO7KS3h -OHspFzjF9vnzjkXEwNsJuysVVkuHYCu7f7UWG9hFVS2JCebGQd7uR/pTELR3tpxJ -qXcPtRY0VuddhXrbAqVsplInX/Jhcjwib0Gjs6V2XMmnf7aOx7PI/2QxVQ3qo8c= -=jMch ------END PGP SIGNATURE----- +EBUILD procps-3.3.10-r1.ebuild 2042 SHA256 a70015e70d3c13de26991079835fd02260f9216e742d461a469d2def525f4dc8 SHA512 78fa4660ef91978b88712316cff3f67df054a402f3112429e0750e0f27ba9e91f1bfe0bb18e873db4e14201daad74f09042ddb2a159cf815bd1f9e01c6995a85 WHIRLPOOL b0ed270240e22fdbbd6e1c1ef00d44c935fefaa85005d527dfd8dca8866d284a05bf6199b81fb5e46209a86cc77e9865aef5168cb68d7dad84fe94831229bd87 +EBUILD procps-3.3.11-r3.ebuild 2079 SHA256 45ce296b19a5284b930bbec31304747cf49adf635df8f4f46736b14c41fad650 SHA512 eca293c12539a87e61269e3bdcd3f3ab4dcc925e9aa80b20fecaeb06b0320a1c5fabdf5342311cac675a0ffe9a4adc4025b6fcd71a7e72f2a610e54bc1d04ea7 WHIRLPOOL cfc647108986d385d73313d38e2b92fed0d5b3528c73cccac5d2734f55cc1b23f470f6e975ca75eb84997465397e59d7ac72f155a662ae3ed50eee02226bb207 +EBUILD procps-3.3.9-r2.ebuild 1802 SHA256 e45e1761eb13baebfc50f0f1f0724a045341142200c564d655a66a80eac91c05 SHA512 13fde1fd1153b1a72e15bf138ece5fb56d80b5a9474638f5b1970113a8d04d59b54ff9d0cebac81fbbf69285667b37829801af1cb794d8f918a7730cd02ca717 WHIRLPOOL 62c07bae9702f97b455944bf9d464806fb4cba93655578ca0c26d4907417c9fbc9da803a6c500851f9412036559e45f257563ada01b15247ed2000e988fe2a21 +MISC ChangeLog 8823 SHA256 613854e90eac268808c77b19bda74355ed7c71808a646c2f7b0b4e2fb72830b2 SHA512 12371a28b00e21a8c6547efaf58672418fe8a05393665adc77fb505421bbd973f19fe6546ef76bcb24343e3ca631e9909f3a032e0d0c0c20e8ccc3a859010de5 WHIRLPOOL eec2fd2a0108067011404f7e5ed5ad3f16389521a22bbd43c92ac27e83018340f776025368d2ac6c46f717a54dbfe065c62387178e7245d8ca5300d231e88429 +MISC ChangeLog-2015 35845 SHA256 f4d801d61ca12a455950cfdded1b86257b5bfa68a7d23586d4ae5a7ee23cffcc SHA512 0206dd361fd68c3e16aee9998d4950928add17d47f7159c5cd75cab0aba614f88d4c44a9d9187e6aed33ffff5b57fcf5c918ef3caf4822f6fe51f1435d95710a WHIRLPOOL d84586d47079ec30f5569da1925e2aafc1e54d279e6561ebaf2bb1d010725bc695c859ff78dd9731c40f04d51dd2a6e590e389022c5219dd97a3d2ee5293e5c5 +MISC metadata.xml 570 SHA256 700c7801cdcdd25b5c65a24ce890def0d4e513d81ef6965c717e7ec4a9931001 SHA512 e4f5a3f955c05409167a1cd240847fc4a578b005ebe834f27bd600d37896539a5b331c0fee85ef1ff96c5a3dc06511e2f0c382a0c400773e47269f4cff4ce0ed WHIRLPOOL 00738c327bc1f084cbd30e188375d0909b0efd4cec44b2ebcd5aa9eb22d6319e659664d8270174a581bb4e7b63c4b91180c83a40bfd45b6abd738b5ab311d92c diff --git a/sdk_container/src/third_party/portage-stable/sys-process/procps/files/procps-3.3.10-pmap-unreadable.patch b/sdk_container/src/third_party/portage-stable/sys-process/procps/files/procps-3.3.10-pmap-unreadable.patch new file mode 100644 index 0000000000..697674861b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-process/procps/files/procps-3.3.10-pmap-unreadable.patch @@ -0,0 +1,60 @@ +https://bugs.gentoo.org/404389 + +From 92071e963e6ff50f0e221dde286f3229267b2ff9 Mon Sep 17 00:00:00 2001 +From: Craig Small +Date: Sat, 24 Jan 2015 18:53:29 +1100 +Subject: [PATCH] pmap: print process even if smaps unreadable + +pmap would previously print the process name if +/proc/PID/smaps could be opened, even if subsequent +reads failed. This actually occurs with other users +PIDs. + +Kernel 3.18rc1 introduced a change where the file could +not been opened, meaning pmap -X 1 previously showed +the process name and nothing else but NOW shows nothing +make check failed because of this. + +This change prints the process name even before trying to open +the file, returning it to previous behaviour. +Thanks to Vincent Bernat for some analysis. + +References: + https://bugs.debian.org/775624 + https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=29a40ace841cba9b661711f042d1821cdc4ad47c + +Signed-off-by: Craig Small +--- + NEWS | 1 + + pmap.c | 8 ++++---- + 2 files changed, 5 insertions(+), 4 deletions(-) + +diff --git a/pmap.c b/pmap.c +index c83617c..17e0e30 100644 +--- a/pmap.c ++++ b/pmap.c +@@ -533,6 +533,10 @@ static int one_proc(proc_t * p) + */ + int maxcmd = 0xfffff; + ++ escape_command(cmdbuf, p, sizeof cmdbuf, &maxcmd, ++ ESC_ARGS | ESC_BRACKETS); ++ printf("%u: %s\n", p->tgid, cmdbuf); ++ + if (x_option || X_option || c_option) { + sprintf(buf, "/proc/%u/smaps", p->tgid); + if ((fp = fopen(buf, "r")) == NULL) +@@ -543,10 +547,6 @@ static int one_proc(proc_t * p) + return 1; + } + +- escape_command(cmdbuf, p, sizeof cmdbuf, &maxcmd, +- ESC_ARGS | ESC_BRACKETS); +- printf("%u: %s\n", p->tgid, cmdbuf); +- + if (X_option || c_option) { + print_extended_maps(fp); + return 0; +-- +2.4.0 + diff --git a/sdk_container/src/third_party/portage-stable/sys-process/procps/files/procps-3.3.10-tests-no-tty.patch b/sdk_container/src/third_party/portage-stable/sys-process/procps/files/procps-3.3.10-tests-no-tty.patch new file mode 100644 index 0000000000..7a774e5f2e --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-process/procps/files/procps-3.3.10-tests-no-tty.patch @@ -0,0 +1,122 @@ +https://bugs.gentoo.org/461302 + +From 4050148a4533e8a79cef0d7dcd0c058d78c48a31 Mon Sep 17 00:00:00 2001 +From: Craig Small +Date: Sat, 9 May 2015 17:48:12 +1000 +Subject: [PATCH] Fix some sched and tty tests + +The ps sched test has been disabled. There are too many +odd build farms this fails in strange ways. + +Other odd build farms have no tty and so some tests check +for no tty and skip if not found. +--- + testsuite/config/unix.exp | 9 +++++++++ + testsuite/pgrep.test/pgrep.exp | 11 +++++++---- + testsuite/pkill.test/pkill.exp | 3 +-- + testsuite/ps.test/ps_output.exp | 2 -- + testsuite/ps.test/ps_sched_batch.exp | 16 +++++++++------- + 5 files changed, 26 insertions(+), 15 deletions(-) + +diff --git a/testsuite/config/unix.exp b/testsuite/config/unix.exp +index 522efb1..1318e9a 100644 +--- a/testsuite/config/unix.exp ++++ b/testsuite/config/unix.exp +@@ -146,3 +146,12 @@ proc kill_testproc { } { + kill_process $testproc2_pid + file delete $testproc_path + } ++ ++proc get_tty {} { ++ if { [catch { set raw_tty [ exec tty ] } msg]} { ++ warning "No TTY found" ++ return "" ++ } ++ regexp "/dev/(.+)" $raw_tty > tty ++ return $tty ++} +diff --git a/testsuite/pgrep.test/pgrep.exp b/testsuite/pgrep.test/pgrep.exp +index 152b6ec..1c6cec6 100644 +--- a/testsuite/pgrep.test/pgrep.exp ++++ b/testsuite/pgrep.test/pgrep.exp +@@ -9,8 +9,7 @@ set not_uid [ expr { $uid + 1 } ] + set gid [ exec id -g ] + set not_gid [ expr { $gid + 1 } ] + set ps "${topdir}ps/pscommand" +-set raw_tty [ exec tty ] +-regexp "/dev/(.+)" $raw_tty > tty ++set tty [ get_tty ] + + set test "pgprep with no arguments" + spawn $pgrep +@@ -80,8 +79,12 @@ spawn $pgrep -s 1 $testproc_comm + expect_blank "$test" + + set test "pgrep matches on tty" +-spawn $pgrep -t $tty $testproc_comm +-expect_pass "$test" "^$testproc1_pid\\s+$testproc2_pid\\s*$" ++if { $tty == "" } { ++ untested "$test" ++} else { ++ spawn $pgrep -t $tty $testproc_comm ++ expect_pass "$test" "^$testproc1_pid\\s+$testproc2_pid\\s*$" ++} + + set test "pgrep doesn't match with bogus tty" + spawn $pgrep -t glass $testproc_comm +diff --git a/testsuite/pkill.test/pkill.exp b/testsuite/pkill.test/pkill.exp +index 5eece7d..c583cbe 100644 +--- a/testsuite/pkill.test/pkill.exp ++++ b/testsuite/pkill.test/pkill.exp +@@ -9,8 +9,7 @@ set not_uid [ expr { $uid + 1 } ] + set gid [ exec id -g ] + set not_gid [ expr { $gid + 1 } ] + set ps "${topdir}ps/pscommand" +-set raw_tty [ exec tty ] +-regexp "/dev/(.+)" $raw_tty > tty ++set tty [ get_tty ] + + set test "pkill with no arguments" + spawn $pkill +diff --git a/testsuite/ps.test/ps_output.exp b/testsuite/ps.test/ps_output.exp +index 3a6f3d8..1b2c097 100644 +--- a/testsuite/ps.test/ps_output.exp ++++ b/testsuite/ps.test/ps_output.exp +@@ -9,8 +9,6 @@ set uid [ exec id -u ] + set not_uid [ expr { $uid + 1 } ] + set gid [ exec id -g ] + set not_gid [ expr { $gid + 1 } ] +-set raw_tty [ exec tty ] +-regexp "/dev/(.+)" $raw_tty > tty + + # All the fields + # Cannot do args,cmd,comm +diff --git a/testsuite/ps.test/ps_sched_batch.exp b/testsuite/ps.test/ps_sched_batch.exp +index e0c31ff..c58b9a2 100644 +--- a/testsuite/ps.test/ps_sched_batch.exp ++++ b/testsuite/ps.test/ps_sched_batch.exp +@@ -1,12 +1,14 @@ + # + # check the ps SCHED_BATCH scheduler policy output + # +-set ps "${topdir}ps/pscommand" +-set schedbatch "${topdir}testsuite/test-schedbatch" +- +-spawn $schedbatch 18 +- ++# This is too flaky on certain build systems to be ++# reliable - CS ++#set ps "${topdir}ps/pscommand" ++#set schedbatch "${topdir}testsuite/test-schedbatch" ++# ++#spawn $schedbatch 18 ++# + set test "ps SCHED_BATCH scheduler" +-spawn $ps --no-header -o comm,cls,nice -a +-expect_pass "$test" "\\s+test-schedbatch\\s+B\\s+18" ++#spawn $ps --no-header -o comm,cls,nice -a ++#expect_pass "$test" "\\s+test-schedbatch\\s+B\\s+18" + untested "$test" +-- +2.4.0 + diff --git a/sdk_container/src/third_party/portage-stable/sys-process/procps/files/procps-3.3.11-sysctl-manpage.patch b/sdk_container/src/third_party/portage-stable/sys-process/procps/files/procps-3.3.11-sysctl-manpage.patch new file mode 100644 index 0000000000..3523aad4ba --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-process/procps/files/procps-3.3.11-sysctl-manpage.patch @@ -0,0 +1,32 @@ +--- procps-ng-3.3.11-orig/sysctl.8 ++++ procps-ng-3.3.11/sysctl.8 +@@ -123,21 +123,21 @@ + \fB\-V\fR, \fB\-\-version\fR + Display version information and exit. + .SH EXAMPLES +-/sbin/sysctl \-a ++/usr/sbin/sysctl \-a + .br +-/sbin/sysctl \-n kernel.hostname ++/usr/sbin/sysctl \-n kernel.hostname + .br +-/sbin/sysctl \-w kernel.domainname="example.com" ++/usr/sbin/sysctl \-w kernel.domainname="example.com" + .br +-/sbin/sysctl \-p/etc/sysctl.conf ++/usr/sbin/sysctl \-p/etc/sysctl.conf + .br +-/sbin/sysctl \-a \-\-pattern forward ++/usr/sbin/sysctl \-a \-\-pattern forward + .br +-/sbin/sysctl \-a \-\-pattern forward$ ++/usr/sbin/sysctl \-a \-\-pattern forward$ + .br +-/sbin/sysctl \-a \-\-pattern 'net.ipv4.conf.(eth|wlan)0.arp' ++/usr/sbin/sysctl \-a \-\-pattern 'net.ipv4.conf.(eth|wlan)0.arp' + .br +-/sbin/sysctl \-\-system \-\-pattern '^net.ipv6' ++/usr/sbin/sysctl \-\-system \-\-pattern '^net.ipv6' + .SH DEPRECATED PARAMETERS + The + .B base_reachable_time diff --git a/sdk_container/src/third_party/portage-stable/sys-process/procps/files/procps-3.3.6-error_at_line.patch b/sdk_container/src/third_party/portage-stable/sys-process/procps/files/procps-3.3.6-error_at_line.patch deleted file mode 100644 index 4329a49666..0000000000 --- a/sdk_container/src/third_party/portage-stable/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/sdk_container/src/third_party/portage-stable/sys-process/procps/metadata.xml b/sdk_container/src/third_party/portage-stable/sys-process/procps/metadata.xml index 16e9fa35c4..a21aac9eb2 100644 --- a/sdk_container/src/third_party/portage-stable/sys-process/procps/metadata.xml +++ b/sdk_container/src/third_party/portage-stable/sys-process/procps/metadata.xml @@ -1,8 +1,16 @@ -base-system + + base-system@gentoo.org + Gentoo Base System + - Build programs that use ncurses: top, slabtop, watch + Build the kill program + Enables new startup defaults of top. Keeps old defaults if disabled + Build programs that use ncurses: top, slabtop, watch + + procps + diff --git a/sdk_container/src/third_party/portage-stable/sys-process/procps/procps-3.3.9-r1.ebuild b/sdk_container/src/third_party/portage-stable/sys-process/procps/procps-3.3.10-r1.ebuild similarity index 55% rename from sdk_container/src/third_party/portage-stable/sys-process/procps/procps-3.3.9-r1.ebuild rename to sdk_container/src/third_party/portage-stable/sys-process/procps/procps-3.3.10-r1.ebuild index 99e9213bd3..f254f340a1 100644 --- a/sdk_container/src/third_party/portage-stable/sys-process/procps/procps-3.3.9-r1.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-process/procps/procps-3.3.10-r1.ebuild @@ -1,25 +1,26 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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 $ +# $Id$ -EAPI="4" +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" +HOMEPAGE="http://procps.sourceforge.net/ https://gitlab.com/procps-ng/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" +#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="https://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" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" +IUSE="+ncurses modern-top nls selinux static-libs systemd test unicode" RDEPEND="!=sys-libs/ncurses-5.7-r7[unicode?] ) + ncurses? ( >=sys-libs/ncurses-5.7-r7:=[unicode?] ) selinux? ( sys-libs/libselinux ) systemd? ( >=sys-apps/systemd-209 )" DEPEND="${RDEPEND} @@ -30,7 +31,9 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${PN}-ng-${PV} src_prepare() { - epatch "${FILESDIR}"/${PN}-3.3.8-kill-neg-pid.patch + epatch "${FILESDIR}"/${PN}-3.3.8-kill-neg-pid.patch # http://crbug.com/255209 + epatch "${FILESDIR}"/${P}-pmap-unreadable.patch #404389 + epatch "${FILESDIR}"/${P}-tests-no-tty.patch #461302 sed -i -e 's:systemd-login:systemd:' configure || die #501306 } @@ -38,6 +41,7 @@ src_configure() { econf \ --exec-prefix="${EPREFIX}" \ --docdir='$(datarootdir)'/doc/${PF} \ + $(use_enable modern-top) \ $(use_with ncurses) \ $(use_enable nls) \ $(use_enable selinux libselinux) \ @@ -46,9 +50,13 @@ src_configure() { $(use_enable unicode watch8bit) } +src_test() { + emake check