summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2004-10-05 15:21:52 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2004-10-05 15:21:52 +0000
commit10aff44cc5eddb83d120351cbabaa46fd4f92d9c (patch)
treebf699b9d708cf2ee2e07de5ed34ab621958b7f2f /app-crypt/pgpdump
parentstable on amd64 for security fix (Manifest recommit) (diff)
downloadgentoo-2-10aff44cc5eddb83d120351cbabaa46fd4f92d9c.tar.gz
gentoo-2-10aff44cc5eddb83d120351cbabaa46fd4f92d9c.tar.bz2
gentoo-2-10aff44cc5eddb83d120351cbabaa46fd4f92d9c.zip
Set IUSE. Bugs 66410.
Diffstat (limited to 'app-crypt/pgpdump')
-rw-r--r--app-crypt/pgpdump/ChangeLog6
-rw-r--r--app-crypt/pgpdump/files/digest-pgpdump-0.191
-rw-r--r--app-crypt/pgpdump/files/digest-pgpdump-0.201
-rw-r--r--app-crypt/pgpdump/files/digest-pgpdump-0.211
-rw-r--r--app-crypt/pgpdump/pgpdump-0.19.ebuild29
-rw-r--r--app-crypt/pgpdump/pgpdump-0.20.ebuild30
-rw-r--r--app-crypt/pgpdump/pgpdump-0.21.ebuild30
-rw-r--r--app-crypt/pgpdump/pgpdump-0.22.ebuild5
8 files changed, 8 insertions, 95 deletions
diff --git a/app-crypt/pgpdump/ChangeLog b/app-crypt/pgpdump/ChangeLog
index b9ef7743a633..798767f11cc3 100644
--- a/app-crypt/pgpdump/ChangeLog
+++ b/app-crypt/pgpdump/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/pgpdump
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/pgpdump/ChangeLog,v 1.5 2004/07/16 18:10:42 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pgpdump/ChangeLog,v 1.6 2004/10/05 15:21:52 matsuu Exp $
+
+ 06 Oct 2004; MATSUU Takuto <matsuu@gentoo.org> pgpdump-0.22.ebuild:
+ Set IUSE. Bugs #66410.
+ Mark stable.
*pgpdump-0.22 (16 Jul 2004)
diff --git a/app-crypt/pgpdump/files/digest-pgpdump-0.19 b/app-crypt/pgpdump/files/digest-pgpdump-0.19
deleted file mode 100644
index 2b8d3a7dc1c8..000000000000
--- a/app-crypt/pgpdump/files/digest-pgpdump-0.19
+++ /dev/null
@@ -1 +0,0 @@
-MD5 308c0f2eb7d467d1cfbb12c9b3a9fbf7 pgpdump-0.19.tar.gz 51708
diff --git a/app-crypt/pgpdump/files/digest-pgpdump-0.20 b/app-crypt/pgpdump/files/digest-pgpdump-0.20
deleted file mode 100644
index ffe81a04fecf..000000000000
--- a/app-crypt/pgpdump/files/digest-pgpdump-0.20
+++ /dev/null
@@ -1 +0,0 @@
-MD5 eec2fe66a382dd4b8c0813e3b31cb92b pgpdump-0.20.tar.gz 52292
diff --git a/app-crypt/pgpdump/files/digest-pgpdump-0.21 b/app-crypt/pgpdump/files/digest-pgpdump-0.21
deleted file mode 100644
index 0b2f0fc5e693..000000000000
--- a/app-crypt/pgpdump/files/digest-pgpdump-0.21
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ecb1944eca910e67d4feeb03694781b8 pgpdump-0.21.tar.gz 53606
diff --git a/app-crypt/pgpdump/pgpdump-0.19.ebuild b/app-crypt/pgpdump/pgpdump-0.19.ebuild
deleted file mode 100644
index c40fba5881de..000000000000
--- a/app-crypt/pgpdump/pgpdump-0.19.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/pgpdump/pgpdump-0.19.ebuild,v 1.6 2004/06/27 21:34:58 vapier Exp $
-
-DESCRIPTION="A PGP packet visualizer"
-HOMEPAGE="http://pgp.iijlab.net/pgpdump.html"
-SRC_URI="ftp://pgp.iijlab.net/pub/pgp/tools/${P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-src_compile() {
- econf || die
- emake CFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- dodir /usr/bin
- dodir /usr/share/man/man1
- make \
- bindir=${D}/usr/bin \
- mandir=${D}/usr/share/man/man1 \
- install || die
- dodoc CHANGES README
-}
diff --git a/app-crypt/pgpdump/pgpdump-0.20.ebuild b/app-crypt/pgpdump/pgpdump-0.20.ebuild
deleted file mode 100644
index 2e954d944821..000000000000
--- a/app-crypt/pgpdump/pgpdump-0.20.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/pgpdump/pgpdump-0.20.ebuild,v 1.4 2004/06/27 21:34:58 vapier Exp $
-
-DESCRIPTION="A PGP packet visualizer"
-HOMEPAGE="http://pgp.iijlab.net/pgpdump.html"
-SRC_URI="ftp://pgp.iijlab.net/pub/pgp/tools/${P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND="virtual/libc
- app-arch/bzip2"
-
-src_compile() {
- econf || die
- emake CFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- dodir /usr/bin
- dodir /usr/share/man/man1
- make \
- bindir=${D}/usr/bin \
- mandir=${D}/usr/share/man/man1 \
- install || die
- dodoc CHANGES README
-}
diff --git a/app-crypt/pgpdump/pgpdump-0.21.ebuild b/app-crypt/pgpdump/pgpdump-0.21.ebuild
deleted file mode 100644
index d922fc753730..000000000000
--- a/app-crypt/pgpdump/pgpdump-0.21.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/pgpdump/pgpdump-0.21.ebuild,v 1.4 2004/06/27 21:34:58 vapier Exp $
-
-DESCRIPTION="A PGP packet visualizer"
-HOMEPAGE="http://pgp.iijlab.net/pgpdump.html"
-SRC_URI="ftp://pgp.iijlab.net/pub/pgp/tools/${P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~amd64"
-IUSE=""
-
-DEPEND="virtual/libc
- app-arch/bzip2"
-
-src_compile() {
- econf || die
- emake CFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- dodir /usr/bin
- dodir /usr/share/man/man1
- make \
- bindir=${D}/usr/bin \
- mandir=${D}/usr/share/man/man1 \
- install || die
- dodoc CHANGES README
-}
diff --git a/app-crypt/pgpdump/pgpdump-0.22.ebuild b/app-crypt/pgpdump/pgpdump-0.22.ebuild
index ecf441758bdb..639d8a3f21d8 100644
--- a/app-crypt/pgpdump/pgpdump-0.22.ebuild
+++ b/app-crypt/pgpdump/pgpdump-0.22.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-crypt/pgpdump/pgpdump-0.22.ebuild,v 1.2 2004/07/18 08:27:09 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pgpdump/pgpdump-0.22.ebuild,v 1.3 2004/10/05 15:21:52 matsuu Exp $
DESCRIPTION="A PGP packet visualizer"
HOMEPAGE="http://pgp.iijlab.net/pgpdump.html"
@@ -8,7 +8,8 @@ SRC_URI="ftp://pgp.iijlab.net/pub/pgp/tools/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~amd64"
+KEYWORDS="x86 ppc sparc amd64"
+IUSE=""
DEPEND="virtual/libc
app-arch/bzip2"