summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-05 23:31:56 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-05 23:31:56 +0100
commit1dfa06b88314a27ec8e8fbcfd170324b6b76ac70 (patch)
treee2eabd792e89a4be00f2ed9ee93e8af58cf25397
parentmail-filter/clamassassin: Remove last-rited pkg (diff)
downloadgentoo-1dfa06b88314a27ec8e8fbcfd170324b6b76ac70.tar.gz
gentoo-1dfa06b88314a27ec8e8fbcfd170324b6b76ac70.tar.bz2
gentoo-1dfa06b88314a27ec8e8fbcfd170324b6b76ac70.zip
mail-client/pinepgp: Remove last-rited pkg
Bug: https://bugs.gentoo.org/696252 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--mail-client/pinepgp/Manifest1
-rw-r--r--mail-client/pinepgp/files/pinepgp-0.18.0-makefile-sed-fix.patch87
-rw-r--r--mail-client/pinepgp/metadata.xml5
-rw-r--r--mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild28
-rw-r--r--profiles/package.mask1
5 files changed, 0 insertions, 122 deletions
diff --git a/mail-client/pinepgp/Manifest b/mail-client/pinepgp/Manifest
deleted file mode 100644
index 44cdabc3697e..000000000000
--- a/mail-client/pinepgp/Manifest
+++ /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
index fe9f8d55a0dc..000000000000
--- a/mail-client/pinepgp/files/pinepgp-0.18.0-makefile-sed-fix.patch
+++ /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
index 6f49eba8f496..000000000000
--- a/mail-client/pinepgp/metadata.xml
+++ /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
index 9a0ce5ec9435..000000000000
--- a/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild
+++ /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
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 6a614ce97cea..de11d8ee5355 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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