mail-client/pinepgp: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Tue, 5 Nov 2019 22:31:56 +0000 (23:31 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 5 Nov 2019 22:31:56 +0000 (23:31 +0100)
Bug: https://bugs.gentoo.org/696252
Signed-off-by: Michał Górny <mgorny@gentoo.org>
mail-client/pinepgp/Manifest [deleted file]
mail-client/pinepgp/files/pinepgp-0.18.0-makefile-sed-fix.patch [deleted file]
mail-client/pinepgp/metadata.xml [deleted file]
mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild [deleted file]
profiles/package.mask

diff --git a/mail-client/pinepgp/Manifest b/mail-client/pinepgp/Manifest
deleted file mode 100644 (file)
index 44cdabc..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST pinepgp-0.18.0.tar.gz 38103 BLAKE2B 21c8dfad016ba1c35c0d4c30ec92960a54519c85db55253c41a85d077eefbf556cc9d3748808a61b9c856460f588e1f8a13259be7ef2152f9648ff4812a27439 SHA512 b28b71d4d5132b451ff4a2a9489f830cedade300d18ad05a0aa443bffa6fe5ece7be4f166e7428fc999b2d1b550cf8dccf7982314868db8597117d0f8d74686e
diff --git a/mail-client/pinepgp/files/pinepgp-0.18.0-makefile-sed-fix.patch b/mail-client/pinepgp/files/pinepgp-0.18.0-makefile-sed-fix.patch
deleted file mode 100644 (file)
index fe9f8d5..0000000
+++ /dev/null
@@ -1,87 +0,0 @@
-diff -Naur pinepgp-0.18.0-orig/Makefile.in pinepgp-0.18.0/Makefile.in
---- pinepgp-0.18.0-orig/Makefile.in    2002-05-03 15:30:07.000000000 +0200
-+++ pinepgp-0.18.0/Makefile.in 2006-11-16 00:30:27.000000000 +0100
-@@ -44,52 +44,52 @@
- all:  $(SOURCES) $(BUILD_FILTERS)
- $(SOURCES):   $(SOURCES:%=%.in)
--      $(CAT) $(@).in | $(SED) -e 's%\@SED\@%$(SED)%;\
--              s%\@CAT\@%$(CAT)%;\
--              s%\@RM\@%$(RM)%;\
--              s%\@MKTEMP\@%$(MKTEMP)%;\
--              s%\@BASH\@%$(BASH)%;\
--              s%\@bindir\@%$(bindir)%;\
--              s%\@tmpdir\@%$(tmpdir)%' > $(@)
-+      $(CAT) $(@).in | $(SED) -e 's%\@SED\@%$(SED)%'\
-+              -e 's%\@CAT\@%$(CAT)%'\
-+              -e 's%\@RM\@%$(RM)%'\
-+              -e 's%\@MKTEMP\@%$(MKTEMP)%'\
-+              -e 's%\@BASH\@%$(BASH)%'\
-+              -e 's%\@bindir\@%$(bindir)%'\
-+              -e 's%\@tmpdir\@%$(tmpdir)%' > $(@)
-       chmod 755 $(@)
- pinegpg:      pinegpgp
--      $(CAT) pinegpgp | $(SED) -e 's%^cename=.*%cename=GnuPG%;\
--              s%^ces=.*%ces="$(GPG) -at -s"%;\
--              s%^cee=.*%cee="$(GPG) -at -e"%;\
--              s%^cese=.*%cese="$(GPG) -at -se"%;\
--              s%^cec=.*%cec="\$(GPG)"%;\
--              s%^cefp=.*%cefp=gpg%' > $(@).c
-+      $(CAT) pinegpgp | $(SED) -e 's%^cename=.*%cename=GnuPG%'\
-+              -e 's%^ces=.*%ces="$(GPG) -at -s"%'\
-+              -e 's%^cee=.*%cee="$(GPG) -at -e"%'\
-+              -e 's%^cese=.*%cese="$(GPG) -at -se"%'\
-+              -e 's%^cec=.*%cec="\$(GPG)"%'\
-+              -e 's%^cefp=.*%cefp=gpg%' > $(@).c
-       $(CPP) -DGPG $(BUILD_FLAGS) $(@).c | $(GREP) -v "^# .* .*" > $(@)
-       chmod 755 $(@)
- pinepgp26x:   pinegpgp
--      $(CAT) pinegpgp | $(SED) -e 's%^cename=.*%cename="PGP 2.6.x"%;\
--              s%^ces=.*%ces="\$(PGP) -fat -s"%;\
--              s%^cee=.*%cee="\$(PGP) -fat -e"%;\
--              s%^cese=.*%cese="\$(PGP) -fat -se"%;\
--              s%^cec=.*%cec="\$(PGP) -f"%;\
--              s%^cefp=.*%cefp=pgp26x%' > $(@).c
-+      $(CAT) pinegpgp | $(SED) -e 's%^cename=.*%cename="PGP 2.6.x"%'\
-+              -e 's%^ces=.*%ces="\$(PGP) -fat -s"%'\
-+              -e 's%^cee=.*%cee="\$(PGP) -fat -e"%'\
-+              -e 's%^cese=.*%cese="\$(PGP) -fat -se"%'\
-+              -e 's%^cec=.*%cec="\$(PGP) -f"%'\
-+              -e 's%^cefp=.*%cefp=pgp26x%' > $(@).c
-       $(CPP) -DPGP26X $(BUILD_FLAGS) $(@).c | $(GREP) -v "^# .* .*" > $(@)
-       chmod 755 $(@)
- pinepgp5x:    pinegpgp
--      $(CAT) pinegpgp | $(SED) -e 's%^cename=.*%cename="PGP 5.x"%;\
--              s%^ces=.*%ces="$(PGP5S) -fat"%;\
--              s%^cee=.*%cee="$(PGP5E) -fat"%;\
--              s%^cese=.*%cese="$(PGP5E) -fat -s"%;\
--              s%^cec=.*%cec="$(PGP5V) -f"%;\
--              s%^cefp=.*%cefp=pgp26x%' > $(@).c
-+      $(CAT) pinegpgp | $(SED) -e 's%^cename=.*%cename="PGP 5.x"%'\
-+              -e 's%^ces=.*%ces="$(PGP5S) -fat"%'\
-+              -e 's%^cee=.*%cee="$(PGP5E) -fat"%'\
-+              -e 's%^cese=.*%cese="$(PGP5E) -fat -s"%'\
-+              -e 's%^cec=.*%cec="$(PGP5V) -f"%'\
-+              -e 's%^cefp=.*%cefp=pgp26x%' > $(@).c
-       $(CPP) -DPGP5X $(BUILD_FLAGS) $(@).c | $(GREP) -v "^# .* .*" > $(@)
-       chmod 755 $(@)
- pinepgp65x:   pinegpgp
--      $(CAT) pinegpgp | $(SED) -e 's%^cename=.*%cename="PGP 6.5.x"%;\
--              s%^ces=.*%ces="\$(PGP6) -fat -s -u $$USER"%;\
--              s%^cee=.*%cee="\$(PGP6) -fat -e -u $$USER"%;\
--              s%^cese=.*%cese="\$(PGP6) -fat -se -u $$USER"%;\
--              s%^cec=.*%cec="\$(PGP6) -f -u $$USER"%;\
--              s%^cefp=.*%cefp=pgp65x%' > $(@).c
-+      $(CAT) pinegpgp | $(SED) -e 's%^cename=.*%cename="PGP 6.5.x"%'\
-+              -e 's%^ces=.*%ces="\$(PGP6) -fat -s -u $$USER"%'\
-+              -e 's%^cee=.*%cee="\$(PGP6) -fat -e -u $$USER"%'\
-+              -e 's%^cese=.*%cese="\$(PGP6) -fat -se -u $$USER"%'\
-+              -e 's%^cec=.*%cec="\$(PGP6) -f -u $$USER"%'\
-+              -e 's%^cefp=.*%cefp=pgp65x%' > $(@).c
-       $(CPP) -DPGP65X $(BUILD_FLAGS) $(@).c | $(GREP) -v "^# .* .*" > $(@)
-       chmod 755 $(@)
diff --git a/mail-client/pinepgp/metadata.xml b/mail-client/pinepgp/metadata.xml
deleted file mode 100644 (file)
index 6f49eba..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild b/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild
deleted file mode 100644 (file)
index 9a0ce5e..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="Use GPG/PGP with Pine"
-HOMEPAGE="http://hany.sk/~hany/software/pinepgp/"
-SRC_URI="http://terminus.sk/~hany/_data/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE=""
-
-DEPEND="mail-client/alpine
-       app-crypt/gnupg"
-
-src_unpack()   {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}"/${P}-makefile-sed-fix.patch
-}
-
-src_install()  {
-       make DESTDIR="${D}" install || die "install problem"
-       dodoc ChangeLog README
-}
index 6a614ce97ceac065cafcd6823803aabe347690d7..de11d8ee5355033cc712c62a683bc70e7bc7cc6b 100644 (file)
@@ -392,7 +392,6 @@ dev-libs/xplc
 dev-vcs/cvsd
 dev-vcs/cvsq
 mail-client/biabam
-mail-client/pinepgp
 mail-filter/clamsmtp
 sys-auth/pam_require