diff options
author | 2012-05-09 20:09:52 +0000 | |
---|---|---|
committer | 2012-05-09 20:09:52 +0000 | |
commit | 71a7bcc87558e0d1f04a110de90031a41944f219 (patch) | |
tree | 7731f85c09226da81aa828640d95f63682906353 /app-admin/chroot_safe | |
parent | Remove taglib's test package.use.mask. (diff) | |
download | historical-71a7bcc87558e0d1f04a110de90031a41944f219.tar.gz historical-71a7bcc87558e0d1f04a110de90031a41944f219.tar.bz2 historical-71a7bcc87558e0d1f04a110de90031a41944f219.zip |
Remove old
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'app-admin/chroot_safe')
-rw-r--r-- | app-admin/chroot_safe/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/chroot_safe/chroot_safe-1.3.ebuild | 31 |
2 files changed, 5 insertions, 33 deletions
diff --git a/app-admin/chroot_safe/ChangeLog b/app-admin/chroot_safe/ChangeLog index 62de8dda2333..f4d0d1443701 100644 --- a/app-admin/chroot_safe/ChangeLog +++ b/app-admin/chroot_safe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/chroot_safe -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chroot_safe/ChangeLog,v 1.14 2011/08/15 08:09:31 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/chroot_safe/ChangeLog,v 1.15 2012/05/09 19:59:01 ago Exp $ + + 09 May 2012; Agostino Sarubbo <ago@gentoo.org> -chroot_safe-1.3.ebuild: + Remove old 15 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> chroot_safe-1.4.ebuild: ppc stable wrt #362871 diff --git a/app-admin/chroot_safe/chroot_safe-1.3.ebuild b/app-admin/chroot_safe/chroot_safe-1.3.ebuild deleted file mode 100644 index b7f9b78c3611..000000000000 --- a/app-admin/chroot_safe/chroot_safe-1.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chroot_safe/chroot_safe-1.3.ebuild,v 1.6 2007/01/04 22:46:37 beandog Exp $ - -inherit eutils - -DESCRIPTION="chroot_safe is a tool to chroot any dynamically linked application in a safe and sane manner." -HOMEPAGE="http://chrootsafe.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="x86 ppc" -IUSE="" - -src_compile() { - econf \ - --libexecdir="/usr/$(get_libdir)" \ - --sbindir="/usr/sbin" \ - || die "econf failed" - emake CPPFLAGS="${CXXFLAGS}" || die "emake failed" -} - -src_install() { - dolib.so chroot_safe.so || die "dolib.so failed" - dosbin chroot_safe || die "dosbin failed" - dosed "s:/chroot_safe::" /usr/sbin/chroot_safe \ - || die "dosed chroot_safe failed" - doman chroot_safe.1 || die "doman failed" - dodoc CHANGES.txt -} |