summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-29 00:02:41 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-29 00:02:41 +0000
commit82a2bd74d022d1de8fec2aed2c719a3ab3194088 (patch)
tree7056c92e4266ba2c4beacf1f017ef12fc45bb770 /sys-process
parentupdate english description (diff)
downloadgentoo-2-82a2bd74d022d1de8fec2aed2c719a3ab3194088.tar.gz
gentoo-2-82a2bd74d022d1de8fec2aed2c719a3ab3194088.tar.bz2
gentoo-2-82a2bd74d022d1de8fec2aed2c719a3ab3194088.zip
old
(Portage version: 2.0.52-r1 http://www.bash.org/?136501 )
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/procps/files/digest-procps-3.2.4-r21
-rw-r--r--sys-process/procps/files/digest-procps-3.2.51
-rw-r--r--sys-process/procps/procps-3.2.4-r2.ebuild67
-rw-r--r--sys-process/procps/procps-3.2.5.ebuild65
4 files changed, 0 insertions, 134 deletions
diff --git a/sys-process/procps/files/digest-procps-3.2.4-r2 b/sys-process/procps/files/digest-procps-3.2.4-r2
deleted file mode 100644
index 2bf5f1226db4..000000000000
--- a/sys-process/procps/files/digest-procps-3.2.4-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1bec6740b385b3f73800827437f14f85 procps-3.2.4.tar.gz 275861
diff --git a/sys-process/procps/files/digest-procps-3.2.5 b/sys-process/procps/files/digest-procps-3.2.5
deleted file mode 100644
index 0f9fb90c8e34..000000000000
--- a/sys-process/procps/files/digest-procps-3.2.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cde0e3612d1d7c68f404d46f01c44fb4 procps-3.2.5.tar.gz 277365
diff --git a/sys-process/procps/procps-3.2.4-r2.ebuild b/sys-process/procps/procps-3.2.4-r2.ebuild
deleted file mode 100644
index 459ac75c7fee..000000000000
--- a/sys-process/procps/procps-3.2.4-r2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.2.4-r2.ebuild,v 1.1 2005/03/03 16:53:14 ciaranm Exp $
-
-inherit flag-o-matic eutils toolchain-funcs
-
-DESCRIPTION="Standard informational utilities and process-handling tools"
-HOMEPAGE="http://procps.sourceforge.net/"
-SRC_URI="http://${PN}.sf.net/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 -mips ppc ~ppc64 s390 sh sparc x86"
-IUSE=""
-
-RDEPEND=">=sys-libs/ncurses-5.2-r2"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Upstream patch to support newer linux #77301
- epatch "${FILESDIR}"/${PV}-linux26-slab.patch
- # Upstream patch to fix display on 64bit systems
- epatch "${FILESDIR}"/${PV}-64bit-display.patch
-
- # Clean up the makefile
- # firstly we want to control stripping
- # and secondly these gcc flags have changed
- sed -i \
- -e '/install/s: --strip : :' \
- -e '/ALL_CFLAGS += $(call check_gcc,-fweb,)/d' \
- -e '/ALL_CFLAGS += $(call check_gcc,-Wstrict-aliasing=2,)/s,=2,,' \
- Makefile || die "sed Makefile"
- use ppc && sed -i -e 's:-m64::g' Makefile
-
- # mips 2.4.23 headers (and 2.6.x) don't allow PAGE_SIZE to be defined in
- # userspace anymore, so this patch instructs procps to get the
- # value from sysconf().
- use mips && epatch ${FILESDIR}/${PN}-mips-define-pagesize.patch
-}
-
-src_compile() {
- replace-flags -O3 -O2
- emake \
- lib64="$(get_libdir)" \
- CC="$(tc-getCC)" \
- CPPFLAGS="${CPPFLAGS}" \
- CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}" \
- || die "make failed"
-}
-
-src_install() {
- make install ldconfig="true" DESTDIR="${D}" || die "install failed"
-
- insinto /usr/include/proc
- doins proc/*.h || die "doins include"
-
- dodoc sysctl.conf BUGS NEWS TODO ps/HACKING
-}
-
-pkg_postinst() {
- einfo "NOTE: With NPTL \"ps\" and \"top\" no longer"
- einfo "show threads. You can use any of: -m m -L -T H"
- einfo "in ps or the H key in top to show them"
-}
diff --git a/sys-process/procps/procps-3.2.5.ebuild b/sys-process/procps/procps-3.2.5.ebuild
deleted file mode 100644
index 9592453f2cce..000000000000
--- a/sys-process/procps/procps-3.2.5.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.2.5.ebuild,v 1.1 2005/03/03 16:53:14 ciaranm Exp $
-
-inherit flag-o-matic eutils toolchain-funcs
-
-DESCRIPTION="Standard informational utilities and process-handling tools"
-HOMEPAGE="http://procps.sourceforge.net/"
-SRC_URI="http://${PN}.sf.net/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 -mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=sys-libs/ncurses-5.2-r2"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Fix terminal breakage when sorting first column in top #80296
- epatch "${FILESDIR}"/${PV}-top-sort.patch
-
- # Clean up the makefile
- # - we do stripping ourselves
- # - punt fugly gcc flags
- sed -i \
- -e '/install/s: --strip : :' \
- -e '/ALL_CFLAGS += $(call check_gcc,-fweb,)/d' \
- -e '/ALL_CFLAGS += $(call check_gcc,-Wstrict-aliasing=2,)/s,=2,,' \
- Makefile || die "sed Makefile"
- use ppc && sed -i -e 's:-m64::g' Makefile
-
- # mips 2.4.23 headers (and 2.6.x) don't allow PAGE_SIZE to be defined in
- # userspace anymore, so this patch instructs procps to get the
- # value from sysconf().
- use mips && epatch ${FILESDIR}/${PN}-mips-define-pagesize.patch
-}
-
-src_compile() {
- replace-flags -O3 -O2
- emake \
- lib64="$(get_libdir)" \
- CC="$(tc-getCC)" \
- CPPFLAGS="${CPPFLAGS}" \
- CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}" \
- || die "make failed"
-}
-
-src_install() {
- make install ldconfig="true" DESTDIR="${D}" || die "install failed"
-
- insinto /usr/include/proc
- doins proc/*.h || die "doins include"
-
- dodoc sysctl.conf BUGS NEWS TODO ps/HACKING
-}
-
-pkg_postinst() {
- einfo "NOTE: With NPTL \"ps\" and \"top\" no longer"
- einfo "show threads. You can use any of: -m m -L -T H"
- einfo "in ps or the H key in top to show them"
-}