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/emacs-w3m/
Date: Sat, 07 Sep 2019 20:26:22
Message-Id: 1567887970.1b9c5af5b787d4226479f21dea48a28f54fc6227.ulm@gentoo
1 commit: 1b9c5af5b787d4226479f21dea48a28f54fc6227
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 7 20:25:02 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 7 20:26:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b9c5af5
7
8 app-emacs/emacs-w3m: Remove old.
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/emacs-w3m/Manifest | 2 -
14 .../emacs-w3m/emacs-w3m-1.4.528_pre20140213.ebuild | 48 --------------------
15 .../emacs-w3m/emacs-w3m-1.4.570_pre20170203.ebuild | 51 ----------------------
16 3 files changed, 101 deletions(-)
17
18 diff --git a/app-emacs/emacs-w3m/Manifest b/app-emacs/emacs-w3m/Manifest
19 index 8c6f37b2126..f835ac44cca 100644
20 --- a/app-emacs/emacs-w3m/Manifest
21 +++ b/app-emacs/emacs-w3m/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST emacs-w3m-1.4.528_pre20140213.tar.xz 751532 BLAKE2B 14527b80ed3938f2685a98cf37633a9ba046b070d94dffd7c8082d65c09dfca4a63114aff55d0bfe85853d8623db55dd63db3e7d10142871287312281fa4ef59 SHA512 f4ccb41f2011354c091c9b07b2ab596f030a6b2e8ef2ef674db75c93e5bfe7347b8b3602283e169e7fd591c44b222482d1a399880c60176fc55a5e77ed728483
24 -DIST emacs-w3m-1.4.570_pre20170203.tar.xz 765108 BLAKE2B 75568e543719a25863ee943293f1a6ca4fff8b5af19a39d910efe5a8bfa7f311ef3620c34a6fcfe23e231e33d61c9ba5a03cf39b23155982079a0cf28471a341 SHA512 d1940679055d7ad74b7c417dc9e56061524f5afdf758075139e279c2df325af10eae334a6b83d40d39857237396da04744f19c293ffb8adb2e579c32ed118b52
25 DIST emacs-w3m-1.4.625_pre20180518.tar.xz 788404 BLAKE2B f621071c8657cab848789d359d492e5bee0fe401af48871fa54298571d87192de7186b1ea92fd3d64e6f1713fd12e5750b49b7e54c94e8d3b455d614ef0d0683 SHA512 f60317024f6dca23699510c21f185c162a5b3f0be551c681ce69b3b46e6fc7860e875fa6fc46a0bfafd8e5e6aaa9f1b29af0e0731685fbca2ce2b636eca7ad93
26 DIST emacs-w3m-1.4.632_pre20181112.tar.xz 792664 BLAKE2B f60249a064cf9b63a46e0d9ae0d845d3877dd9ddfc1f7770609c68c9d9b60c67b9e461c399b83c5b01fbe94609914937fbf8177475274faa262d8fab0b4e6a19 SHA512 01ecb8a282484d164f5d630adac39784aec9f2e37975865f132be4b8b82d4be1e5667d903775c4adf0470109053b1b229f09472410a0ac7d1588e64c86c7b8f9
27
28 diff --git a/app-emacs/emacs-w3m/emacs-w3m-1.4.528_pre20140213.ebuild b/app-emacs/emacs-w3m/emacs-w3m-1.4.528_pre20140213.ebuild
29 deleted file mode 100644
30 index 7f9097a4aa5..00000000000
31 --- a/app-emacs/emacs-w3m/emacs-w3m-1.4.528_pre20140213.ebuild
32 +++ /dev/null
33 @@ -1,48 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -inherit readme.gentoo elisp autotools
40 -
41 -DESCRIPTION="emacs-w3m is an interface program of w3m on Emacs"
42 -HOMEPAGE="http://emacs-w3m.namazu.org/"
43 -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
44 -
45 -LICENSE="GPL-2+"
46 -SLOT="0"
47 -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
48 -IUSE="l10n_ja"
49 -
50 -DEPEND="virtual/w3m"
51 -RDEPEND="${DEPEND}"
52 -
53 -S="${WORKDIR}/${PN}"
54 -SITEFILE="70${PN}-gentoo.el"
55 -
56 -src_prepare() {
57 - eautoreconf
58 -}
59 -
60 -src_configure() {
61 - default
62 -}
63 -
64 -src_compile() {
65 - emake all-en $(use l10n_ja && echo all-ja)
66 -}
67 -
68 -src_install() {
69 - emake lispdir="${ED}${SITELISP}/${PN}" \
70 - infodir="${ED}/usr/share/info" \
71 - ICONDIR="${ED}${SITEETC}/${PN}" \
72 - install-en $(use l10n_ja && echo install-ja) install-icons
73 -
74 - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
75 - dodoc ChangeLog* NEWS README
76 - use l10n_ja && dodoc BUGS.ja NEWS.ja README.ja
77 -
78 - DOC_CONTENTS="If you want to use the shimbun library, please emerge
79 - app-emacs/apel and app-emacs/flim."
80 - readme.gentoo_create_doc
81 -}
82
83 diff --git a/app-emacs/emacs-w3m/emacs-w3m-1.4.570_pre20170203.ebuild b/app-emacs/emacs-w3m/emacs-w3m-1.4.570_pre20170203.ebuild
84 deleted file mode 100644
85 index cfd2bfcc7f2..00000000000
86 --- a/app-emacs/emacs-w3m/emacs-w3m-1.4.570_pre20170203.ebuild
87 +++ /dev/null
88 @@ -1,51 +0,0 @@
89 -# Copyright 1999-2017 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=6
93 -
94 -inherit elisp autotools readme.gentoo-r1
95 -
96 -DESCRIPTION="emacs-w3m is an interface program of w3m on Emacs"
97 -HOMEPAGE="http://emacs-w3m.namazu.org/"
98 -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
99 -
100 -LICENSE="GPL-2+"
101 -SLOT="0"
102 -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
103 -IUSE="l10n_ja"
104 -
105 -DEPEND="virtual/w3m"
106 -RDEPEND="${DEPEND}"
107 -
108 -S="${WORKDIR}/${PN}"
109 -SITEFILE="70${PN}-gentoo.el"
110 -
111 -src_prepare() {
112 - mv configure.{in,ac} || die
113 - sed -i -e '/^configure:/,+2d' Makefile.in || die
114 - eapply_user
115 - eautoreconf
116 -}
117 -
118 -src_configure() {
119 - default
120 -}
121 -
122 -src_compile() {
123 - emake all-en $(use l10n_ja && echo all-ja)
124 -}
125 -
126 -src_install() {
127 - emake lispdir="${ED}${SITELISP}/${PN}" \
128 - infodir="${ED}/usr/share/info" \
129 - ICONDIR="${ED}${SITEETC}/${PN}" \
130 - install-en $(use l10n_ja && echo install-ja) install-icons
131 -
132 - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
133 - dodoc ChangeLog* NEWS README
134 - use l10n_ja && dodoc BUGS.ja NEWS.ja README.ja
135 -
136 - DOC_CONTENTS="If you want to use the shimbun library, please emerge
137 - app-emacs/apel and app-emacs/flim."
138 - readme.gentoo_create_doc
139 -}