diff options
-rw-r--r-- | sys-process/psmisc/files/digest-psmisc-21.9 | 3 | ||||
-rw-r--r-- | sys-process/psmisc/files/digest-psmisc-22.1 | 3 | ||||
-rw-r--r-- | sys-process/psmisc/files/psmisc-22.1-force-locale.patch | 14 | ||||
-rw-r--r-- | sys-process/psmisc/psmisc-21.9.ebuild | 48 | ||||
-rw-r--r-- | sys-process/psmisc/psmisc-22.1.ebuild | 50 |
5 files changed, 0 insertions, 118 deletions
diff --git a/sys-process/psmisc/files/digest-psmisc-21.9 b/sys-process/psmisc/files/digest-psmisc-21.9 deleted file mode 100644 index e19d8bdd6dc3..000000000000 --- a/sys-process/psmisc/files/digest-psmisc-21.9 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 7b21b6bb1e35e7e68b952e86f85c0a1c psmisc-21.9.tar.gz 232172 -RMD160 f7739425611c7d3621dfdddbba382332ab9492f8 psmisc-21.9.tar.gz 232172 -SHA256 90fd6844a4a527021d2ef3efada0fc5384d0778a09dce91ab11effed4ce34a44 psmisc-21.9.tar.gz 232172 diff --git a/sys-process/psmisc/files/digest-psmisc-22.1 b/sys-process/psmisc/files/digest-psmisc-22.1 deleted file mode 100644 index cd7ce6f37749..000000000000 --- a/sys-process/psmisc/files/digest-psmisc-22.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3d0a0d5cbc13e7e8e973d931977a4282 psmisc-22.1.tar.gz 236267 -RMD160 94a5454b11363c670780490933ace260af08b4d3 psmisc-22.1.tar.gz 236267 -SHA256 25a3006a491b4ca9b53c1ef951d9197de8b1b45d05ac9c9115fac9710e22b0d2 psmisc-22.1.tar.gz 236267 diff --git a/sys-process/psmisc/files/psmisc-22.1-force-locale.patch b/sys-process/psmisc/files/psmisc-22.1-force-locale.patch deleted file mode 100644 index 3879274d90e0..000000000000 --- a/sys-process/psmisc/files/psmisc-22.1-force-locale.patch +++ /dev/null @@ -1,14 +0,0 @@ -Make sure we use [a-z] in a C locale - -http://bugs.gentoo.org/119847 - ---- src/Makefile.in -+++ src/Makefile.in -@@ -455,6 +455,7 @@ - - - signames.h: signames.c Makefile -+ export LC_ALL=C ; \ - @CPP@ -dM $< |\ - tr -s '\t ' ' ' | sort -n -k 3 | sed \ - 's:#define SIG\([A-Z]\+[0-9]*\) \([0-9]\+\) *\(\|/\*.*\)$$:{\ \2,"\1" },:p;d' | \ diff --git a/sys-process/psmisc/psmisc-21.9.ebuild b/sys-process/psmisc/psmisc-21.9.ebuild deleted file mode 100644 index 40b3041f961b..000000000000 --- a/sys-process/psmisc/psmisc-21.9.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/psmisc/psmisc-21.9.ebuild,v 1.10 2006/03/17 04:38:16 vapier Exp $ - -inherit eutils - -DESCRIPTION="A set of tools that use the proc filesystem" -HOMEPAGE="http://psmisc.sourceforge.net/" -SRC_URI="mirror://sourceforge/psmisc/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" -IUSE="ipv6 nls selinux" - -RDEPEND=">=sys-libs/ncurses-5.2-r2 - selinux? ( sys-libs/libselinux )" -DEPEND="${RDEPEND} - sys-devel/libtool - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd "${S}" - epunt_cxx #73632 -} - -src_compile() { - econf \ - --bindir=/bin \ - $(use_enable selinux) \ - $(use_enable nls) \ - $(use_enable ipv6) \ - || die - emake || die -} - -src_install() { - make install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog NEWS README - - # Some packages expect these to use /usr, others to use / - dodir /usr/bin - cd "${D}"/bin - for f in * ; do - dosym /bin/${f} /usr/bin/${f} - done -} diff --git a/sys-process/psmisc/psmisc-22.1.ebuild b/sys-process/psmisc/psmisc-22.1.ebuild deleted file mode 100644 index 3ef5a0d0d6de..000000000000 --- a/sys-process/psmisc/psmisc-22.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/psmisc/psmisc-22.1.ebuild,v 1.12 2006/04/24 02:17:57 kumba Exp $ - -inherit eutils - -DESCRIPTION="A set of tools that use the proc filesystem" -HOMEPAGE="http://psmisc.sourceforge.net/" -SRC_URI="mirror://sourceforge/psmisc/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" -IUSE="ipv6 nls selinux X" - -RDEPEND=">=sys-libs/ncurses-5.2-r2 - selinux? ( sys-libs/libselinux )" -DEPEND="${RDEPEND} - sys-devel/libtool - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-force-locale.patch - epunt_cxx #73632 -} - -src_compile() { - econf \ - --bindir=/bin \ - $(use_enable selinux) \ - $(use_enable nls) \ - $(use_enable ipv6) \ - || die - emake || die -} - -src_install() { - make install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog NEWS README - - # Some packages expect these to use /usr, others to use / - dodir /usr/bin - cd "${D}"/bin - for f in * ; do - dosym /bin/${f} /usr/bin/${f} - done - use X || find "${D}" -name pstree.x11 -exec rm {} \; -} |