diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2004-11-24 14:12:32 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2004-11-24 14:12:32 +0000 |
commit | 7836a0abaec882cbab7c5c7c91439704ede79d99 (patch) | |
tree | 3d6524d8c96a874be1329c3422b75bcdac8efb2d /app-admin/chroot_safe | |
parent | version bump thanks to bug #72064 (diff) | |
download | historical-7836a0abaec882cbab7c5c7c91439704ede79d99.tar.gz historical-7836a0abaec882cbab7c5c7c91439704ede79d99.tar.bz2 historical-7836a0abaec882cbab7c5c7c91439704ede79d99.zip |
Marked stable on x86.
Diffstat (limited to 'app-admin/chroot_safe')
-rw-r--r-- | app-admin/chroot_safe/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/chroot_safe/Manifest | 14 | ||||
-rw-r--r-- | app-admin/chroot_safe/chroot_safe-1.3.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/app-admin/chroot_safe/ChangeLog b/app-admin/chroot_safe/ChangeLog index 02185b0f78b9..f9c2d6de2b8e 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chroot_safe/ChangeLog,v 1.2 2004/10/05 02:58:10 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chroot_safe/ChangeLog,v 1.3 2004/11/24 14:12:32 ka0ttic Exp $ + + 24 Nov 2004; Aaron Walker <ka0ttic@gentoo.org> chroot_safe-1.3.ebuild: + Marked stable on x86. 05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> chroot_safe-1.3.ebuild: diff --git a/app-admin/chroot_safe/Manifest b/app-admin/chroot_safe/Manifest index 7175e288d5d0..35a49e64e0cf 100644 --- a/app-admin/chroot_safe/Manifest +++ b/app-admin/chroot_safe/Manifest @@ -1,4 +1,14 @@ -MD5 4c4de6fecb2d5e980a1034b7bd92090d ChangeLog 511 -MD5 06d1b8ea3b632e64c85b42f182c6bdc3 chroot_safe-1.3.ebuild 949 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 e4e4ba4c1d6a31c7ba37255378995f82 ChangeLog 608 MD5 f8d10f350e91f30316ea4e1bd1e76470 metadata.xml 254 +MD5 3e577bc48fa5779d13c62022eeef4e47 chroot_safe-1.3.ebuild 947 MD5 25232ac0b573af6c6bc853ce35190437 files/digest-chroot_safe-1.3 63 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBpJbZEZCkKN40op4RAjRwAJ4lqmar3mH+UuF2W5pVMVA/peeRMwCeKXBC +1mw15bkL5il9HmNc3iG2hq0= +=fWKe +-----END PGP SIGNATURE----- diff --git a/app-admin/chroot_safe/chroot_safe-1.3.ebuild b/app-admin/chroot_safe/chroot_safe-1.3.ebuild index 79181aded70c..1c520ff66cc7 100644 --- a/app-admin/chroot_safe/chroot_safe-1.3.ebuild +++ b/app-admin/chroot_safe/chroot_safe-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.2 2004/10/05 02:58:10 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chroot_safe/chroot_safe-1.3.ebuild,v 1.3 2004/11/24 14:12:32 ka0ttic Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="" DEPEND="virtual/libc" |