summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-02-10 06:40:28 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-02-10 06:40:28 +0000
commit878cffb9b03259a85e754a350f72b52190787375 (patch)
tree93fecb7e18cf18a9cf4cef5e266a8b8189849a3d
parentdelete empty depend vars (diff)
downloadgentoo-2-878cffb9b03259a85e754a350f72b52190787375.tar.gz
gentoo-2-878cffb9b03259a85e754a350f72b52190787375.tar.bz2
gentoo-2-878cffb9b03259a85e754a350f72b52190787375.zip
rename tarball to workaround Manifest problems, remove old
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
-rw-r--r--sys-process/psmisc/ChangeLog10
-rw-r--r--sys-process/psmisc/psmisc-22.16.ebuild6
-rw-r--r--sys-process/psmisc/psmisc-22.19-r1.ebuild56
3 files changed, 11 insertions, 61 deletions
diff --git a/sys-process/psmisc/ChangeLog b/sys-process/psmisc/ChangeLog
index e4fedab29a43..2829157b5ac2 100644
--- a/sys-process/psmisc/ChangeLog
+++ b/sys-process/psmisc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-process/psmisc
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/psmisc/ChangeLog,v 1.140 2012/10/09 04:30:31 vapier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/psmisc/ChangeLog,v 1.141 2013/02/10 06:40:28 ssuominen Exp $
+
+ 10 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> -psmisc-22.19-r1.ebuild:
+ old
+
+ 10 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> psmisc-22.16.ebuild:
+ Use -> in SRC_URI to prevent filesize problem with Manifest
09 Oct 2012; Mike Frysinger <vapier@gentoo.org>
+files/psmisc-22.20-selinux.patch, psmisc-22.20.ebuild:
diff --git a/sys-process/psmisc/psmisc-22.16.ebuild b/sys-process/psmisc/psmisc-22.16.ebuild
index ead4a9abb815..1610bdce80c7 100644
--- a/sys-process/psmisc/psmisc-22.16.ebuild
+++ b/sys-process/psmisc/psmisc-22.16.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/psmisc/psmisc-22.16.ebuild,v 1.10 2012/08/25 22:33:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/psmisc/psmisc-22.16.ebuild,v 1.11 2013/02/10 06:40:28 ssuominen Exp $
EAPI="4"
@@ -8,7 +8,7 @@ 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"
+SRC_URI="mirror://sourceforge/psmisc/${P}.tar.gz -> ${P}-r1.tar.gz"
LICENSE="GPL-2"
SLOT="0"
diff --git a/sys-process/psmisc/psmisc-22.19-r1.ebuild b/sys-process/psmisc/psmisc-22.19-r1.ebuild
deleted file mode 100644
index c6347efd2563..000000000000
--- a/sys-process/psmisc/psmisc-22.19-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/psmisc/psmisc-22.19-r1.ebuild,v 1.1 2012/08/31 07:35:39 ssuominen Exp $
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="A set of tools that use the proc filesystem"
-HOMEPAGE="http://psmisc.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
- http://dev.gentoo.org/~ssuominen/${P}-fuser-unix-sockets.patch.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="ipv6 nls selinux X"
-
-RDEPEND=">=sys-libs/ncurses-5.7-r7
- nls? ( virtual/libintl )
- selinux? ( sys-libs/libselinux )"
-DEPEND="${RDEPEND}
- >=sys-devel/libtool-2.2.6b
- nls? ( sys-devel/gettext )"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
- epatch "${WORKDIR}"/${P}-fuser-unix-sockets.patch
-}
-
-src_configure() {
- econf \
- $(use_enable selinux) \
- --disable-harden-flags \
- $(use_enable ipv6) \
- $(use_enable nls)
-}
-
-src_compile() {
- # peekfd is a fragile crap hack #330631
- nonfatal emake -C src peekfd || touch src/peekfd{.o,}
- emake
-}
-
-src_install() {
- default
-
- use X || rm -f "${ED}"/usr/bin/pstree.x11
-
- [[ -s ${ED}/usr/bin/peekfd ]] || rm -f "${ED}"/usr/bin/peekfd
- [[ -e ${ED}/usr/bin/peekfd ]] || rm -f "${ED}"/usr/share/man/man1/peekfd.1
-
- # fuser is needed by init.d scripts
- dodir /bin
- mv "${ED}"/usr/bin/fuser "${ED}"/bin || die
-}