diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-05-29 00:02:23 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-05-29 00:02:23 +0000 |
commit | dfe794e6fb9a2869ebc64bae50c8a4a9b832ffb3 (patch) | |
tree | 616072b6f1004cc01fcb9b3c02ec8541bc715d3f /app-admin/chroot_safe | |
parent | Version bump. (diff) | |
download | historical-dfe794e6fb9a2869ebc64bae50c8a4a9b832ffb3.tar.gz historical-dfe794e6fb9a2869ebc64bae50c8a4a9b832ffb3.tar.bz2 historical-dfe794e6fb9a2869ebc64bae50c8a4a9b832ffb3.zip |
Version bump.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-admin/chroot_safe')
-rw-r--r-- | app-admin/chroot_safe/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/chroot_safe/Manifest | 16 | ||||
-rw-r--r-- | app-admin/chroot_safe/chroot_safe-1.4.ebuild | 33 | ||||
-rw-r--r-- | app-admin/chroot_safe/files/digest-chroot_safe-1.4 | 1 |
4 files changed, 54 insertions, 3 deletions
diff --git a/app-admin/chroot_safe/ChangeLog b/app-admin/chroot_safe/ChangeLog index b85c27606c4f..9c729041b21f 100644 --- a/app-admin/chroot_safe/ChangeLog +++ b/app-admin/chroot_safe/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-admin/chroot_safe # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chroot_safe/ChangeLog,v 1.5 2005/04/24 10:40:26 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chroot_safe/ChangeLog,v 1.6 2005/05/29 00:02:23 ka0ttic Exp $ + +*chroot_safe-1.4 (29 May 2005) + + 29 May 2005; Aaron Walker <ka0ttic@gentoo.org> +chroot_safe-1.4.ebuild: + Version bump. 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> chroot_safe-1.3.ebuild: diff --git a/app-admin/chroot_safe/Manifest b/app-admin/chroot_safe/Manifest index 995496efafdf..3b03573bfb0f 100644 --- a/app-admin/chroot_safe/Manifest +++ b/app-admin/chroot_safe/Manifest @@ -1,4 +1,16 @@ -MD5 cd685b91c35528bc751901cea4adac2e chroot_safe-1.3.ebuild 945 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 0015c3760b8263896fe175558690caa6 chroot_safe-1.4.ebuild 951 +MD5 8130f7b7d689e3e86a934ee3398648e2 ChangeLog 829 MD5 f8d10f350e91f30316ea4e1bd1e76470 metadata.xml 254 -MD5 c422d84204f076e96c7ca5bae38c7fcb ChangeLog 705 +MD5 cd685b91c35528bc751901cea4adac2e chroot_safe-1.3.ebuild 945 MD5 25232ac0b573af6c6bc853ce35190437 files/digest-chroot_safe-1.3 63 +MD5 3bbea03a69511066d0b71ed50d7bbe50 files/digest-chroot_safe-1.4 63 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCmQaaEZCkKN40op4RAhJtAJ9jFne61S04L+CvcrUqcsZlCuLYTwCeNYxJ +tPyvb5Xq4FFh2tuJydFf4vk= +=vTM3 +-----END PGP SIGNATURE----- diff --git a/app-admin/chroot_safe/chroot_safe-1.4.ebuild b/app-admin/chroot_safe/chroot_safe-1.4.ebuild new file mode 100644 index 000000000000..7a46c5d7fcac --- /dev/null +++ b/app-admin/chroot_safe/chroot_safe-1.4.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2005 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.4.ebuild,v 1.1 2005/05/29 00:02:23 ka0ttic 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="~ppc ~x86" +IUSE="" + +DEPEND="virtual/libc" + +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 +} diff --git a/app-admin/chroot_safe/files/digest-chroot_safe-1.4 b/app-admin/chroot_safe/files/digest-chroot_safe-1.4 new file mode 100644 index 000000000000..d99be930f771 --- /dev/null +++ b/app-admin/chroot_safe/files/digest-chroot_safe-1.4 @@ -0,0 +1 @@ +MD5 4a1150626746e15e157e092840f595ed chroot_safe-1.4.tgz 25886 |