summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2002-12-21 17:25:45 +0000
committerBrandon Low <lostlogic@gentoo.org>2002-12-21 17:25:45 +0000
commit53d58ad010b2371b471671cd58932f3b013a0e2c (patch)
tree413b6d368bc6328a780c4128f3353acaa160839a /sys-apps/procps
parentbump (diff)
downloadgentoo-2-53d58ad010b2371b471671cd58932f3b013a0e2c.tar.gz
gentoo-2-53d58ad010b2371b471671cd58932f3b013a0e2c.tar.bz2
gentoo-2-53d58ad010b2371b471671cd58932f3b013a0e2c.zip
cleanup
Diffstat (limited to 'sys-apps/procps')
-rw-r--r--sys-apps/procps/files/digest-procps-3.1.01
-rw-r--r--sys-apps/procps/files/digest-procps-3.1.11
-rw-r--r--sys-apps/procps/files/digest-procps-3.1.21
-rw-r--r--sys-apps/procps/files/digest-procps-3.1.31
-rw-r--r--sys-apps/procps/files/digest-procps-3.1.41
-rw-r--r--sys-apps/procps/procps-3.1.0.ebuild46
-rw-r--r--sys-apps/procps/procps-3.1.1.ebuild46
-rw-r--r--sys-apps/procps/procps-3.1.2.ebuild46
-rw-r--r--sys-apps/procps/procps-3.1.3.ebuild46
-rw-r--r--sys-apps/procps/procps-3.1.4.ebuild46
10 files changed, 0 insertions, 235 deletions
diff --git a/sys-apps/procps/files/digest-procps-3.1.0 b/sys-apps/procps/files/digest-procps-3.1.0
deleted file mode 100644
index 283002a53c4f..000000000000
--- a/sys-apps/procps/files/digest-procps-3.1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 118e8f52403ce7fbc045bbc9ee5ae8f9 procps-3.1.0.tar.gz 228313
diff --git a/sys-apps/procps/files/digest-procps-3.1.1 b/sys-apps/procps/files/digest-procps-3.1.1
deleted file mode 100644
index 57f35a23c14e..000000000000
--- a/sys-apps/procps/files/digest-procps-3.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 45bd98f6605e1181d7e54bd8e43695dc procps-3.1.1.tar.gz 228078
diff --git a/sys-apps/procps/files/digest-procps-3.1.2 b/sys-apps/procps/files/digest-procps-3.1.2
deleted file mode 100644
index 1f2441686e1c..000000000000
--- a/sys-apps/procps/files/digest-procps-3.1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 55040a19d26b27d86cf4905c4af575d5 procps-3.1.2.tar.gz 236754
diff --git a/sys-apps/procps/files/digest-procps-3.1.3 b/sys-apps/procps/files/digest-procps-3.1.3
deleted file mode 100644
index 4c10196dff95..000000000000
--- a/sys-apps/procps/files/digest-procps-3.1.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 87011453f8fca28e2e15a2a6f6ba8a9d procps-3.1.3.tar.gz 238545
diff --git a/sys-apps/procps/files/digest-procps-3.1.4 b/sys-apps/procps/files/digest-procps-3.1.4
deleted file mode 100644
index 60e4450d1713..000000000000
--- a/sys-apps/procps/files/digest-procps-3.1.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8b06c1779c944693e73f7d6ffa1f1dc5 procps-3.1.4.tar.gz 237412
diff --git a/sys-apps/procps/procps-3.1.0.ebuild b/sys-apps/procps/procps-3.1.0.ebuild
deleted file mode 100644
index 091eaf815d62..000000000000
--- a/sys-apps/procps/procps-3.1.0.ebuild
+++ /dev/null
@@ -1,46 +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-3.1.0.ebuild,v 1.3 2002/12/15 10:44:23 bjb Exp $
-
-S=${WORKDIR}/${P}
-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/"
-
-RDEPEND=">=sys-libs/ncurses-5.2-r2"
-DEPEND="${RDEPEND} >=sys-devel/gettext-0.10.35"
-
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha"
-SLOT="0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Use the CFLAGS from /etc/make.conf.
- for file in `find . -iname "Makefile"`;do
- mv ${file} ${file}.orig
- sed -e "s/-O2/${CFLAGS}/" ${file}.orig > ${file}
- done
-}
-
-src_compile() {
- emake
-}
-
-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.1.ebuild b/sys-apps/procps/procps-3.1.1.ebuild
deleted file mode 100644
index fca8df6ae5f6..000000000000
--- a/sys-apps/procps/procps-3.1.1.ebuild
+++ /dev/null
@@ -1,46 +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-3.1.1.ebuild,v 1.3 2002/12/15 10:44:23 bjb Exp $
-
-S=${WORKDIR}/${P}
-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/"
-
-RDEPEND=">=sys-libs/ncurses-5.2-r2"
-DEPEND="${RDEPEND} >=sys-devel/gettext-0.10.35"
-
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha"
-SLOT="0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Use the CFLAGS from /etc/make.conf.
- for file in `find . -iname "Makefile"`;do
- mv ${file} ${file}.orig
- sed -e "s/-O2/${CFLAGS}/" ${file}.orig > ${file}
- done
-}
-
-src_compile() {
- emake
-}
-
-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.2.ebuild b/sys-apps/procps/procps-3.1.2.ebuild
deleted file mode 100644
index a19a2d6e8444..000000000000
--- a/sys-apps/procps/procps-3.1.2.ebuild
+++ /dev/null
@@ -1,46 +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-3.1.2.ebuild,v 1.2 2002/12/15 10:44:23 bjb Exp $
-
-S=${WORKDIR}/${P}
-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/"
-
-RDEPEND=">=sys-libs/ncurses-5.2-r2"
-DEPEND="${RDEPEND} >=sys-devel/gettext-0.10.35"
-
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha"
-SLOT="0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Use the CFLAGS from /etc/make.conf.
- for file in `find . -iname "Makefile"`;do
- mv ${file} ${file}.orig
- sed -e "s/-O2/${CFLAGS}/" ${file}.orig > ${file}
- done
-}
-
-src_compile() {
- emake
-}
-
-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.3.ebuild b/sys-apps/procps/procps-3.1.3.ebuild
deleted file mode 100644
index 89ae9bf3c96d..000000000000
--- a/sys-apps/procps/procps-3.1.3.ebuild
+++ /dev/null
@@ -1,46 +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-3.1.3.ebuild,v 1.2 2002/12/15 10:44:23 bjb Exp $
-
-S=${WORKDIR}/${P}
-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/"
-
-RDEPEND=">=sys-libs/ncurses-5.2-r2"
-DEPEND="${RDEPEND} >=sys-devel/gettext-0.10.35"
-
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha"
-SLOT="0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Use the CFLAGS from /etc/make.conf.
- for file in `find . -iname "Makefile"`;do
- mv ${file} ${file}.orig
- sed -e "s/-O2/${CFLAGS}/" ${file}.orig > ${file}
- done
-}
-
-src_compile() {
- emake
-}
-
-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.4.ebuild b/sys-apps/procps/procps-3.1.4.ebuild
deleted file mode 100644
index 919d67f5505b..000000000000
--- a/sys-apps/procps/procps-3.1.4.ebuild
+++ /dev/null
@@ -1,46 +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-3.1.4.ebuild,v 1.2 2002/12/15 10:44:23 bjb Exp $
-
-S=${WORKDIR}/${P}
-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/"
-
-RDEPEND=">=sys-libs/ncurses-5.2-r2"
-DEPEND="${RDEPEND} >=sys-devel/gettext-0.10.35"
-
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha"
-SLOT="0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Use the CFLAGS from /etc/make.conf.
- for file in `find . -iname "Makefile"`;do
- mv ${file} ${file}.orig
- sed -e "s/-O2/${CFLAGS}/" ${file}.orig > ${file}
- done
-}
-
-src_compile() {
- emake
-}
-
-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"
-}