summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-01-01 03:10:54 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-01-01 03:10:54 +0000
commit85a0dc4eef56ca8c02e4a6bb4c0ed0d43cff0c7a (patch)
treeb4dc20b4e42be925a19ee537f0b4c19f04b7e0c5 /app-crypt/pgpdump
parentRemoved old versions. (diff)
downloadgentoo-2-85a0dc4eef56ca8c02e4a6bb4c0ed0d43cff0c7a.tar.gz
gentoo-2-85a0dc4eef56ca8c02e4a6bb4c0ed0d43cff0c7a.tar.bz2
gentoo-2-85a0dc4eef56ca8c02e4a6bb4c0ed0d43cff0c7a.zip
Removed old version.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'app-crypt/pgpdump')
-rw-r--r--app-crypt/pgpdump/ChangeLog7
-rw-r--r--app-crypt/pgpdump/pgpdump-0.24.ebuild30
2 files changed, 5 insertions, 32 deletions
diff --git a/app-crypt/pgpdump/ChangeLog b/app-crypt/pgpdump/ChangeLog
index 3873d8dfd8d9..d98670cd5754 100644
--- a/app-crypt/pgpdump/ChangeLog
+++ b/app-crypt/pgpdump/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/pgpdump
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/pgpdump/ChangeLog,v 1.11 2008/11/04 16:59:22 matsuu Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pgpdump/ChangeLog,v 1.12 2009/01/01 03:10:54 matsuu Exp $
+
+ 01 Jan 2009; MATSUU Takuto <matsuu@gentoo.org> -pgpdump-0.24.ebuild:
+ Removed old version.
*pgpdump-0.26 (04 Nov 2008)
diff --git a/app-crypt/pgpdump/pgpdump-0.24.ebuild b/app-crypt/pgpdump/pgpdump-0.24.ebuild
deleted file mode 100644
index d40c46a76f5e..000000000000
--- a/app-crypt/pgpdump/pgpdump-0.24.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/pgpdump/pgpdump-0.24.ebuild,v 1.2 2005/01/01 12:36:43 eradicator 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
-}