[gentoo-commits] repo/gentoo:master commit in: app-emacs/wanderlust/, app-emacs/wanderlust/files/

2019-08-01 Thread Ulrich Müller
commit: 4a17bc77c23b6843ff1b929e91c0cbb6a370a2dd
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Aug  1 08:34:22 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Aug  1 08:34:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a17bc77

app-emacs/wanderlust: Remove old.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/wanderlust/Manifest  |  1 -
 ...t-2.15.9_p20130619-default-truncate-lines.patch | 17 ---
 .../wanderlust/wanderlust-2.15.9_p20130619.ebuild  | 58 --
 3 files changed, 76 deletions(-)

diff --git a/app-emacs/wanderlust/Manifest b/app-emacs/wanderlust/Manifest
index a73fcda3063..bbd2be4925a 100644
--- a/app-emacs/wanderlust/Manifest
+++ b/app-emacs/wanderlust/Manifest
@@ -1,3 +1,2 @@
-DIST wanderlust-2.15.9_p20130619.tar.xz 818124 BLAKE2B 
b6bbd6f63d862f81a5a0c194f0fe1b276303f75f8ffde29c844f1f7d2d8ef55f1c211ac1d0b6c3357c2507b2abe73ba1c4c8f5fc65e067d93eb6bf23fd8490a6
 SHA512 
91bdcc1b29370b7be7a2072f4d8c638b3c0604ba31b5419952b848af268e73a3f199f07a88caabec56f66b38013e0f9cd7c1de26b46d1062ddff782e8080d4e0
 DIST wanderlust-2.15.9_p20180814-git.tar.gz 1207081 BLAKE2B 
f52259b15040287f0afcf0768b3ae3237415b44960e205e48d4b658f3e522db993b87bac59ee3d9ba94ad26c830beaf26d9cf5f03830fcb1f01e4f5567ee4804
 SHA512 
67616cc1d35b25af1b56fa800943ad0c7e7d9b35f99c48fac96b77a68a3eb8db02b36525021ff8bba4d181530505face2a58725b7dff33b1bfe4f48a4314949f
 DIST wanderlust-2.15.9_p20190623.tar.gz 1210223 BLAKE2B 
50416e27062a9837c18660ea9a1a7a3ff596639763965b09925ca16c89617d159b9aa5d08d93d8b5c6a504da2b048df8b4c489d4fc11ff6abc530f741a5d8fb9
 SHA512 
369f8d93af4d0d98f66c4c8500aa3535e3f772d8a1920c1bdc434f0d9078555f40d0d4278937d97bccf0f417cf1b1fdeb6c8a891d42b2675fb7737382425c91d

diff --git 
a/app-emacs/wanderlust/files/wanderlust-2.15.9_p20130619-default-truncate-lines.patch
 
b/app-emacs/wanderlust/files/wanderlust-2.15.9_p20130619-default-truncate-lines.patch
deleted file mode 100644
index d6da446cc84..000
--- 
a/app-emacs/wanderlust/files/wanderlust-2.15.9_p20130619-default-truncate-lines.patch
+++ /dev/null
@@ -1,17 +0,0 @@
 a/wl/wl-vars.el.orig   2018-07-27 21:05:15.768467090 -0500
-+++ b/wl/wl-vars.el2018-07-27 21:05:45.590468576 -0500
-@@ -1742,12 +1742,12 @@
-   :group 'wl-pref
-   :type 'string)
- 
--(defcustom wl-message-truncate-lines default-truncate-lines
-+(defcustom wl-message-truncate-lines nil
-   "*Truncate lines in Message Buffer."
-   :type 'boolean
-   :group 'wl-pref)
- 
--(defcustom wl-draft-truncate-lines default-truncate-lines
-+(defcustom wl-draft-truncate-lines nil
-   "*Truncate lines in Draft Buffer."
-   :type 'boolean
-   :group 'wl-draft

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild
deleted file mode 100644
index d655a9b9079..000
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp
-
-DESCRIPTION="Yet Another Message Interface on Emacsen"
-HOMEPAGE="https://github.com/wanderlust/wanderlust
-   https://www.emacswiki.org/emacs/WanderLust;
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="bbdb ssl l10n_ja"
-
-DEPEND=">=app-emacs/apel-10.6
-   app-emacs/flim
-   app-emacs/semi
-   bbdb? ( app-emacs/bbdb )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-ELISP_PATCHES="${P}-default-truncate-lines.patch"
-SITEFILE="50${PN}-gentoo.el"
-
-src_configure() {
-   local lang="\"en\""
-   use l10n_ja && lang="${lang} \"ja\""
-   echo "(setq wl-info-lang '(${lang}) wl-news-lang '(${lang}))" >>WL-CFG
-   use ssl && echo "(setq wl-install-utils t)" >>WL-CFG
-}
-
-src_compile() {
-   emake
-   emake info
-}
-
-src_install() {
-   emake \
-   LISPDIR="${ED}${SITELISP}" \
-   PIXMAPDIR="${ED}${SITEETC}/wl/icons" \
-   install
-
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}" wl
-
-   insinto "${SITEETC}/wl/samples/en"
-   doins samples/en/*
-   doinfo doc/wl*.info
-   dodoc BUGS ChangeLog INSTALL NEWS README.md
-
-   if use l10n_ja; then
-   insinto "${SITEETC}/wl/samples/ja"
-   doins samples/ja/*
-   dodoc BUGS.ja INSTALL.ja NEWS.ja README.ja
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/wanderlust/, app-emacs/wanderlust/files/

2019-06-24 Thread Ulrich Müller
commit: 9e2e386c5b1ee62815ee384a3c7917ff82bf9fe8
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Jun 24 10:30:36 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Jun 24 10:37:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e2e386c

app-emacs/wanderlust: Remove old.

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/wanderlust/Manifest  |  2 -
 .../files/wanderlust-2.14.0-smtp-end-of-line.patch | 16 --
 .../files/wanderlust-2.14.0-texinfo-garbage.patch  | 11 
 app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild   | 62 --
 4 files changed, 91 deletions(-)

diff --git a/app-emacs/wanderlust/Manifest b/app-emacs/wanderlust/Manifest
index 3cb6ea63e53..a73fcda3063 100644
--- a/app-emacs/wanderlust/Manifest
+++ b/app-emacs/wanderlust/Manifest
@@ -1,5 +1,3 @@
-DIST wanderlust-2.14.0-20050405.patch.gz 3926 BLAKE2B 
0986f743e512cc7216554585c1c62af659fe35873bfcdfdb520e4085ec2606360ae1a29566ac756ad0e7f03cc51d1e5c0bd7460c8448ceb6251004d887858885
 SHA512 
103e8eda374eab453363f3a735d877e313ff341e09abd66093bd090b404738d42d98edf5d1c9c8e8966963bf972d462aebc28ea6e470126af9266188247c4044
 DIST wanderlust-2.15.9_p20130619.tar.xz 818124 BLAKE2B 
b6bbd6f63d862f81a5a0c194f0fe1b276303f75f8ffde29c844f1f7d2d8ef55f1c211ac1d0b6c3357c2507b2abe73ba1c4c8f5fc65e067d93eb6bf23fd8490a6
 SHA512 
91bdcc1b29370b7be7a2072f4d8c638b3c0604ba31b5419952b848af268e73a3f199f07a88caabec56f66b38013e0f9cd7c1de26b46d1062ddff782e8080d4e0
 DIST wanderlust-2.15.9_p20180814-git.tar.gz 1207081 BLAKE2B 
f52259b15040287f0afcf0768b3ae3237415b44960e205e48d4b658f3e522db993b87bac59ee3d9ba94ad26c830beaf26d9cf5f03830fcb1f01e4f5567ee4804
 SHA512 
67616cc1d35b25af1b56fa800943ad0c7e7d9b35f99c48fac96b77a68a3eb8db02b36525021ff8bba4d181530505face2a58725b7dff33b1bfe4f48a4314949f
 DIST wanderlust-2.15.9_p20190623.tar.gz 1210223 BLAKE2B 
50416e27062a9837c18660ea9a1a7a3ff596639763965b09925ca16c89617d159b9aa5d08d93d8b5c6a504da2b048df8b4c489d4fc11ff6abc530f741a5d8fb9
 SHA512 
369f8d93af4d0d98f66c4c8500aa3535e3f772d8a1920c1bdc434f0d9078555f40d0d4278937d97bccf0f417cf1b1fdeb6c8a891d42b2675fb7737382425c91d
-DIST wl-2.14.0.tar.gz 1101505 BLAKE2B 
5ceb3a8e294b230d48d50134e3dc07b9e19a9470907a488a2e41e53da54a8826a50cb53c06c5f3f1a5bdd1b5760bc6acd6cc75a25e63d092f1a9b80b3f073ed5
 SHA512 
edb49c0c9ddbd50cba4ce4cdd1b2d609cee9553d063aeb4775d0b43e0ed83cc6374aa47b11b3ff94a55827f7a9a29f7c1054e0fd9b3a5a25a2c410b241d268d2

diff --git 
a/app-emacs/wanderlust/files/wanderlust-2.14.0-smtp-end-of-line.patch 
b/app-emacs/wanderlust/files/wanderlust-2.14.0-smtp-end-of-line.patch
deleted file mode 100644
index f03542522ed..000
--- a/app-emacs/wanderlust/files/wanderlust-2.14.0-smtp-end-of-line.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-http://bugs.gentoo.org/280248
-Don't bind smtp-end-of-line. Patch from upstream CVS, by Yoichi NAKAYAMA.
-
 wl/wl-draft.el 28 Jan 2006 09:03:41 -  1.258
-+++ wl/wl-draft.el 9 Feb 2006 03:57:39 -   1.259
-@@ -147,10 +147,6 @@
-(if (eq wl-smtp-connection-type 'ssl)
-#'open-ssl-stream
-  smtp-open-connection-function))
--  (smtp-end-of-line
--   (if (eq wl-smtp-connection-type 'ssl)
--   "\n"
-- smtp-end-of-line))
-   smtp-sasl-user-name smtp-sasl-properties sasl-read-passphrase)
-(setq smtp-sasl-user-name wl-smtp-posting-user
-smtp-sasl-properties (when wl-smtp-authenticate-realm

diff --git a/app-emacs/wanderlust/files/wanderlust-2.14.0-texinfo-garbage.patch 
b/app-emacs/wanderlust/files/wanderlust-2.14.0-texinfo-garbage.patch
deleted file mode 100644
index 6be41a99b70..000
--- a/app-emacs/wanderlust/files/wanderlust-2.14.0-texinfo-garbage.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 wl-2.14.0-orig/doc/wl.texi 2005-02-25 16:05:48.0 +0100
-+++ wl-2.14.0/doc/wl.texi  2009-08-10 16:15:29.0 +0200
-@@ -4329,7 +4329,7 @@
- 
- @item wl-summary-resend-use-cache
- @vindex wl-summary-resend-use-cache
--The initial setting is @code{nil}��If non-nil, messages are resend
-+The initial setting is @code{nil}. If non-nil, messages are resend
- using cache even in the offline status. Note that if you use cache,
- the message identity is not guaranteed.
- 

diff --git a/app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild 
b/app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild
deleted file mode 100644
index 1f0b3fc12a3..000
--- a/app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-MY_P="wl-${PV/_/}"
-DESCRIPTION="Yet Another Message Interface on Emacsen"
-HOMEPAGE="http://www.gohome.org/wl/;
-SRC_URI="ftp://ftp.gohome.org/wl/stable/${MY_P}.tar.gz
-   ftp://ftp.gohome.org/wl/beta/${MY_P}.tar.gz
-   

[gentoo-commits] repo/gentoo:master commit in: app-emacs/wanderlust/, app-emacs/wanderlust/files/

2018-07-27 Thread Erik Mackdanz
commit: 885f6d4e38e407a5b3843cb4bb4dd8a8cdf86178
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Jul 28 02:22:15 2018 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Sat Jul 28 02:22:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885f6d4e

app-emacs/wanderlust: Fix error about default-truncate-lines

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 ...erlust-2.15.9_p20130619-default-truncate-lines.patch | 17 +
 app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild |  5 +++--
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git 
a/app-emacs/wanderlust/files/wanderlust-2.15.9_p20130619-default-truncate-lines.patch
 
b/app-emacs/wanderlust/files/wanderlust-2.15.9_p20130619-default-truncate-lines.patch
new file mode 100644
index 000..d6da446cc84
--- /dev/null
+++ 
b/app-emacs/wanderlust/files/wanderlust-2.15.9_p20130619-default-truncate-lines.patch
@@ -0,0 +1,17 @@
+--- a/wl/wl-vars.el.orig   2018-07-27 21:05:15.768467090 -0500
 b/wl/wl-vars.el2018-07-27 21:05:45.590468576 -0500
+@@ -1742,12 +1742,12 @@
+   :group 'wl-pref
+   :type 'string)
+ 
+-(defcustom wl-message-truncate-lines default-truncate-lines
++(defcustom wl-message-truncate-lines nil
+   "*Truncate lines in Message Buffer."
+   :type 'boolean
+   :group 'wl-pref)
+ 
+-(defcustom wl-draft-truncate-lines default-truncate-lines
++(defcustom wl-draft-truncate-lines nil
+   "*Truncate lines in Draft Buffer."
+   :type 'boolean
+   :group 'wl-draft

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild
index 2f035471caa..51d5a4750a4 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit elisp
 
@@ -22,6 +22,7 @@ DEPEND=">=app-emacs/apel-10.6
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${PN}"
+ELISP_PATCHES="${P}-default-truncate-lines.patch"
 SITEFILE="50${PN}-gentoo.el"
 
 src_configure() {