Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/wanderlust/, app-emacs/wanderlust/files/
Date: Thu, 01 Aug 2019 08:35:00
Message-Id: 1564648462.4a17bc77c23b6843ff1b929e91c0cbb6a370a2dd.ulm@gentoo
1 commit: 4a17bc77c23b6843ff1b929e91c0cbb6a370a2dd
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 1 08:34:22 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 1 08:34:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a17bc77
7
8 app-emacs/wanderlust: Remove old.
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/wanderlust/Manifest | 1 -
14 ...t-2.15.9_p20130619-default-truncate-lines.patch | 17 -------
15 .../wanderlust/wanderlust-2.15.9_p20130619.ebuild | 58 ----------------------
16 3 files changed, 76 deletions(-)
17
18 diff --git a/app-emacs/wanderlust/Manifest b/app-emacs/wanderlust/Manifest
19 index a73fcda3063..bbd2be4925a 100644
20 --- a/app-emacs/wanderlust/Manifest
21 +++ b/app-emacs/wanderlust/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST wanderlust-2.15.9_p20130619.tar.xz 818124 BLAKE2B b6bbd6f63d862f81a5a0c194f0fe1b276303f75f8ffde29c844f1f7d2d8ef55f1c211ac1d0b6c3357c2507b2abe73ba1c4c8f5fc65e067d93eb6bf23fd8490a6 SHA512 91bdcc1b29370b7be7a2072f4d8c638b3c0604ba31b5419952b848af268e73a3f199f07a88caabec56f66b38013e0f9cd7c1de26b46d1062ddff782e8080d4e0
24 DIST wanderlust-2.15.9_p20180814-git.tar.gz 1207081 BLAKE2B f52259b15040287f0afcf0768b3ae3237415b44960e205e48d4b658f3e522db993b87bac59ee3d9ba94ad26c830beaf26d9cf5f03830fcb1f01e4f5567ee4804 SHA512 67616cc1d35b25af1b56fa800943ad0c7e7d9b35f99c48fac96b77a68a3eb8db02b36525021ff8bba4d181530505face2a58725b7dff33b1bfe4f48a4314949f
25 DIST wanderlust-2.15.9_p20190623.tar.gz 1210223 BLAKE2B 50416e27062a9837c18660ea9a1a7a3ff596639763965b09925ca16c89617d159b9aa5d08d93d8b5c6a504da2b048df8b4c489d4fc11ff6abc530f741a5d8fb9 SHA512 369f8d93af4d0d98f66c4c8500aa3535e3f772d8a1920c1bdc434f0d9078555f40d0d4278937d97bccf0f417cf1b1fdeb6c8a891d42b2675fb7737382425c91d
26
27 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
28 deleted file mode 100644
29 index d6da446cc84..00000000000
30 --- a/app-emacs/wanderlust/files/wanderlust-2.15.9_p20130619-default-truncate-lines.patch
31 +++ /dev/null
32 @@ -1,17 +0,0 @@
33 ---- a/wl/wl-vars.el.orig 2018-07-27 21:05:15.768467090 -0500
34 -+++ b/wl/wl-vars.el 2018-07-27 21:05:45.590468576 -0500
35 -@@ -1742,12 +1742,12 @@
36 - :group 'wl-pref
37 - :type 'string)
38 -
39 --(defcustom wl-message-truncate-lines default-truncate-lines
40 -+(defcustom wl-message-truncate-lines nil
41 - "*Truncate lines in Message Buffer."
42 - :type 'boolean
43 - :group 'wl-pref)
44 -
45 --(defcustom wl-draft-truncate-lines default-truncate-lines
46 -+(defcustom wl-draft-truncate-lines nil
47 - "*Truncate lines in Draft Buffer."
48 - :type 'boolean
49 - :group 'wl-draft
50
51 diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild b/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild
52 deleted file mode 100644
53 index d655a9b9079..00000000000
54 --- a/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild
55 +++ /dev/null
56 @@ -1,58 +0,0 @@
57 -# Copyright 1999-2019 Gentoo Authors
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -EAPI=6
61 -
62 -inherit elisp
63 -
64 -DESCRIPTION="Yet Another Message Interface on Emacsen"
65 -HOMEPAGE="https://github.com/wanderlust/wanderlust
66 - https://www.emacswiki.org/emacs/WanderLust"
67 -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
68 -
69 -LICENSE="GPL-2+"
70 -SLOT="0"
71 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
72 -IUSE="bbdb ssl l10n_ja"
73 -
74 -DEPEND=">=app-emacs/apel-10.6
75 - app-emacs/flim
76 - app-emacs/semi
77 - bbdb? ( app-emacs/bbdb )"
78 -RDEPEND="${DEPEND}"
79 -
80 -S="${WORKDIR}/${PN}"
81 -ELISP_PATCHES="${P}-default-truncate-lines.patch"
82 -SITEFILE="50${PN}-gentoo.el"
83 -
84 -src_configure() {
85 - local lang="\"en\""
86 - use l10n_ja && lang="${lang} \"ja\""
87 - echo "(setq wl-info-lang '(${lang}) wl-news-lang '(${lang}))" >>WL-CFG
88 - use ssl && echo "(setq wl-install-utils t)" >>WL-CFG
89 -}
90 -
91 -src_compile() {
92 - emake
93 - emake info
94 -}
95 -
96 -src_install() {
97 - emake \
98 - LISPDIR="${ED}${SITELISP}" \
99 - PIXMAPDIR="${ED}${SITEETC}/wl/icons" \
100 - install
101 -
102 - elisp-site-file-install "${FILESDIR}/${SITEFILE}" wl
103 -
104 - insinto "${SITEETC}/wl/samples/en"
105 - doins samples/en/*
106 - doinfo doc/wl*.info
107 - dodoc BUGS ChangeLog INSTALL NEWS README.md
108 -
109 - if use l10n_ja; then
110 - insinto "${SITEETC}/wl/samples/ja"
111 - doins samples/ja/*
112 - dodoc BUGS.ja INSTALL.ja NEWS.ja README.ja
113 - fi
114 -}