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

2024-04-25 Thread Maciej Barć
commit: 30bc6cababde8c9c0bfedc6546e89e0928f64745
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Apr 25 14:55:01 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Apr 25 15:20:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30bc6cab

app-emacs/wanderlust: drop old 2.15.9_p20210629

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/wanderlust/Manifest  |  1 -
 .../wanderlust/wanderlust-2.15.9_p20210629.ebuild  | 57 --
 2 files changed, 58 deletions(-)

diff --git a/app-emacs/wanderlust/Manifest b/app-emacs/wanderlust/Manifest
index 01d7ff19f879..3699104591ef 100644
--- a/app-emacs/wanderlust/Manifest
+++ b/app-emacs/wanderlust/Manifest
@@ -1,2 +1 @@
-DIST wanderlust-2.15.9_p20210629.tar.gz 1177023 BLAKE2B 
7af02d833bfa7a2fdb52adc6ee25e43cb5b9ebd79c32685af033e3f24d3f1f9c758940b9fe7ade1295691a774e0530569b0f0567aae57a54d7da30e70f57eb93
 SHA512 
60cd4be070fde9f24f42ddc6ca5d5d290eddf2c0fa9b584eace50bc569f2ed3003be8f75f26a5ef8cffad4ed059118163bb4ea289d95ee58b445c4d8f34b487e
 DIST wanderlust-2.15.9_p20230624.tar.gz 1176186 BLAKE2B 
5e2b1912aba7ac56642010ca3fe7c5f114e700263f5ea8ed105e731cb2c7d8b7087d7b0daa446d71fc30f2a3f620e863821bb68886855f2d6224784e41f05459
 SHA512 
4be27195e692e0b1d1dc8e1496ca3d3bb8bc35e114713c9ac5918f2849bf3a3d0f18d2e25d7ad4ab275284763ae23f753d303d3a6fb2785962dae27d7134f60f

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild
deleted file mode 100644
index 2cbf560db5f9..
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Yet Another Message Interface on Emacsen"
-HOMEPAGE="https://github.com/wanderlust/wanderlust";
-GITHUB_SHA1="769699d60aa033049804083b459ee562b82db77e"
-SRC_URI="https://github.com/wanderlust/${PN}/archive/${GITHUB_SHA1}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="bbdb ssl l10n_ja"
-
-RDEPEND=">=app-emacs/apel-10.8
-   >=app-emacs/flim-1.14.9
-   >=app-emacs/semi-1.14.7
-   bbdb? ( app-emacs/bbdb )"
-DEPEND="${RDEPEND}"
-
-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.md
-   fi
-}



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

2024-04-25 Thread Maciej Barć
commit: fde332223980c959fbfd676f7dd7f6bf83c74650
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Apr 25 15:20:08 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Apr 25 15:20:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde33222

app-emacs/wanderlust: fix test phase

Closes: https://bugs.gentoo.org/928922
Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/wanderlust/wanderlust-2.15.9_p20230624.ebuild | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20230624.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20230624.ebuild
index 46ac05de3bae..660576a2538f 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20230624.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20230624.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,6 +22,11 @@ RDEPEND=">=app-emacs/apel-10.8
bbdb? ( app-emacs/bbdb )"
 DEPEND="${RDEPEND}"
 
+ELISP_REMOVE="
+   tests/test-dist.el
+   tests/test-rfc2368.el
+"
+
 SITEFILE="50${PN}-gentoo.el"
 
 src_configure() {
@@ -35,6 +40,10 @@ src_compile() {
emake all info PACKAGE_LISPDIR="NONE"
 }
 
+src_test() {
+   emake test PACKAGE_LISPDIR="NONE"
+}
+
 src_install() {
emake \
LISPDIR="${ED}${SITELISP}" \



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

2023-08-12 Thread Ulrich Müller
commit: 313a89a6ed3de54fb359382e99deebed0f32d1bb
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Aug 12 07:14:58 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Aug 12 07:18:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=313a89a6

app-emacs/wanderlust: drop 2.15.9_p20190623

Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/wanderlust/Manifest  |  1 -
 .../wanderlust/wanderlust-2.15.9_p20190623.ebuild  | 57 --
 2 files changed, 58 deletions(-)

diff --git a/app-emacs/wanderlust/Manifest b/app-emacs/wanderlust/Manifest
index b63908b68d4f..01d7ff19f879 100644
--- a/app-emacs/wanderlust/Manifest
+++ b/app-emacs/wanderlust/Manifest
@@ -1,3 +1,2 @@
-DIST wanderlust-2.15.9_p20190623.tar.gz 1210223 BLAKE2B 
50416e27062a9837c18660ea9a1a7a3ff596639763965b09925ca16c89617d159b9aa5d08d93d8b5c6a504da2b048df8b4c489d4fc11ff6abc530f741a5d8fb9
 SHA512 
369f8d93af4d0d98f66c4c8500aa3535e3f772d8a1920c1bdc434f0d9078555f40d0d4278937d97bccf0f417cf1b1fdeb6c8a891d42b2675fb7737382425c91d
 DIST wanderlust-2.15.9_p20210629.tar.gz 1177023 BLAKE2B 
7af02d833bfa7a2fdb52adc6ee25e43cb5b9ebd79c32685af033e3f24d3f1f9c758940b9fe7ade1295691a774e0530569b0f0567aae57a54d7da30e70f57eb93
 SHA512 
60cd4be070fde9f24f42ddc6ca5d5d290eddf2c0fa9b584eace50bc569f2ed3003be8f75f26a5ef8cffad4ed059118163bb4ea289d95ee58b445c4d8f34b487e
 DIST wanderlust-2.15.9_p20230624.tar.gz 1176186 BLAKE2B 
5e2b1912aba7ac56642010ca3fe7c5f114e700263f5ea8ed105e731cb2c7d8b7087d7b0daa446d71fc30f2a3f620e863821bb68886855f2d6224784e41f05459
 SHA512 
4be27195e692e0b1d1dc8e1496ca3d3bb8bc35e114713c9ac5918f2849bf3a3d0f18d2e25d7ad4ab275284763ae23f753d303d3a6fb2785962dae27d7134f60f

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
deleted file mode 100644
index 5e2b0d12df29..
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-DESCRIPTION="Yet Another Message Interface on Emacsen"
-HOMEPAGE="https://github.com/wanderlust/wanderlust";
-GITHUB_SHA1="b9a529a54b9e7eafa4ed230ad28efffe0d25a20e"
-SRC_URI="https://github.com/wanderlust/wanderlust/archive/${GITHUB_SHA1}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="bbdb ssl l10n_ja"
-
-DEPEND=">=app-emacs/apel-10.8
-   >=app-emacs/flim-1.14.9
-   >=app-emacs/semi-1.14.7
-   bbdb? ( app-emacs/bbdb )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
-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/

2023-08-12 Thread Ulrich Müller
commit: 222844cf7b756d2ad46f42cc3c754e401f360ccd
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Aug 12 07:14:47 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Aug 12 07:18:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=222844cf

app-emacs/wanderlust: add 2.15.9_p20230624

Closes: https://bugs.gentoo.org/912089
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/wanderlust/Manifest  |  1 +
 .../wanderlust/wanderlust-2.15.9_p20230624.ebuild  | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/app-emacs/wanderlust/Manifest b/app-emacs/wanderlust/Manifest
index b1e38580dd26..b63908b68d4f 100644
--- a/app-emacs/wanderlust/Manifest
+++ b/app-emacs/wanderlust/Manifest
@@ -1,2 +1,3 @@
 DIST wanderlust-2.15.9_p20190623.tar.gz 1210223 BLAKE2B 
50416e27062a9837c18660ea9a1a7a3ff596639763965b09925ca16c89617d159b9aa5d08d93d8b5c6a504da2b048df8b4c489d4fc11ff6abc530f741a5d8fb9
 SHA512 
369f8d93af4d0d98f66c4c8500aa3535e3f772d8a1920c1bdc434f0d9078555f40d0d4278937d97bccf0f417cf1b1fdeb6c8a891d42b2675fb7737382425c91d
 DIST wanderlust-2.15.9_p20210629.tar.gz 1177023 BLAKE2B 
7af02d833bfa7a2fdb52adc6ee25e43cb5b9ebd79c32685af033e3f24d3f1f9c758940b9fe7ade1295691a774e0530569b0f0567aae57a54d7da30e70f57eb93
 SHA512 
60cd4be070fde9f24f42ddc6ca5d5d290eddf2c0fa9b584eace50bc569f2ed3003be8f75f26a5ef8cffad4ed059118163bb4ea289d95ee58b445c4d8f34b487e
+DIST wanderlust-2.15.9_p20230624.tar.gz 1176186 BLAKE2B 
5e2b1912aba7ac56642010ca3fe7c5f114e700263f5ea8ed105e731cb2c7d8b7087d7b0daa446d71fc30f2a3f620e863821bb68886855f2d6224784e41f05459
 SHA512 
4be27195e692e0b1d1dc8e1496ca3d3bb8bc35e114713c9ac5918f2849bf3a3d0f18d2e25d7ad4ab275284763ae23f753d303d3a6fb2785962dae27d7134f60f

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20230624.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20230624.ebuild
new file mode 100644
index ..46ac05de3bae
--- /dev/null
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20230624.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Yet Another Message Interface on Emacsen"
+HOMEPAGE="https://github.com/wanderlust/wanderlust";
+GITHUB_SHA1="8369b2d5170a174652294835dd9a18ed21a38cb2"
+SRC_URI="https://github.com/wanderlust/${PN}/archive/${GITHUB_SHA1}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="bbdb ssl l10n_ja"
+
+RDEPEND=">=app-emacs/apel-10.8
+   >=app-emacs/flim-1.14.9
+   >=app-emacs/semi-1.14.7
+   bbdb? ( app-emacs/bbdb )"
+DEPEND="${RDEPEND}"
+
+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 all info PACKAGE_LISPDIR="NONE"
+}
+
+src_install() {
+   emake \
+   LISPDIR="${ED}${SITELISP}" \
+   PACKAGE_LISPDIR="NONE" \
+   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.md
+   fi
+}



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

2022-04-17 Thread Sam James
commit: b4e4a29fb8cfeb60ad359d928d0f9507518d843d
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 17 08:34:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 17 08:34:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e4a29f

app-emacs/wanderlust: Stabilize 2.15.9_p20210629 ALLARCHES, #838907

Signed-off-by: Sam James  gentoo.org>

 app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild
index 036441e2b356..b4f0dfcd119d 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="bbdb ssl l10n_ja"
 
 RDEPEND=">=app-emacs/apel-10.8



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

2021-07-23 Thread Ulrich Müller
commit: f9cd18b4532e4c1442f7d3ebfaa5146c68e9ba60
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jul 23 13:06:46 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jul 23 13:07:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9cd18b4

app-emacs/wanderlust: Fix README.ja.md filename

Closes: https://bugs.gentoo.org/803506
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild
index 32ad7b2b893..036441e2b35 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild
@@ -53,6 +53,6 @@ src_install() {
if use l10n_ja; then
insinto "${SITEETC}/wl/samples/ja"
doins samples/ja/*
-   dodoc BUGS.ja INSTALL.ja NEWS.ja README.ja
+   dodoc BUGS.ja INSTALL.ja NEWS.ja README.ja.md
fi
 }



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

2021-07-23 Thread Ulrich Müller
commit: ef0424967eca2a63c868d20665a7d4c9947929bb
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jul 23 10:48:16 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jul 23 10:49:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef042496

app-emacs/wanderlust: Remove old

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

 app-emacs/wanderlust/Manifest  |  1 -
 .../wanderlust/wanderlust-2.15.9_p20180814.ebuild  | 57 --
 2 files changed, 58 deletions(-)

diff --git a/app-emacs/wanderlust/Manifest b/app-emacs/wanderlust/Manifest
index b9592a5e2cd..b1e38580dd2 100644
--- a/app-emacs/wanderlust/Manifest
+++ b/app-emacs/wanderlust/Manifest
@@ -1,3 +1,2 @@
-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 wanderlust-2.15.9_p20210629.tar.gz 1177023 BLAKE2B 
7af02d833bfa7a2fdb52adc6ee25e43cb5b9ebd79c32685af033e3f24d3f1f9c758940b9fe7ade1295691a774e0530569b0f0567aae57a54d7da30e70f57eb93
 SHA512 
60cd4be070fde9f24f42ddc6ca5d5d290eddf2c0fa9b584eace50bc569f2ed3003be8f75f26a5ef8cffad4ed059118163bb4ea289d95ee58b445c4d8f34b487e

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild
deleted file mode 100644
index 033aa93c445..000
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 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";
-GITHUB_SHA1="395826e99b84051396d503392f52462b6cb683a5"
-SRC_URI="https://github.com/wanderlust/wanderlust/archive/${GITHUB_SHA1}.tar.gz
 -> ${P}-git.tar.gz"
-S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="bbdb ssl l10n_ja"
-
-DEPEND=">=app-emacs/apel-10.6
-   app-emacs/flim
-   app-emacs/semi
-   bbdb? ( app-emacs/bbdb )"
-RDEPEND="${DEPEND}"
-
-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/

2021-07-23 Thread Ulrich Müller
commit: ddd89b81080044a7c483239d83fa30213f9b44a9
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jul 23 10:47:16 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jul 23 10:49:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd89b81

app-emacs/wanderlust: New snapshot 2.15.9_p20210629

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

 app-emacs/wanderlust/Manifest  |  1 +
 .../wanderlust/wanderlust-2.15.9_p20210629.ebuild  | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/app-emacs/wanderlust/Manifest b/app-emacs/wanderlust/Manifest
index bbd2be4925a..b9592a5e2cd 100644
--- a/app-emacs/wanderlust/Manifest
+++ b/app-emacs/wanderlust/Manifest
@@ -1,2 +1,3 @@
 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 wanderlust-2.15.9_p20210629.tar.gz 1177023 BLAKE2B 
7af02d833bfa7a2fdb52adc6ee25e43cb5b9ebd79c32685af033e3f24d3f1f9c758940b9fe7ade1295691a774e0530569b0f0567aae57a54d7da30e70f57eb93
 SHA512 
60cd4be070fde9f24f42ddc6ca5d5d290eddf2c0fa9b584eace50bc569f2ed3003be8f75f26a5ef8cffad4ed059118163bb4ea289d95ee58b445c4d8f34b487e

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild
new file mode 100644
index 000..32ad7b2b893
--- /dev/null
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20210629.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=24.5
+
+inherit elisp
+
+DESCRIPTION="Yet Another Message Interface on Emacsen"
+HOMEPAGE="https://github.com/wanderlust/wanderlust";
+GITHUB_SHA1="769699d60aa033049804083b459ee562b82db77e"
+SRC_URI="https://github.com/wanderlust/${PN}/archive/${GITHUB_SHA1}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+IUSE="bbdb ssl l10n_ja"
+
+RDEPEND=">=app-emacs/apel-10.8
+   >=app-emacs/flim-1.14.9
+   >=app-emacs/semi-1.14.7
+   bbdb? ( app-emacs/bbdb )"
+DEPEND="${RDEPEND}"
+
+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/

2021-01-06 Thread Fabian Groffen
commit: be76bfa8f1ce83d0c113bdb4c6c292c3cd66f128
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 13:07:49 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 13:07:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be76bfa8

app-emacs/wanderlust: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild | 4 ++--
 app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild
index 9fc16f03c0f..033aa93c445 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="bbdb ssl l10n_ja"
 
 DEPEND=">=app-emacs/apel-10.6

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
index d2614e684e3..5e2b0d12df2 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/wanderlust/wanderlust/archive/${GITHUB_SHA1}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="bbdb ssl l10n_ja"
 
 DEPEND=">=app-emacs/apel-10.8



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

2019-10-11 Thread Matt Turner
commit: de172831d2d086800da2b92cd4772ccf75961fc7
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 12 04:26:36 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 12 04:30:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de172831

app-emacs/wanderlust-2.15.9_p20190623: add ~alpha, bug 693064

Signed-off-by: Matt Turner  gentoo.org>

 app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
index 7df6b6b8181..d2614e684e3 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/wanderlust/wanderlust/archive/${GITHUB_SHA1}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="bbdb ssl l10n_ja"
 
 DEPEND=">=app-emacs/apel-10.8



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

2019-09-20 Thread Sergei Trofimovich
commit: 32b71bae3d9df55e8c12420591de137f26af8d96
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 07:09:32 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 07:09:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b71bae

app-emacs/wanderlust: keyworded 2.15.9_p20190623 for ia64, bug #693064

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
index d5f2f842462..7df6b6b8181 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/wanderlust/wanderlust/archive/${GITHUB_SHA1}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="bbdb ssl l10n_ja"
 
 DEPEND=">=app-emacs/apel-10.8



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

2019-08-31 Thread Sergei Trofimovich
commit: ca0a6a0ac0b54f7d7f5811f01610b03114afc286
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 31 12:28:26 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 31 12:28:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0a6a0a

app-emacs/wanderlust: keyworded 2.15.9_p20190623 for ppc64, bug #693064

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
index 608e5a064e4..d5f2f842462 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/wanderlust/wanderlust/archive/${GITHUB_SHA1}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="bbdb ssl l10n_ja"
 
 DEPEND=">=app-emacs/apel-10.8



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

2019-08-28 Thread David Seifert
commit: 5efe2b4000dc7ae03e4a383763d2cc6b41b956cb
Author: David Seifert  gentoo  org>
AuthorDate: Wed Aug 28 10:10:23 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Aug 28 10:10:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5efe2b40

app-emacs/wanderlust: [QA] Fix ${HOMEPAGE} in SRC_URI

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert  gentoo.org>

 app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild | 2 +-
 app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild
index b425c3ba6b4..9fc16f03c0f 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild
@@ -8,7 +8,7 @@ inherit elisp
 DESCRIPTION="Yet Another Message Interface on Emacsen"
 HOMEPAGE="https://github.com/wanderlust/wanderlust";
 GITHUB_SHA1="395826e99b84051396d503392f52462b6cb683a5"
-SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}-git.tar.gz"
+SRC_URI="https://github.com/wanderlust/wanderlust/archive/${GITHUB_SHA1}.tar.gz
 -> ${P}-git.tar.gz"
 S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-2+"

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
index bfb9cae0e08..608e5a064e4 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
@@ -8,7 +8,7 @@ inherit elisp
 DESCRIPTION="Yet Another Message Interface on Emacsen"
 HOMEPAGE="https://github.com/wanderlust/wanderlust";
 GITHUB_SHA1="b9a529a54b9e7eafa4ed230ad28efffe0d25a20e"
-SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/wanderlust/wanderlust/archive/${GITHUB_SHA1}.tar.gz
 -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"



[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/

2019-07-31 Thread Agostino Sarubbo
commit: bcda84d478b3314e60fce59a790728ad5fe73ca8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul 31 11:02:44 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul 31 11:02:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcda84d4

app-emacs/wanderlust: x86 stable wrt bug #690928

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
index 0a77ca62edc..bfb9cae0e08 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="bbdb ssl l10n_ja"
 
 DEPEND=">=app-emacs/apel-10.8



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

2019-07-31 Thread Agostino Sarubbo
commit: 824e2f3f8e987016d323e3150f52f439a34a1c0b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul 31 10:57:42 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul 31 10:57:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824e2f3f

app-emacs/wanderlust: amd64 stable wrt bug #690928

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
index 1e1a6aadb93..0a77ca62edc 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="bbdb ssl l10n_ja"
 
 DEPEND=">=app-emacs/apel-10.8



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

2019-07-31 Thread Agostino Sarubbo
commit: f94305f85479e1b86c5481d41db3667489103002
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul 31 10:53:41 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul 31 10:53:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f94305f8

app-emacs/wanderlust: ppc stable wrt bug #690928

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
index 232c0e9e7de..1e1a6aadb93 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="bbdb ssl l10n_ja"
 
 DEPEND=">=app-emacs/apel-10.8



[gentoo-commits] repo/gentoo:master commit in: app-emacs/wanderlust/, app-emacs/semi/, app-emacs/mu-cite/

2019-06-24 Thread Ulrich Müller
commit: 30e4a9c1cfc80f55f795939940851bab9a22145f
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Jun 24 11:05:06 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Jun 24 11:05:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e4a9c1

app-emacs/{semi,wanderlust,mu-cite}: Depend on app-emacs/flim directly.

Instead of virtual/emacs-flim, because the virtual's second provider
app-emacs/limit fails to compile with recent Emacs versions.

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

 app-emacs/mu-cite/mu-cite-8.1_p201202272330.ebuild  | 5 +++--
 app-emacs/semi/semi-1.14.6-r2.ebuild| 4 ++--
 app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild | 4 ++--
 app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild | 4 ++--
 4 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/app-emacs/mu-cite/mu-cite-8.1_p201202272330.ebuild 
b/app-emacs/mu-cite/mu-cite-8.1_p201202272330.ebuild
index 63f2fdaec66..0bf16aaea00 100644
--- a/app-emacs/mu-cite/mu-cite-8.1_p201202272330.ebuild
+++ b/app-emacs/mu-cite/mu-cite-8.1_p201202272330.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="app-emacs/apel
-   virtual/emacs-flim"
+   app-emacs/flim"
+DEPEND="${RDEPEND}"
 
 SITEFILE="50${PN}-gentoo.el"
 DOCS="ChangeLog NEWS README.en"

diff --git a/app-emacs/semi/semi-1.14.6-r2.ebuild 
b/app-emacs/semi/semi-1.14.6-r2.ebuild
index c415b5d..7d4fcf4b0e6 100644
--- a/app-emacs/semi/semi-1.14.6-r2.ebuild
+++ b/app-emacs/semi/semi-1.14.6-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-maco
 IUSE="l10n_ja"
 
 DEPEND=">=app-emacs/apel-10.6
-   virtual/emacs-flim"
+   app-emacs/flim"
 RDEPEND="${DEPEND}"
 
 ELISP_PATCHES="${PN}-info.patch"

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild
index 51d5a4750a4..d655a9b9079 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="bbdb ssl l10n_ja"
 
 DEPEND=">=app-emacs/apel-10.6
-   virtual/emacs-flim
+   app-emacs/flim
app-emacs/semi
bbdb? ( app-emacs/bbdb )"
 RDEPEND="${DEPEND}"

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild
index 6885a08624d..b425c3ba6b4 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="bbdb ssl l10n_ja"
 
 DEPEND=">=app-emacs/apel-10.6
-   virtual/emacs-flim
+   app-emacs/flim
app-emacs/semi
bbdb? ( app-emacs/bbdb )"
 RDEPEND="${DEPEND}"



[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
-   mirror:

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

2019-06-24 Thread Ulrich Müller
commit: 6e364080df968fbac868bdae55b0c2dc6d9be076
Author: Markus Oehme  jonglieren-jena  de>
AuthorDate: Mon Jun 24 10:02:05 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Jun 24 10:37:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e364080

app-emacs/wanderlust: Version bump.

Closes: https://bugs.gentoo.org/688560
Signed-off-by: Markus Oehme  jonglieren-jena.de>
[ulm  gentoo.org: EAPI 7 bump, minor cleanup]
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/wanderlust/Manifest  |  1 +
 .../wanderlust/wanderlust-2.15.9_p20190623.ebuild  | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/app-emacs/wanderlust/Manifest b/app-emacs/wanderlust/Manifest
index ced02cca3ea..3cb6ea63e53 100644
--- a/app-emacs/wanderlust/Manifest
+++ b/app-emacs/wanderlust/Manifest
@@ -1,4 +1,5 @@
 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/wanderlust-2.15.9_p20190623.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
new file mode 100644
index 000..232c0e9e7de
--- /dev/null
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="Yet Another Message Interface on Emacsen"
+HOMEPAGE="https://github.com/wanderlust/wanderlust";
+GITHUB_SHA1="b9a529a54b9e7eafa4ed230ad28efffe0d25a20e"
+SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
+
+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.8
+   >=app-emacs/flim-1.14.9
+   >=app-emacs/semi-1.14.7
+   bbdb? ( app-emacs/bbdb )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
+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/

2018-08-14 Thread Erik Mackdanz
commit: 017172f2200bf7067a97a9b78755ca120bbb3503
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Tue Aug 14 23:05:17 2018 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Tue Aug 14 23:05:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=017172f2

app-emacs/wanderlust: Version bump to latest commit

Package-Manager: Portage-2.3.45, Repoman-2.3.10

 app-emacs/wanderlust/Manifest  |  1 +
 .../wanderlust/wanderlust-2.15.9_p20180814.ebuild  | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/app-emacs/wanderlust/Manifest b/app-emacs/wanderlust/Manifest
index 194fa523880..ced02cca3ea 100644
--- a/app-emacs/wanderlust/Manifest
+++ b/app-emacs/wanderlust/Manifest
@@ -1,3 +1,4 @@
 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 wl-2.14.0.tar.gz 1101505 BLAKE2B 
5ceb3a8e294b230d48d50134e3dc07b9e19a9470907a488a2e41e53da54a8826a50cb53c06c5f3f1a5bdd1b5760bc6acd6cc75a25e63d092f1a9b80b3f073ed5
 SHA512 
edb49c0c9ddbd50cba4ce4cdd1b2d609cee9553d063aeb4775d0b43e0ed83cc6374aa47b11b3ff94a55827f7a9a29f7c1054e0fd9b3a5a25a2c410b241d268d2

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild
new file mode 100644
index 000..6885a08624d
--- /dev/null
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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";
+GITHUB_SHA1="395826e99b84051396d503392f52462b6cb683a5"
+SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}-git.tar.gz"
+S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
+
+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
+   virtual/emacs-flim
+   app-emacs/semi
+   bbdb? ( app-emacs/bbdb )"
+RDEPEND="${DEPEND}"
+
+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/

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() {



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

2018-02-20 Thread Patrice Clement
commit: d2c476571386e89bffe6b3ef73a6e50c06966574
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Feb 15 11:58:19 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Feb 20 20:55:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c47657

app-emacs/wanderlust: use HTTPS.

 app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild
index 867fbaacad0..2f035471caa 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild
@@ -7,7 +7,7 @@ inherit elisp
 
 DESCRIPTION="Yet Another Message Interface on Emacsen"
 HOMEPAGE="https://github.com/wanderlust/wanderlust
-   http://emacswiki.org/emacs/WanderLust";
+   https://www.emacswiki.org/emacs/WanderLust";
 SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz";
 
 LICENSE="GPL-2+"



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

2016-06-22 Thread Ulrich Müller
commit: af94b20c79603d83b0663aead300fd27f7eb5b9d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jun 22 17:36:29 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Jun 22 17:36:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af94b20c

app-emacs/wanderlust: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0_rc1

 app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild| 8 
 app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild | 8 
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild 
b/app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild
index f9e239b..9a44de1 100644
--- a/app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.gohome.org/wl/stable/${MY_P}.tar.gz
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="bbdb ssl linguas_ja"
+IUSE="bbdb ssl l10n_ja"
 
 DEPEND=">=app-emacs/apel-10.6
virtual/emacs-flim
@@ -32,7 +32,7 @@ SITEFILE="50${PN}-gentoo.el"
 
 src_configure() {
local lang="\"en\""
-   use linguas_ja && lang="${lang} \"ja\""
+   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
 }
@@ -55,7 +55,7 @@ src_install() {
doinfo doc/wl*.info
dodoc BUGS ChangeLog INSTALL NEWS README
 
-   if use linguas_ja; then
+   if use l10n_ja; then
insinto "${SITEETC}/wl/samples/ja"
doins samples/ja/*
dodoc BUGS.ja INSTALL.ja NEWS.ja README.ja

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild
index a84931d..f1ee1ab 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ 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 linguas_ja"
+IUSE="bbdb ssl l10n_ja"
 
 DEPEND=">=app-emacs/apel-10.6
virtual/emacs-flim
@@ -27,7 +27,7 @@ SITEFILE="50${PN}-gentoo.el"
 
 src_configure() {
local lang="\"en\""
-   use linguas_ja && lang="${lang} \"ja\""
+   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
 }
@@ -50,7 +50,7 @@ src_install() {
doinfo doc/wl*.info
dodoc BUGS ChangeLog INSTALL NEWS README.md
 
-   if use linguas_ja; then
+   if use l10n_ja; then
insinto "${SITEETC}/wl/samples/ja"
doins samples/ja/*
dodoc BUGS.ja INSTALL.ja NEWS.ja README.ja