summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-02-16 09:48:41 +0100
committerPacho Ramos <pacho@gentoo.org>2019-02-16 09:55:34 +0100
commit9bf828bcd52f51eb16d78313ad3858761aa522e5 (patch)
treefdbe154720c89c490fa11161ca664f54f255b346 /app-crypt/pgpdump/pgpdump-0.30.ebuild
parentx11-wm/sawfish: Drop old (diff)
downloadgentoo-9bf828bcd52f51eb16d78313ad3858761aa522e5.tar.gz
gentoo-9bf828bcd52f51eb16d78313ad3858761aa522e5.tar.bz2
gentoo-9bf828bcd52f51eb16d78313ad3858761aa522e5.zip
app-crypt/pgpdump: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-crypt/pgpdump/pgpdump-0.30.ebuild')
-rw-r--r--app-crypt/pgpdump/pgpdump-0.30.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-crypt/pgpdump/pgpdump-0.30.ebuild b/app-crypt/pgpdump/pgpdump-0.30.ebuild
deleted file mode 100644
index 5f0612e01748..000000000000
--- a/app-crypt/pgpdump/pgpdump-0.30.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="A PGP packet visualizer"
-HOMEPAGE="http://www.mew.org/~kazu/proj/pgpdump/"
-SRC_URI="http://www.mew.org/~kazu/proj/pgpdump/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-DEPEND="sys-libs/zlib
- app-arch/bzip2"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.28-respect-ldflags.patch
-}
-
-src_install() {
- dobin pgpdump
- doman pgpdump.1
- dodoc CHANGES README.md
-}