summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-07-24 11:02:13 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-07-24 11:02:59 +0200
commitfd8c52001c8bb68a3659a8c1f6abf7808776dfa4 (patch)
tree370e8658674410abf79e1733b9ceb23ca7ffa280 /app-crypt/pgpdump/pgpdump-0.32.ebuild
parentmedia-tv/mythtv: Per mythtv/libs/libmyth/mediamonitor-unix.cpp this is also c... (diff)
downloadgentoo-fd8c52001c8bb68a3659a8c1f6abf7808776dfa4.tar.gz
gentoo-fd8c52001c8bb68a3659a8c1f6abf7808776dfa4.tar.bz2
gentoo-fd8c52001c8bb68a3659a8c1f6abf7808776dfa4.zip
app-crypt/pgpdump: Bump to version 0.32
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-crypt/pgpdump/pgpdump-0.32.ebuild')
-rw-r--r--app-crypt/pgpdump/pgpdump-0.32.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-crypt/pgpdump/pgpdump-0.32.ebuild b/app-crypt/pgpdump/pgpdump-0.32.ebuild
new file mode 100644
index 000000000000..13720556f1ed
--- /dev/null
+++ b/app-crypt/pgpdump/pgpdump-0.32.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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}"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.32-respect-ldflags.patch
+)
+
+src_install() {
+ dobin pgpdump
+ doman pgpdump.1
+ dodoc CHANGES README.md
+}