summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-10 21:49:44 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-10 21:49:44 +0000
commita5963027884853100907725df79f783be0ed2a4d (patch)
tree0584d3ab1ff0a64cc5dde60592dac32f5349873e /sys-apps/procps
parentpunt old (Manifest recommit) (diff)
downloadgentoo-2-a5963027884853100907725df79f783be0ed2a4d.tar.gz
gentoo-2-a5963027884853100907725df79f783be0ed2a4d.tar.bz2
gentoo-2-a5963027884853100907725df79f783be0ed2a4d.zip
old
Diffstat (limited to 'sys-apps/procps')
-rw-r--r--sys-apps/procps/files/digest-procps-3.2.01
-rw-r--r--sys-apps/procps/files/digest-procps-3.2.11
-rw-r--r--sys-apps/procps/files/digest-procps-3.2.2-r11
-rw-r--r--sys-apps/procps/files/digest-procps-3.2.31
-rw-r--r--sys-apps/procps/files/procps-3.1.15-fix_attr.diff31
-rw-r--r--sys-apps/procps/files/procps-3.2.0-selinux-Z.diff19
-rw-r--r--sys-apps/procps/procps-3.2.0.ebuild47
-rw-r--r--sys-apps/procps/procps-3.2.1.ebuild47
-rw-r--r--sys-apps/procps/procps-3.2.2-r1.ebuild49
-rw-r--r--sys-apps/procps/procps-3.2.3-r1.ebuild4
-rw-r--r--sys-apps/procps/procps-3.2.3.ebuild44
-rw-r--r--sys-apps/procps/procps-3.2.4.ebuild4
12 files changed, 4 insertions, 245 deletions
diff --git a/sys-apps/procps/files/digest-procps-3.2.0 b/sys-apps/procps/files/digest-procps-3.2.0
deleted file mode 100644
index 5b2f41eb52c8..000000000000
--- a/sys-apps/procps/files/digest-procps-3.2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 abaecc6774ee308f4911ea8e862030a9 procps-3.2.0.tar.gz 259514
diff --git a/sys-apps/procps/files/digest-procps-3.2.1 b/sys-apps/procps/files/digest-procps-3.2.1
deleted file mode 100644
index 43f111d91c95..000000000000
--- a/sys-apps/procps/files/digest-procps-3.2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2672014ec05deb20680713a7b750cb16 procps-3.2.1.tar.gz 260568
diff --git a/sys-apps/procps/files/digest-procps-3.2.2-r1 b/sys-apps/procps/files/digest-procps-3.2.2-r1
deleted file mode 100644
index 0c65f92d3e18..000000000000
--- a/sys-apps/procps/files/digest-procps-3.2.2-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ef88b94da3f181f2be1f6963820b00ab procps-3.2.2.tar.gz 262329
diff --git a/sys-apps/procps/files/digest-procps-3.2.3 b/sys-apps/procps/files/digest-procps-3.2.3
deleted file mode 100644
index 175dcab7099b..000000000000
--- a/sys-apps/procps/files/digest-procps-3.2.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5389800bf413e70365d982bac9438d31 procps-3.2.3.tar.gz 271136
diff --git a/sys-apps/procps/files/procps-3.1.15-fix_attr.diff b/sys-apps/procps/files/procps-3.1.15-fix_attr.diff
deleted file mode 100644
index 5ac08ed05a0a..000000000000
--- a/sys-apps/procps/files/procps-3.1.15-fix_attr.diff
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -urN procps-3.1.15/ps/output.c procps-3.1.15.new/ps/output.c
---- procps-3.1.15/ps/output.c 2003-12-23 19:46:32.000000000 -0600
-+++ procps-3.1.15.new/ps/output.c 2003-12-24 13:31:16.000000000 -0600
-@@ -944,7 +944,7 @@
-
- // wchan file is suitable for testing
- //snprintf(filename, sizeof filename, "/proc/%d/task/%d/wchan", pp->tgid, pp->tid);
-- snprintf(filename, sizeof filename, "/proc/%d/task/%d/attr/current", pp->tgid, pp->tid);
-+ snprintf(filename, sizeof filename, "/proc/%d/attr/current", pp->tgid);
-
- fd = open(filename, O_RDONLY, 0);
- if(likely(fd==-1)) goto fail;
-diff -urN procps-3.1.15/ps/parser.c procps-3.1.15.new/ps/parser.c
---- procps-3.1.15/ps/parser.c 2003-12-23 17:58:06.000000000 -0600
-+++ procps-3.1.15.new/ps/parser.c 2003-12-24 13:45:08.000000000 -0600
-@@ -315,12 +315,10 @@
- exclusive("-V");
- display_version();
- exit(0);
--#if 0
-- case 'Z': /* full Mandatory Access Control level info */
-- trace("-Z shows full MAC info\n");
-- return "Don't understand MAC on Linux.";
-+ case 'Z':
-+ trace("-Z shows SELinux contexts\n");
-+ format_flags |= FF_Fc;
- break;
--#endif
- case 'a':
- trace("-a select all with a tty, but omit session leaders.\n");
- simple_select |= SS_U_a;
diff --git a/sys-apps/procps/files/procps-3.2.0-selinux-Z.diff b/sys-apps/procps/files/procps-3.2.0-selinux-Z.diff
deleted file mode 100644
index 08cf4fe7fe7e..000000000000
--- a/sys-apps/procps/files/procps-3.2.0-selinux-Z.diff
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -urN procps-3.1.15/ps/parser.c procps-3.1.15.new/ps/parser.c
---- procps-3.1.15/ps/parser.c 2003-12-23 17:58:06.000000000 -0600
-+++ procps-3.1.15.new/ps/parser.c 2003-12-24 13:45:08.000000000 -0600
-@@ -315,12 +315,10 @@
- exclusive("-V");
- display_version();
- exit(0);
--#if 0
-- case 'Z': /* full Mandatory Access Control level info */
-- trace("-Z shows full MAC info\n");
-- return "Don't understand MAC on Linux.";
-+ case 'Z':
-+ trace("-Z shows SELinux contexts\n");
-+ format_flags |= FF_Fc;
- break;
--#endif
- case 'a':
- trace("-a select all with a tty, but omit session leaders.\n");
- simple_select |= SS_U_a;
diff --git a/sys-apps/procps/procps-3.2.0.ebuild b/sys-apps/procps/procps-3.2.0.ebuild
deleted file mode 100644
index 73384de363ec..000000000000
--- a/sys-apps/procps/procps-3.2.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-3.2.0.ebuild,v 1.7 2004/09/03 21:03:24 pvdabeel Exp $
-
-inherit flag-o-matic eutils
-
-DESCRIPTION="Standard informational utilities and process-handling tools"
-HOMEPAGE="http://procps.sourceforge.net/"
-SRC_URI="http://${PN}.sf.net/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ia64 ~ppc64 s390"
-IUSE=""
-
-RDEPEND=">=sys-libs/ncurses-5.2-r2"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # add -Z short option to ps for SELinux
- epatch ${FILESDIR}/procps-3.2.0-selinux-Z.diff
-
- # Use the CFLAGS from /etc/make.conf.
- replace-flags -O3 -O2
- sed -i \
- -e "s:-O2:${CFLAGS}:" \
- -e "/^LDFLAGS/s:$: ${LDFLAGS}:" \
- -e "/install/s: --strip : :" \
- Makefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- einstall DESTDIR="${D}"|| die
- dodoc BUGS NEWS TODO pc/HACKING
-}
-
-pkg_postinst() {
- einfo "NOTE: By default \"ps\" and \"top\" no longer"
- einfo "show threads. You can use the '-m' flag"
- einfo "in ps or the 'H' key in top to show them"
-}
diff --git a/sys-apps/procps/procps-3.2.1.ebuild b/sys-apps/procps/procps-3.2.1.ebuild
deleted file mode 100644
index 5db8ff10a7a0..000000000000
--- a/sys-apps/procps/procps-3.2.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-3.2.1.ebuild,v 1.9 2004/09/03 21:03:24 pvdabeel Exp $
-
-inherit flag-o-matic eutils
-
-DESCRIPTION="Standard informational utilities and process-handling tools"
-HOMEPAGE="http://procps.sourceforge.net/"
-SRC_URI="http://${PN}.sf.net/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ppc ~sparc ~mips alpha arm hppa amd64 ia64 ~ppc64 s390"
-IUSE=""
-
-RDEPEND=">=sys-libs/ncurses-5.2-r2"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # add -Z short option to ps for SELinux
- epatch ${FILESDIR}/procps-3.2.0-selinux-Z.diff
-
- # Use the CFLAGS from /etc/make.conf.
- replace-flags -O3 -O2
- sed -i \
- -e "s:-O2:${CFLAGS}:" \
- -e "/^LDFLAGS/s:$: ${LDFLAGS}:" \
- -e "/install/s: --strip : :" \
- Makefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- einstall DESTDIR="${D}"|| die
- dodoc BUGS NEWS TODO pc/HACKING
-}
-
-pkg_postinst() {
- einfo "NOTE: By default \"ps\" and \"top\" no longer"
- einfo "show threads. You can use the '-m' flag"
- einfo "in ps or the 'H' key in top to show them"
-}
diff --git a/sys-apps/procps/procps-3.2.2-r1.ebuild b/sys-apps/procps/procps-3.2.2-r1.ebuild
deleted file mode 100644
index 8479518d2ff0..000000000000
--- a/sys-apps/procps/procps-3.2.2-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-3.2.2-r1.ebuild,v 1.4 2004/09/03 21:03:24 pvdabeel Exp $
-
-inherit flag-o-matic eutils
-
-DESCRIPTION="Standard informational utilities and process-handling tools"
-HOMEPAGE="http://procps.sourceforge.net/"
-SRC_URI="http://${PN}.sf.net/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ppc ~sparc mips alpha ~arm ~hppa ~amd64 ia64 ~ppc64 ~s390"
-IUSE=""
-
-RDEPEND=">=sys-libs/ncurses-5.2-r2"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Use the CFLAGS from /etc/make.conf.
- replace-flags -O3 -O2
- sed -i \
- -e "s:-O2:${CFLAGS}:" \
- -e "/^LDFLAGS/s:$: ${LDFLAGS}:" \
- -e "/install/s: --strip : :" \
- Makefile
-
- # mips 2.4.23 headers (and 2.6.x) don't allow PAGE_SIZE to be defined in
- # userspace anymore, so this patch instructs procps to get the
- # value from sysconf().
- use mips && epatch ${FILESDIR}/${PN}-mips-define-pagesize.patch
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- einstall DESTDIR="${D}"|| die
- dodoc BUGS NEWS TODO pc/HACKING
-}
-
-pkg_postinst() {
- einfo "NOTE: By default \"ps\" and \"top\" no longer"
- einfo "show threads. You can use the '-m' flag"
- einfo "in ps or the 'H' key in top to show them"
-}
diff --git a/sys-apps/procps/procps-3.2.3-r1.ebuild b/sys-apps/procps/procps-3.2.3-r1.ebuild
index a1c02d643b87..d8a56639319e 100644
--- a/sys-apps/procps/procps-3.2.3-r1.ebuild
+++ b/sys-apps/procps/procps-3.2.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-3.2.3-r1.ebuild,v 1.11 2004/11/10 21:45:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-3.2.3-r1.ebuild,v 1.12 2004/11/10 21:49:44 vapier Exp $
inherit flag-o-matic eutils
@@ -10,7 +10,7 @@ SRC_URI="http://${PN}.sf.net/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc s390 x86"
IUSE=""
RDEPEND=">=sys-libs/ncurses-5.2-r2"
diff --git a/sys-apps/procps/procps-3.2.3.ebuild b/sys-apps/procps/procps-3.2.3.ebuild
deleted file mode 100644
index 40766e15b903..000000000000
--- a/sys-apps/procps/procps-3.2.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-3.2.3.ebuild,v 1.4 2004/09/03 21:03:24 pvdabeel Exp $
-
-inherit flag-o-matic eutils
-
-DESCRIPTION="Standard informational utilities and process-handling tools"
-HOMEPAGE="http://procps.sourceforge.net/"
-SRC_URI="http://${PN}.sf.net/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390"
-IUSE=""
-
-RDEPEND=">=sys-libs/ncurses-5.2-r2"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i -e "/install/s: --strip : :" Makefile
-
- # mips 2.4.23 headers (and 2.6.x) don't allow PAGE_SIZE to be defined in
- # userspace anymore, so this patch instructs procps to get the
- # value from sysconf().
- use mips && epatch ${FILESDIR}/${PN}-mips-define-pagesize.patch
-}
-
-src_compile() {
- replace-flags -O3 -O2
- emake -e || die
-}
-
-src_install() {
- einstall -e DESTDIR="${D}"|| die
- dodoc sysctl.conf BUGS NEWS TODO ps/HACKING
-}
-
-pkg_postinst() {
- einfo "NOTE: With NPTL \"ps\" and \"top\" no longer"
- einfo "show threads. You can use any of: -m m -L -T H"
- einfo "in ps or the H key in top to show them"
-}
diff --git a/sys-apps/procps/procps-3.2.4.ebuild b/sys-apps/procps/procps-3.2.4.ebuild
index 1ab0558faca2..d53bb42a629a 100644
--- a/sys-apps/procps/procps-3.2.4.ebuild
+++ b/sys-apps/procps/procps-3.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-3.2.4.ebuild,v 1.2 2004/11/05 19:09:10 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-3.2.4.ebuild,v 1.3 2004/11/10 21:49:44 vapier Exp $
inherit flag-o-matic eutils
@@ -10,7 +10,7 @@ SRC_URI="http://${PN}.sf.net/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~s390 ~x86"
IUSE=""
RDEPEND=">=sys-libs/ncurses-5.2-r2"