diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-08 20:32:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-08 20:32:54 +0000 |
commit | e5d23fdeed140b078f476890927cbb33448f0c91 (patch) | |
tree | f3837060ab896383051e08438fec6441f733e413 /sys-apps | |
parent | libtool fix #40317 (diff) | |
download | gentoo-2-e5d23fdeed140b078f476890927cbb33448f0c91.tar.gz gentoo-2-e5d23fdeed140b078f476890927cbb33448f0c91.tar.bz2 gentoo-2-e5d23fdeed140b078f476890927cbb33448f0c91.zip |
old
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/procps/files/digest-procps-3.1.9-r1 | 1 | ||||
-rw-r--r-- | sys-apps/procps/procps-3.1.9-r1.ebuild | 53 |
2 files changed, 0 insertions, 54 deletions
diff --git a/sys-apps/procps/files/digest-procps-3.1.9-r1 b/sys-apps/procps/files/digest-procps-3.1.9-r1 deleted file mode 100644 index a25b174cfea4..000000000000 --- a/sys-apps/procps/files/digest-procps-3.1.9-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2b0d8ba21a20699439cdb1f272dd67cf procps-3.1.9.tar.gz 239260 diff --git a/sys-apps/procps/procps-3.1.9-r1.ebuild b/sys-apps/procps/procps-3.1.9-r1.ebuild deleted file mode 100644 index 2db6fdb94aaf..000000000000 --- a/sys-apps/procps/procps-3.1.9-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2003 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.9-r1.ebuild,v 1.1 2003/12/08 11:50:27 seemant Exp $ - -IUSE="" - -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/" - -inherit flag-o-matic - -replace-flags "-O3" "-O2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 amd64 ppc sparc alpha hppa ~arm mips" - -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. - for file in `find . -iname "Makefile"`;do - mv ${file} ${file}.orig - sed -e "s:-O2:${CFLAGS}:" ${file}.orig > ${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" -} |