summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2002-10-30 01:27:57 +0000
committerBrandon Low <lostlogic@gentoo.org>2002-10-30 01:27:57 +0000
commit6203224f8e4412541f97b39ca084e1068ebb8051 (patch)
treef30c33528fc10a8391004f06f7fd9798ea329b1b /sys-apps/procps
parenttaking out the trash (diff)
downloadgentoo-2-6203224f8e4412541f97b39ca084e1068ebb8051.tar.gz
gentoo-2-6203224f8e4412541f97b39ca084e1068ebb8051.tar.bz2
gentoo-2-6203224f8e4412541f97b39ca084e1068ebb8051.zip
drop old versions
Diffstat (limited to 'sys-apps/procps')
-rw-r--r--sys-apps/procps/files/digest-procps-2.0.7-r61
-rw-r--r--sys-apps/procps/files/digest-procps-2.0.81
-rw-r--r--sys-apps/procps/files/digest-procps-2.0.91
-rw-r--r--sys-apps/procps/procps-2.0.10.ebuild4
-rw-r--r--sys-apps/procps/procps-2.0.7-r6.ebuild66
-rw-r--r--sys-apps/procps/procps-2.0.8.ebuild62
-rw-r--r--sys-apps/procps/procps-2.0.9.ebuild69
7 files changed, 2 insertions, 202 deletions
diff --git a/sys-apps/procps/files/digest-procps-2.0.7-r6 b/sys-apps/procps/files/digest-procps-2.0.7-r6
deleted file mode 100644
index 541d75162871..000000000000
--- a/sys-apps/procps/files/digest-procps-2.0.7-r6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bd8d68a9fd0c3f37365f924e75009c8a procps-2.0.7.tar.gz 196231
diff --git a/sys-apps/procps/files/digest-procps-2.0.8 b/sys-apps/procps/files/digest-procps-2.0.8
deleted file mode 100644
index fd6f7b268d96..000000000000
--- a/sys-apps/procps/files/digest-procps-2.0.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3068ff299caa726eb52f5a2758bcbb92 procps-2.0.8.tar.bz2 158164
diff --git a/sys-apps/procps/files/digest-procps-2.0.9 b/sys-apps/procps/files/digest-procps-2.0.9
deleted file mode 100644
index d1295926173a..000000000000
--- a/sys-apps/procps/files/digest-procps-2.0.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6da26102a0c14b098cce1507ea18d35c procps-2.0.9.tar.bz2 156516
diff --git a/sys-apps/procps/procps-2.0.10.ebuild b/sys-apps/procps/procps-2.0.10.ebuild
index 109fc9d0953b..4a9078153c1c 100644
--- a/sys-apps/procps/procps-2.0.10.ebuild
+++ b/sys-apps/procps/procps-2.0.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.10.ebuild,v 1.2 2002/10/19 09:18:19 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.10.ebuild,v 1.3 2002/10/30 01:27:57 lostlogic Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Standard informational utilities and process-handling tools"
@@ -9,7 +9,7 @@ HOMEPAGE="http://surriel.com/procps/"
RDEPEND=">=sys-libs/ncurses-5.2-r2"
DEPEND="${RDEPEND} >=sys-devel/gettext-0.10.35"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
SLOT="0"
src_unpack() {
diff --git a/sys-apps/procps/procps-2.0.7-r6.ebuild b/sys-apps/procps/procps-2.0.7-r6.ebuild
deleted file mode 100644
index 837c1a1523be..000000000000
--- a/sys-apps/procps/procps-2.0.7-r6.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.7-r6.ebuild,v 1.10 2002/10/04 06:29:18 vapier Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Standard informational utilities and process-handling tools"
-SRC_URI="ftp://people.redhat.com/johnsonm/${PN}/${P}.tar.gz"
-HOMEPAGE="ftp://people.redhat.com/johnsonm/procps/"
-RDEPEND=">=sys-libs/ncurses-5.2-r2"
-DEPEND="${RDEPEND} >=sys-devel/gettext-0.10.35"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc sparc64 alpha"
-SLOT="0"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
-
- # Patches from Red Hat SRPM 2.0.7-11
- # Didn't apply the -desktop and the -aix patches.
-
- patch -p1 < ${FILESDIR}/${PV}/${P}-locale.patch
- patch -p1 < ${FILESDIR}/${PV}/${P}-negvalue.patch
- patch -p1 < ${FILESDIR}/${PV}/${P}-retcode.patch
- patch -p1 < ${FILESDIR}/${PV}/${P}-biguid.patch
- patch -p1 < ${FILESDIR}/${PV}/${P}-bigbuff.patch
- patch -p1 < ${FILESDIR}/${PV}/${P}-sysctl-error.patch
-
- # Use the CFLAGS from /etc/make.conf.
-
- mv Makefile Makefile.orig
- sed -e "s/-O3/${CFLAGS}/" -e 's/all: config/all: /' \
- -e "s:--strip::" 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:--strip::" -e "33d" Makefile.orig > Makefile
-
- cd ${S}/proc
- mv Makefile Makefile.orig
- sed -e "s/-O2/${CFLAGS}/" -e "s:--strip::" Makefile.orig > Makefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dodir /usr/bin
- dodir /sbin
- dodir /usr/X11R6/bin
- dodir /usr/share/man/man{1,5,8}
- dodir /lib
- dodir /bin
-
- make DESTDIR=${D} MANDIR=/usr/share/man install || die
-
- dodoc BUGS COPYING COPYING.LIB NEWS TODO
- docinto proc
- dodoc proc/COPYING
- docinto ps
- dodoc ps/COPYING ps/HACKING
-}
-
diff --git a/sys-apps/procps/procps-2.0.8.ebuild b/sys-apps/procps/procps-2.0.8.ebuild
deleted file mode 100644
index c3f102a172a6..000000000000
--- a/sys-apps/procps/procps-2.0.8.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.8.ebuild,v 1.3 2002/10/11 14:52:40 lostlogic Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Standard informational utilities and process-handling tools"
-SRC_URI="http://surriel.com/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://surriel.com/procps/"
-RDEPEND=">=sys-libs/ncurses-5.2-r2"
-DEPEND="${RDEPEND} >=sys-devel/gettext-0.10.35"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha"
-SLOT="0"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
-
- # Use the CFLAGS from /etc/make.conf.
-
- mv Makefile Makefile.orig
- sed -e "s/-O3/${CFLAGS}/" -e 's/all: config/all: /' \
- -e "s:--strip::" 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:--strip::" -e "33d" Makefile.orig > Makefile
-
- cd ${S}/proc
- mv Makefile Makefile.orig
- sed -e "s/-O2/${CFLAGS}/" -e "s:--strip::" Makefile.orig > Makefile
-
- #remove /etc/X11/applnk/Desktop/top.app from makefile
- cd ${S}
- mv Makefile Makefile.orig
- sed -e "{16d;29d;201d;202d}" -e "s:\$(DESKTOP)::" Makefile.orig > Makefile
-
-}
-
-src_compile() {
- make || die
-}
-
-src_install() {
- dodir /usr/bin
- dodir /sbin
- dodir /usr/X11R6/bin
- dodir /usr/share/man/man{1,5,8}
- dodir /lib
- dodir /bin
-
- make DESTDIR=${D} MANDIR=/usr/share/man install || die
-
- dodoc BUGS COPYING COPYING.LIB NEWS TODO
- docinto proc
- dodoc proc/COPYING
- docinto ps
- dodoc ps/COPYING ps/HACKING
-}
-
diff --git a/sys-apps/procps/procps-2.0.9.ebuild b/sys-apps/procps/procps-2.0.9.ebuild
deleted file mode 100644
index b47e1eb8a325..000000000000
--- a/sys-apps/procps/procps-2.0.9.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.9.ebuild,v 1.4 2002/10/12 21:43:07 lostlogic Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Standard informational utilities and process-handling tools"
-SRC_URI="http://surriel.com/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://surriel.com/procps/"
-RDEPEND=">=sys-libs/ncurses-5.2-r2"
-DEPEND="${RDEPEND} >=sys-devel/gettext-0.10.35"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha"
-SLOT="0"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
-
- # Use the CFLAGS from /etc/make.conf.
-
- mv Makefile Makefile.orig
- sed -e "s/-O3/${CFLAGS}/" -e 's/all: config/all: /' \
- -e "s:--strip::" 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
-
- #remove /etc/X11/applnk/Desktop/top.app from makefile
- cd ${S}
- mv Makefile Makefile.orig
- sed -e 's/$.DESKTOP.//' Makefile.orig > Makefile
-
-}
-
-src_compile() {
- dodir /lib
-
- emake 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.2.0.8
- dosym /lib/libproc.so.2.0.8 /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
-}
-