summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2018-05-13 11:46:44 +0200
committerLars Wendler <polynomial-c@gentoo.org>2018-05-13 11:47:03 +0200
commit05ed0040be9a9511ec1989541b9099dcef1d684b (patch)
tree6f6948c1b0bd2709eef4a9036c4d65fd9612f137 /app-crypt/pgpdump/pgpdump-0.31.ebuild
parentapp-crypt/pgpdump: Bump to version 0.33 (diff)
downloadgentoo-05ed0040be9a9511ec1989541b9099dcef1d684b.tar.gz
gentoo-05ed0040be9a9511ec1989541b9099dcef1d684b.tar.bz2
gentoo-05ed0040be9a9511ec1989541b9099dcef1d684b.zip
app-crypt/pgpdump: Removed old.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'app-crypt/pgpdump/pgpdump-0.31.ebuild')
-rw-r--r--app-crypt/pgpdump/pgpdump-0.31.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-crypt/pgpdump/pgpdump-0.31.ebuild b/app-crypt/pgpdump/pgpdump-0.31.ebuild
deleted file mode 100644
index d3836f782bb5..000000000000
--- a/app-crypt/pgpdump/pgpdump-0.31.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
-}