summaryrefslogtreecommitdiff
path: root/mail-client/pinepgp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
commit77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch)
tree5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /mail-client/pinepgp
parentbd4aeefe33e63f613512604e47bfca7b2187697d (diff)
gentoo resync : 10.11.2019
Diffstat (limited to 'mail-client/pinepgp')
-rw-r--r--mail-client/pinepgp/Manifest4
-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
4 files changed, 0 insertions, 124 deletions
diff --git a/mail-client/pinepgp/Manifest b/mail-client/pinepgp/Manifest
deleted file mode 100644
index 16b9bd22ec73..000000000000
--- a/mail-client/pinepgp/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX pinepgp-0.18.0-makefile-sed-fix.patch 3349 BLAKE2B 00d93e404210a8fbabfe5e8cdc441a434a8cab30f6e6584564090bb2590bbe3dbfb1509822a9df9f17ff5e688e43469ef7c1fa62f7076a60560938d92ef19177 SHA512 5c2c87ea5ab1e8cc64b7223f5f56d5211d1c024f84ab8ed6ba15d0b221010a080a6843133d0b29e72b15db08028175073fbb7dd883584da87e3a753e362c9b31
-DIST pinepgp-0.18.0.tar.gz 38103 BLAKE2B 21c8dfad016ba1c35c0d4c30ec92960a54519c85db55253c41a85d077eefbf556cc9d3748808a61b9c856460f588e1f8a13259be7ef2152f9648ff4812a27439 SHA512 b28b71d4d5132b451ff4a2a9489f830cedade300d18ad05a0aa443bffa6fe5ece7be4f166e7428fc999b2d1b550cf8dccf7982314868db8597117d0f8d74686e
-EBUILD pinepgp-0.18.0-r1.ebuild 577 BLAKE2B e43af2b4811835d90fa3b0bc53c857c684d2faceffec0bc2d653dfb50c041949b1ec7bea30af83829ff5340255e8e06bcbe8ceff1969e2d411e13c14655db3f5 SHA512 cf17b05e304195a598753f6443712dbbab183063557dc25a0ea9888f4dc23650a52cf23f252b93a184fdb7e9215fc9115b4b4c26728ba205014a57f1786219e8
-MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
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
-}