summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-10 21:47:15 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-10 21:47:15 +0000
commit0e1b29a3d61fd33b0a40a7117229fb0c230e1592 (patch)
tree569f6ee1030f30f45f22ca7cd1ccd3e4704584b4 /sys-apps/procps
parentarm/ia64/s390 and ppc64 stable (Manifest recommit) (diff)
downloadgentoo-2-0e1b29a3d61fd33b0a40a7117229fb0c230e1592.tar.gz
gentoo-2-0e1b29a3d61fd33b0a40a7117229fb0c230e1592.tar.bz2
gentoo-2-0e1b29a3d61fd33b0a40a7117229fb0c230e1592.zip
punt old
Diffstat (limited to 'sys-apps/procps')
-rw-r--r--sys-apps/procps/files/digest-procps-2.0.16-r11
-rw-r--r--sys-apps/procps/files/digest-procps-3.1.151
-rw-r--r--sys-apps/procps/procps-2.0.16-r1.ebuild86
-rw-r--r--sys-apps/procps/procps-3.1.15.ebuild49
4 files changed, 0 insertions, 137 deletions
diff --git a/sys-apps/procps/files/digest-procps-2.0.16-r1 b/sys-apps/procps/files/digest-procps-2.0.16-r1
deleted file mode 100644
index 011da89b9068..000000000000
--- a/sys-apps/procps/files/digest-procps-2.0.16-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7cb26085ea5ba5e7b95424785c17c6b2 procps-2.0.16.tar.gz 175832
diff --git a/sys-apps/procps/files/digest-procps-3.1.15 b/sys-apps/procps/files/digest-procps-3.1.15
deleted file mode 100644
index ca9836e0109a..000000000000
--- a/sys-apps/procps/files/digest-procps-3.1.15
+++ /dev/null
@@ -1 +0,0 @@
-MD5 496d9f87be5eaebcd1080bb5b9999da4 procps-3.1.15.tar.gz 267112
diff --git a/sys-apps/procps/procps-2.0.16-r1.ebuild b/sys-apps/procps/procps-2.0.16-r1.ebuild
deleted file mode 100644
index 09c08b998b72..000000000000
--- a/sys-apps/procps/procps-2.0.16-r1.ebuild
+++ /dev/null
@@ -1,86 +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-2.0.16-r1.ebuild,v 1.5 2004/07/15 02:26:37 agriffis Exp $
-
-DESCRIPTION="Standard informational utilities and process-handling tools"
-SRC_URI="http://tech9.net/rml/${PN}/packages/${PV}/${P}.tar.gz"
-HOMEPAGE="http://tech9.net/rml/procps/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 amd64 ppc sparc alpha hppa mips ia64"
-IUSE=""
-
-RDEPEND=">=sys-libs/ncurses-5.2-r2"
-DEPEND="${RDEPEND}
- >=sys-devel/gettext-0.10.35"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
-
- # Use the CFLAGS from /etc/make.conf.
- # remove /etc/X11/applnk/Desktop/top.app from makefile
-# mv Makefile Makefile.orig
-# sed \
-# -e "s:-O3:${CFLAGS}:" \
-# -e 's/all: config/all: /' \
-# -e "s:--strip::" \
-# -e 's:$.DESKTOP.::' \
-# Makefile.orig > Makefile
-
- # WARNING! In case of a version bump, check the line below that
- # removes a line from the Makefile file.
-# cd ${S}/ps
-# mv Makefile Makefile.orig
-# sed \
-# -e "s:-O2:${CFLAGS}:" \
-# -e "s:/var/.*man/:${D}var/.*man/:" \
-# -e "s:-lproc:-lproc -L${D}lib:" \
-# Makefile.orig > Makefile
-
-# cd ${S}/proc
-# mv Makefile Makefile.orig
-# sed \
-# -e "s:-O2:${CFLAGS}:" \
-# -e "s:--strip::" \
-# Makefile.orig > Makefile
- for file in $(find . -iname 'Makefile'); do
- sed -i -e "s:-O[0-9]:${CFLAGS}:" $file
- done
-
-}
-
-src_compile() {
- dodir /lib
-
- make SHLIBDIR="${D}lib" || die
-}
-
-src_install() {
- dodir /usr/bin
- dodir /sbin
- dodir /usr/X11R6/bin
- dodir /usr/share/man/man{1,5,8}
- dodir /lib
- dodir /bin
-
- exeinto /lib
- doexe proc/libproc.so.${PV}
- dosym /lib/libproc.so.${PV} /lib/libproc.so
-
- 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.15.ebuild b/sys-apps/procps/procps-3.1.15.ebuild
deleted file mode 100644
index 40189aed12c0..000000000000
--- a/sys-apps/procps/procps-3.1.15.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.1.15.ebuild,v 1.14 2004/07/15 02:26:37 agriffis Exp $
-
-inherit flag-o-matic eutils
-
-DESCRIPTION="Standard informational utilities and process-handling tools -ps top tload snice vmstat free w watch uptime pmap skill pkill kill pgrep sysctl"
-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"
-IUSE=""
-
-RDEPEND=">=sys-libs/ncurses-5.2-r2"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- epatch ${FILESDIR}/procps-3.1.15-fix_attr.diff
-
- # Use the CFLAGS from /etc/make.conf.
- replace-flags "-O3" "-O2"
- 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"
-}