* [gentoo-commits] repo/gentoo:master commit in: app-crypt/pgpdump/files/, app-crypt/pgpdump/
@ 2019-02-16 8:55 Pacho Ramos
0 siblings, 0 replies; only message in thread
From: Pacho Ramos @ 2019-02-16 8:55 UTC (permalink / raw
To: gentoo-commits
commit: 9bf828bcd52f51eb16d78313ad3858761aa522e5
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 16 08:48:41 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 16 08:55:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf828bc
app-crypt/pgpdump: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
app-crypt/pgpdump/Manifest | 2 --
.../files/pgpdump-0.28-respect-ldflags.patch | 42 ----------------------
app-crypt/pgpdump/pgpdump-0.30.ebuild | 28 ---------------
app-crypt/pgpdump/pgpdump-0.32.ebuild | 27 --------------
4 files changed, 99 deletions(-)
diff --git a/app-crypt/pgpdump/Manifest b/app-crypt/pgpdump/Manifest
index fb1b6e4b4de..089aee4f31c 100644
--- a/app-crypt/pgpdump/Manifest
+++ b/app-crypt/pgpdump/Manifest
@@ -1,3 +1 @@
-DIST pgpdump-0.30.tar.gz 63152 BLAKE2B 71381c5be016761100d0274753b20b27b361f45a40d9407706057523248c442fba3e36c55d57db2b66d7f0c252844c077ff99f45cffaef8b233c79af10386e91 SHA512 e250dc82bb890a7645a41f6ddbfad9155ddf70f2ea53b09e771e9b6851d05d3fba88e16b106681ab092174e79ad709ed860be25bfded1ca7f369b357e8c72730
-DIST pgpdump-0.32.tar.gz 65444 BLAKE2B baa7d9077799f6295adf2927933f1ccb466dd7afedf496d5e4010d06f7111a2cf58ea4a48590d76bb166862c0315c333ae40f79d0946c5bb05092f6122f8a071 SHA512 3f28a301cce703e934eb8b6124af4db78801d444ce74f43f8511009ea0684f9e9c229ef2a18cc732fe0854f2e02c4bbfdee46ffee64a5f490ff06c060472e49d
DIST pgpdump-0.33.tar.gz 65730 BLAKE2B 9941f55a070c219b1b6096939f1a8d775d85c8de60154f2ca93709b489605c8c3937bb4e250390fc71d152bf23c5a22f37226a64ff57036268cf49d793c215bd SHA512 976e2c185c9d72302c9c020dde1d2872b01fd9c2195be0d43441a03c3c6a4a70636f8ac2b35e3fde30e45ecc7fc1c23d7c92dcbd90fc503bbcdef73e3483e9c7
diff --git a/app-crypt/pgpdump/files/pgpdump-0.28-respect-ldflags.patch b/app-crypt/pgpdump/files/pgpdump-0.28-respect-ldflags.patch
deleted file mode 100644
index 1e0f0c6f266..00000000000
--- a/app-crypt/pgpdump/files/pgpdump-0.28-respect-ldflags.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 087f54f29dd679a9c6eb5cce075d9f4c6ccbc57f Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Manuel=20R=C3=BCger?= <mrueg@rueg.eu>
-Date: Sun, 11 Aug 2013 00:42:06 +0200
-Subject: [PATCH] Respect LDFLAGS, minor other improvements
-
----
- Makefile.in | 7 ++++---
- 1 file changed, 4 insertions(+), 3 deletions(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index a0269a3..d174393 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -3,7 +3,8 @@ exec_prefix = @exec_prefix@
- bindir = @bindir@
- mandir = @mandir@
- LIBS = @LIBS@
--CFLAGS = @CFLAGS@ -O -Wall
-+CC = @CC@
-+CFLAGS = @CFLAGS@ -Wall
- LDFLAGS = @LDFLAGS@
- VERSION = `git tag | tail -1 | sed -e 's/v//'`
-
-@@ -22,13 +23,13 @@ MAN = pgpdump.1
- CNF = config.h config.status config.cache config.log
- MKF = Makefile
-
--.c.o:
-+%.o : %.c
- $(CC) -c $(CFLAGS) $<
-
- all: $(PROG)
-
- $(PROG): $(OBJS)
-- $(CC) $(CFLAGS) -o $(PROG) $(OBJS) $(LIBS) $(LDFLAGS)
-+ $(CC) $(LDFLAGS) -o $(PROG) $(OBJS) $(LIBS)
-
- clean:
- $(RM) $(OBJS) $(PROG)
---
-1.8.1.6
-
diff --git a/app-crypt/pgpdump/pgpdump-0.30.ebuild b/app-crypt/pgpdump/pgpdump-0.30.ebuild
deleted file mode 100644
index 5f0612e0174..00000000000
--- 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
-}
diff --git a/app-crypt/pgpdump/pgpdump-0.32.ebuild b/app-crypt/pgpdump/pgpdump-0.32.ebuild
deleted file mode 100644
index 13720556f1e..00000000000
--- a/app-crypt/pgpdump/pgpdump-0.32.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-02-16 8:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-16 8:55 [gentoo-commits] repo/gentoo:master commit in: app-crypt/pgpdump/files/, app-crypt/pgpdump/ Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox