summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-15 10:25:31 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-15 10:49:41 +0100
commitc0e9368f5a1d46df0d27f880ada4c0b9377da6fb (patch)
tree504806e4c630dba54f02c7f6e5280a7416a0d722 /net-mail
parentnet-mail/hotwayd: remove unused patches/file (diff)
downloadgentoo-c0e9368f5a1d46df0d27f880ada4c0b9377da6fb.tar.gz
gentoo-c0e9368f5a1d46df0d27f880ada4c0b9377da6fb.tar.bz2
gentoo-c0e9368f5a1d46df0d27f880ada4c0b9377da6fb.zip
net-mail/kuvert: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3488
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/kuvert/files/kuvert-1.1.8-idea.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-mail/kuvert/files/kuvert-1.1.8-idea.patch b/net-mail/kuvert/files/kuvert-1.1.8-idea.patch
deleted file mode 100644
index d714e4eb4773..000000000000
--- a/net-mail/kuvert/files/kuvert-1.1.8-idea.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- kuvert.orig 2004-09-03 21:29:11.871880016 +0100
-+++ kuvert 2004-09-03 21:28:59.299791264 +0100
-@@ -1179,7 +1179,7 @@
- $cmd.="|$config{gpgpath} -q -t --batch --armor --detach-sign --passphrase-fd 0 --status-fd 1 --default-key";
- if ($type eq "std")
- {
-- $cmd.=" $config{stdkey} --rfc1991 --cipher-algo idea --digest-algo md5 --compress-algo 1";
-+ $cmd.=" $config{stdkey} --rfc1991 --digest-algo md5 --compress-algo 1";
- }
- else
- {
-@@ -1296,7 +1296,7 @@
-
- # and finally encrypt all this for the wanted recipients.
- unlink($outfile);
-- $cmd="$config{gpgpath} --no-literal --batch --encrypt --rfc1991 --cipher-algo idea "
-+ $cmd="$config{gpgpath} --no-literal --batch --encrypt --rfc1991"
- .($config{alwaystrust}?"--always-trust ":"")
- ."--armor -o $outfile -r "
- .join(" -r ",@recips)