diff options
author | Brandon Low <lostlogic@gentoo.org> | 2004-09-14 13:41:20 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2004-09-14 13:41:20 +0000 |
commit | fd90a5eb811a15ada903ee13f0c12095c422c746 (patch) | |
tree | ce253c50b7f61dd66cc909baf24c8ccab14160ee /sys-apps | |
parent | Add the include files to the installation (Manifest recommit) (diff) | |
download | gentoo-2-fd90a5eb811a15ada903ee13f0c12095c422c746.tar.gz gentoo-2-fd90a5eb811a15ada903ee13f0c12095c422c746.tar.bz2 gentoo-2-fd90a5eb811a15ada903ee13f0c12095c422c746.zip |
Clean up a bit
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/procps/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/procps/files/digest-procps-3.1.12-r1 | 1 | ||||
-rw-r--r-- | sys-apps/procps/files/digest-procps-3.1.13-r1 | 1 | ||||
-rw-r--r-- | sys-apps/procps/files/procps-3.1.11-multipids.patch | 11 | ||||
-rw-r--r-- | sys-apps/procps/files/procps-3.1.12-selinux.diff.bz2 | bin | 8800 -> 0 bytes | |||
-rw-r--r-- | sys-apps/procps/procps-3.1.12-r1.ebuild | 56 | ||||
-rw-r--r-- | sys-apps/procps/procps-3.1.13-r1.ebuild | 50 |
7 files changed, 6 insertions, 120 deletions
diff --git a/sys-apps/procps/ChangeLog b/sys-apps/procps/ChangeLog index 4a25ce1e2ae1..e438cf23a23e 100644 --- a/sys-apps/procps/ChangeLog +++ b/sys-apps/procps/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/procps # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/ChangeLog,v 1.82 2004/09/14 13:38:11 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/ChangeLog,v 1.83 2004/09/14 13:41:20 lostlogic Exp $ + + 14 Sep 2004; Brandon Low <lostlogic@gentoo.org> + -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) diff --git a/sys-apps/procps/files/digest-procps-3.1.12-r1 b/sys-apps/procps/files/digest-procps-3.1.12-r1 deleted file mode 100644 index de593ab37df1..000000000000 --- a/sys-apps/procps/files/digest-procps-3.1.12-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 419b312699ac01b25259769a1bfb7ca4 procps-3.1.12.tar.gz 244651 diff --git a/sys-apps/procps/files/digest-procps-3.1.13-r1 b/sys-apps/procps/files/digest-procps-3.1.13-r1 deleted file mode 100644 index 5455cedd15b4..000000000000 --- a/sys-apps/procps/files/digest-procps-3.1.13-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 459a361ad73ecb4cf4346b8d3ce7a27f procps-3.1.13.tar.gz 246880 diff --git a/sys-apps/procps/files/procps-3.1.11-multipids.patch b/sys-apps/procps/files/procps-3.1.11-multipids.patch deleted file mode 100644 index 537a7614e3a9..000000000000 --- a/sys-apps/procps/files/procps-3.1.11-multipids.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- top.c 2003-05-24 02:48:47.000000000 +0100 -+++ top.multiple_pids_are_OK.c 2003-09-06 11:31:52.000000000 +0100 -@@ -1765,7 +1765,7 @@ - break; - case 'p': - do { -- if (selection_type) std_err("conflicting process selection"); -+ if (selection_type && selection_type != 'p') std_err("conflicting process selection"); - selection_type = 'p'; - if (cp[1]) cp++; - else if (*args) cp = *args++; diff --git a/sys-apps/procps/files/procps-3.1.12-selinux.diff.bz2 b/sys-apps/procps/files/procps-3.1.12-selinux.diff.bz2 Binary files differdeleted file mode 100644 index 48adc916289b..000000000000 --- a/sys-apps/procps/files/procps-3.1.12-selinux.diff.bz2 +++ /dev/null diff --git a/sys-apps/procps/procps-3.1.12-r1.ebuild b/sys-apps/procps/procps-3.1.12-r1.ebuild deleted file mode 100644 index 393195ae41fc..000000000000 --- a/sys-apps/procps/procps-3.1.12-r1.ebuild +++ /dev/null @@ -1,56 +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.1.12-r1.ebuild,v 1.12 2004/09/03 21:03:24 pvdabeel Exp $ - -inherit flag-o-matic eutils - -IUSE="selinux" - -SELINUX_PATCH="${P}-selinux.diff.bz2" - -DESCRIPTION="Standard informational utilities and process-handling tools -ps top tload snice vmstat free w watch uptime pmap skill pkill kill pgrep sysctl" -SRC_URI="http://${PN}.sf.net/${P}.tar.gz" -HOMEPAGE="http://procps.sourceforge.net/" - - - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 amd64 ppc sparc alpha ~hppa mips ia64" - -RDEPEND=">=sys-libs/ncurses-5.2-r2" -DEPEND="${RDEPEND} - selinux? ( sys-libs/libselinux )" - -src_unpack() { - unpack ${A} - cd ${S} - - use selinux && epatch ${FILESDIR}/${SELINUX_PATCH} - - replace-flags "-O3" "-O2" - # Use the CFLAGS from /etc/make.conf. - for file in `find . -iname "Makefile"`;do - sed -i "s:-O2:${CFLAGS}:" ${file} - done -} - -src_compile() { - emake || die -} - -src_install() { - einstall DESTDIR="${D}"|| die - - dodoc BUGS COPYING COPYING.LIB NEWS TODO - docinto proc - dodoc proc/COPYING - docinto ps - dodoc ps/COPYING ps/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.1.13-r1.ebuild b/sys-apps/procps/procps-3.1.13-r1.ebuild deleted file mode 100644 index 9d4b02ed6779..000000000000 --- a/sys-apps/procps/procps-3.1.13-r1.ebuild +++ /dev/null @@ -1,50 +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.1.13-r1.ebuild,v 1.6 2004/07/15 02:26:37 agriffis Exp $ - -inherit flag-o-matic - -IUSE="" - -DESCRIPTION="Standard informational utilities and process-handling tools -ps top tload snice vmstat free w watch uptime pmap skill pkill kill pgrep sysctl" -SRC_URI="http://${PN}.sf.net/${P}.tar.gz" -HOMEPAGE="http://procps.sourceforge.net/" - - - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 amd64 ~ppc ~sparc ~alpha ~hppa ~mips ia64" - -RDEPEND=">=sys-libs/ncurses-5.2-r2" - -src_unpack() { - unpack ${A} - cd ${S} - - replace-flags "-O3" "-O2" - # Use the CFLAGS from /etc/make.conf. - for file in `find . -iname "Makefile"`;do - sed -i "s:-O2:${CFLAGS}:" ${file} - done -} - -src_compile() { - emake || die -} - -src_install() { - einstall DESTDIR="${D}"|| die - - dodoc BUGS COPYING COPYING.LIB NEWS TODO - docinto proc - dodoc proc/COPYING - docinto ps - dodoc ps/COPYING ps/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" -} |