diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-11-26 10:18:10 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-11-26 10:18:10 +0000 |
commit | e55105a47b5ded54eb9801ee1199b32694c3c4dc (patch) | |
tree | 18ff864d6ab0958f53759efb532540bdf44e2ecb /mail-client/pine/files | |
parent | Reverting back to an older eclass, with some updates merged. problem is with ... (diff) | |
download | gentoo-2-e55105a47b5ded54eb9801ee1199b32694c3c4dc.tar.gz gentoo-2-e55105a47b5ded54eb9801ee1199b32694c3c4dc.tar.bz2 gentoo-2-e55105a47b5ded54eb9801ee1199b32694c3c4dc.zip |
Ebuild and files/ cleanup. Closes #72200.
Diffstat (limited to 'mail-client/pine/files')
-rw-r--r-- | mail-client/pine/files/digest-pine-4.50-r4 | 2 | ||||
-rw-r--r-- | mail-client/pine/files/digest-pine-4.58-r3 | 6 | ||||
-rw-r--r-- | mail-client/pine/files/digest-pine-4.60 | 2 | ||||
-rw-r--r-- | mail-client/pine/files/digest-pine-4.61-r1 | 2 | ||||
-rw-r--r-- | mail-client/pine/files/pine-4.33-whitespace.patch | 11 | ||||
-rw-r--r-- | mail-client/pine/files/pine-4.40-boguswarning.patch | 11 |
6 files changed, 0 insertions, 34 deletions
diff --git a/mail-client/pine/files/digest-pine-4.50-r4 b/mail-client/pine/files/digest-pine-4.50-r4 deleted file mode 100644 index a4e0d5157b71..000000000000 --- a/mail-client/pine/files/digest-pine-4.50-r4 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 5f517297242f625de9a9ccbaf48578f0 pine4.50.tar.gz 3772620 -MD5 2eb6c7d0da3b7d49705f7dce9f731b7f pine-4.50-maildir.patch.gz 14385 diff --git a/mail-client/pine/files/digest-pine-4.58-r3 b/mail-client/pine/files/digest-pine-4.58-r3 deleted file mode 100644 index d61357652939..000000000000 --- a/mail-client/pine/files/digest-pine-4.58-r3 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 6135222a12f06b2dfceea5c1b736891e pine4.58.tar.bz2 2837321 -MD5 08a9f151d1588413e36a12c8a6d534a8 pine-4.58-chappa-all-20031108.patch.gz 113702 -MD5 60d840b1980373a7227d28cbf1f3799b pine4.58-utf8-to-singlebyte.patch 7214 -MD5 b19fe167da5a74aefbb3d8ed17f10107 pine-4.58-maildir.patch 46380 -MD5 50522624eb4a22df748ba7215b28290a pine-4.58-v6-20031001.diff 18943 -MD5 35c12ee84973f7672dbab6f59afbffab readme.pine-4.58-v6-20031001 6514 diff --git a/mail-client/pine/files/digest-pine-4.60 b/mail-client/pine/files/digest-pine-4.60 deleted file mode 100644 index c307c12f63be..000000000000 --- a/mail-client/pine/files/digest-pine-4.60 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 aece91c8a857605994829ffa91d98c9f pine4.60.tar.bz2 2996963 -MD5 0d321869aec8a6dc86e484a648c6e9ce pine-4.60-chappa-all.patch.gz 143602 diff --git a/mail-client/pine/files/digest-pine-4.61-r1 b/mail-client/pine/files/digest-pine-4.61-r1 deleted file mode 100644 index 2beace03c42e..000000000000 --- a/mail-client/pine/files/digest-pine-4.61-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 885c6aa4f4f16fcb83a49ef6c025307e pine4.61.tar.bz2 3032253 -MD5 00a2bc8a5cae7e35e315e28f2b8f25a7 pine-4.61-r1-chappa-all.patch.gz 150169 diff --git a/mail-client/pine/files/pine-4.33-whitespace.patch b/mail-client/pine/files/pine-4.33-whitespace.patch deleted file mode 100644 index 68b0159c8644..000000000000 --- a/mail-client/pine/files/pine-4.33-whitespace.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- pine4.30/pico/pico.c.strip Sun Jan 14 15:26:47 2001 -+++ pine4.30/pico/pico.c Sun Jan 14 15:16:44 2001 -@@ -216,7 +216,7 @@ - switch(pico_all_done){ /* prepare for/handle final events */ - case COMP_EXIT : /* already confirmed */ - packheader(); -- stripwhitespace(); -+// stripwhitespace(); - c |= COMP_EXIT; - break; - diff --git a/mail-client/pine/files/pine-4.40-boguswarning.patch b/mail-client/pine/files/pine-4.40-boguswarning.patch deleted file mode 100644 index 58d426001582..000000000000 --- a/mail-client/pine/files/pine-4.40-boguswarning.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- imap/src/osdep/unix/env_unix.c.boguswarning Mon Jun 25 23:10:04 2001 -+++ imap/src/osdep/unix/env_unix.c Thu Oct 4 05:12:36 2001 -@@ -48,7 +48,7 @@ - /* flock() emulator is a no-op */ - static short disableFcntlLock = NIL; - /* warning on EACCES errors on .lock files */ --static short lockEaccesError = T; -+static short lockEaccesError = NIL; - static short hideDotFiles = NIL;/* hide files whose names start with . */ - /* 1 = disable plaintext, 2 = if not SSL */ - static long disablePlaintext = NIL; |