diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-06-06 15:49:41 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-06-06 15:49:41 +0000 |
commit | 46e9d715bf47cc719be7a0af4e49b1af8680b9e2 (patch) | |
tree | 2f419527942904233973352d23160aa717f2b111 /app-crypt | |
parent | trailing white space (Manifest recommit) (diff) | |
download | gentoo-2-46e9d715bf47cc719be7a0af4e49b1af8680b9e2.tar.gz gentoo-2-46e9d715bf47cc719be7a0af4e49b1af8680b9e2.tar.bz2 gentoo-2-46e9d715bf47cc719be7a0af4e49b1af8680b9e2.zip |
QA - IUSE fix
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/bcwipe/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/bcwipe/bcwipe-1.2_p3.ebuild | 3 | ||||
-rw-r--r-- | app-crypt/bcwipe/bcwipe-1.3_p1.ebuild | 3 | ||||
-rw-r--r-- | app-crypt/bcwipe/metadata.xml | 9 |
4 files changed, 19 insertions, 4 deletions
diff --git a/app-crypt/bcwipe/ChangeLog b/app-crypt/bcwipe/ChangeLog index c2e3e7928851..6d26591029ec 100644 --- a/app-crypt/bcwipe/ChangeLog +++ b/app-crypt/bcwipe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/bcwipe -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.3 2003/09/20 22:32:38 prez Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.4 2004/06/06 15:49:41 dragonheart Exp $ + + 07 Jun 2004; Daniel Black <dragonheart@gentoo.org> +metadata.xml, + bcwipe-1.2_p3.ebuild, bcwipe-1.3_p1.ebuild: + QA - IUSE fix *bcwipe-1.3_p1 (20 Sep 2003) diff --git a/app-crypt/bcwipe/bcwipe-1.2_p3.ebuild b/app-crypt/bcwipe/bcwipe-1.2_p3.ebuild index 3c5008631ec1..e11a8750925a 100644 --- a/app-crypt/bcwipe/bcwipe-1.2_p3.ebuild +++ b/app-crypt/bcwipe/bcwipe-1.2_p3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.2_p3.ebuild,v 1.4 2004/03/06 04:46:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.2_p3.ebuild,v 1.5 2004/06/06 15:49:41 dragonheart Exp $ DESCRIPTION="BCWipe secure file removal utility" HOMEPAGE="http://www.jetico.com/" @@ -8,6 +8,7 @@ SRC_URI="http://www.jetico.com/linux/BCWipe-${PV/_p/-}.tar.gz" LICENSE="bestcrypt" SLOT="0" +IUSE="" KEYWORDS="x86" DEPEND="virtual/glibc" diff --git a/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild b/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild index 3c1576ea785f..09510a819d70 100644 --- a/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild +++ b/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild,v 1.2 2004/03/06 04:48:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild,v 1.3 2004/06/06 15:49:41 dragonheart Exp $ DESCRIPTION="BCWipe secure file removal utility" HOMEPAGE="http://www.jetico.com/" @@ -9,6 +9,7 @@ SRC_URI="http://www.jetico.com/linux/BCWipe-${PV/_p/-}.tar.gz LICENSE="bestcrypt" SLOT="0" +IUSE="" KEYWORDS="x86" DEPEND="virtual/glibc" diff --git a/app-crypt/bcwipe/metadata.xml b/app-crypt/bcwipe/metadata.xml new file mode 100644 index 000000000000..d8b96be3c5cd --- /dev/null +++ b/app-crypt/bcwipe/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>bug-wranglers@gentoo.org</email> + <description>This package lacks a primary herd or maintainer.</description> + </maintainer> +</pkgmetadata> |