diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 20:27:35 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 20:27:35 +0000 |
commit | 08b2df34b47d21195f3a3f254c0895d97dcb331b (patch) | |
tree | ea3b9f8dd329f60b99a31f0e4d61ad45eb5dacdb /app-crypt | |
parent | Stable on x86. Bug 111171. (diff) | |
download | historical-08b2df34b47d21195f3a3f254c0895d97dcb331b.tar.gz historical-08b2df34b47d21195f3a3f254c0895d97dcb331b.tar.bz2 historical-08b2df34b47d21195f3a3f254c0895d97dcb331b.zip |
Stable on x86. Bug 111163.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/bcwipe/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/bcwipe/Manifest | 14 | ||||
-rw-r--r-- | app-crypt/bcwipe/bcwipe-1.5_p3.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/app-crypt/bcwipe/ChangeLog b/app-crypt/bcwipe/ChangeLog index 285718b62771..a6a2c986d91f 100644 --- a/app-crypt/bcwipe/ChangeLog +++ b/app-crypt/bcwipe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/bcwipe # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.14 2005/10/17 05:09:36 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.15 2005/11/01 20:27:35 nelchael Exp $ + + 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> bcwipe-1.5_p3.ebuild: + Stable on x86. Bug 111163. 17 Oct 2005; Joseph Jezak <josejx@gentoo.org> bcwipe-1.5_p3.ebuild: Marked ppc stable for bug #108171. diff --git a/app-crypt/bcwipe/Manifest b/app-crypt/bcwipe/Manifest index fcdef1f776b1..0e4abafff1e5 100644 --- a/app-crypt/bcwipe/Manifest +++ b/app-crypt/bcwipe/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 7f4f87ba4211826b51528e2d8f3f8cef ChangeLog 1919 +MD5 4c56ee54f1060450ce29f158ff77c418 ChangeLog 2026 MD5 1cb44787bc3abdc22830e2e0eadd6e74 bcwipe-1.3_p1.ebuild 741 MD5 9ec3113914ea3fddb038f77e855ddd79 bcwipe-1.5_p2.ebuild 757 -MD5 41f89519a373056aaaa3f32dc2ac88a3 bcwipe-1.5_p3.ebuild 947 +MD5 ff89830a96710a473fdeade6335b506b bcwipe-1.5_p3.ebuild 948 MD5 d4e66dc21986379a0e6157599ab8a2c8 files/digest-bcwipe-1.3_p1 121 MD5 471318482fcd15b5faf79fc5bfea66c9 files/digest-bcwipe-1.5_p2 118 MD5 8be6835c3a75263a6c2fdd66ca9bbc62 files/digest-bcwipe-1.5_p3 121 MD5 1c3665b87d1e39c6799909da58f41b26 metadata.xml 160 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDUzIrcsIHjyDViGQRAqIlAKDgHenEM4iO7eOCNyyAs1B4c6APNgCcDPP9 -P/+Tl0LODak+E6e51AVeDwY= -=4rnj ------END PGP SIGNATURE----- diff --git a/app-crypt/bcwipe/bcwipe-1.5_p3.ebuild b/app-crypt/bcwipe/bcwipe-1.5_p3.ebuild index f79e6227bac4..595d760741d6 100644 --- a/app-crypt/bcwipe/bcwipe-1.5_p3.ebuild +++ b/app-crypt/bcwipe/bcwipe-1.5_p3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.5_p3.ebuild,v 1.3 2005/10/17 05:09:36 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.5_p3.ebuild,v 1.4 2005/11/01 20:27:35 nelchael Exp $ inherit toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="http://www.jetico.com/linux/BCWipe-${PV/_p/-}.tar.gz LICENSE="bestcrypt" SLOT="0" IUSE="" -KEYWORDS="amd64 ppc ~sparc ~x86" +KEYWORDS="amd64 ppc ~sparc x86" DEPEND="virtual/libc" RDEPEND="" |