diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-05 23:31:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-05 23:31:56 +0100 |
commit | 1dfa06b88314a27ec8e8fbcfd170324b6b76ac70 (patch) | |
tree | e2eabd792e89a4be00f2ed9ee93e8af58cf25397 /mail-client | |
parent | mail-filter/clamassassin: Remove last-rited pkg (diff) | |
download | gentoo-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>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/pinepgp/Manifest | 1 | ||||
-rw-r--r-- | mail-client/pinepgp/files/pinepgp-0.18.0-makefile-sed-fix.patch | 87 | ||||
-rw-r--r-- | mail-client/pinepgp/metadata.xml | 5 | ||||
-rw-r--r-- | mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild | 28 |
4 files changed, 0 insertions, 121 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 -} |