summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/pgpdump/pgpdump-0.24.ebuild')
-rw-r--r--app-crypt/pgpdump/pgpdump-0.24.ebuild30
1 files changed, 0 insertions, 30 deletions
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
-}