public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/mew/
@ 2023-03-26  1:03 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-03-26  1:03 UTC (permalink / raw
  To: gentoo-commits

commit:     022f9e70f2784a668955fd7a4b0fa218e7cb69c0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 01:02:58 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 01:02:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=022f9e70

app-emacs/mew: Stabilize 6.8_p20230203 ppc, #903069

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/mew/mew-6.8_p20230203.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/mew/mew-6.8_p20230203.ebuild b/app-emacs/mew/mew-6.8_p20230203.ebuild
index bd7b2aba26c1..472aa41ae65f 100644
--- a/app-emacs/mew/mew-6.8_p20230203.ebuild
+++ b/app-emacs/mew/mew-6.8_p20230203.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN^}-${COMMIT}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE="ssl l10n_ja"
 RESTRICT="test"
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/mew/
@ 2024-02-07 22:21 Maciej Barć
  0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2024-02-07 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     cd37a8f405834543beb18406012cee7c3f29464f
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  7 21:31:27 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Feb  7 22:21:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd37a8f4

app-emacs/mew: drop old 6.8

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

 app-emacs/mew/Manifest       |  1 -
 app-emacs/mew/mew-6.8.ebuild | 45 --------------------------------------------
 2 files changed, 46 deletions(-)

diff --git a/app-emacs/mew/Manifest b/app-emacs/mew/Manifest
index 2bd25387846e..9346ee04addd 100644
--- a/app-emacs/mew/Manifest
+++ b/app-emacs/mew/Manifest
@@ -1,2 +1 @@
-DIST mew-6.8.tar.gz 991876 BLAKE2B 6055c30ac7f9286a2792fd3fb5fc53412ffed091594e64fa802cd4346fbd7ce542a930e3b38552dc39fa728898a68e1d71f0626f38ef8f815515af95fae0197d SHA512 e4713a4485fa31a95820100465728998b6d5b4822e2a522293754ab269fbfa625756417a55eccf400994a4cc6f6230b8142463ffe416917f321da5053abdb98c
 DIST mew-6.8_p20230203.tar.gz 997924 BLAKE2B 9ac10f7f0eebc7dcd3fbf998fbe867e39315227d3b7225b050e6886f9300359429279f0a8071931610c8f8fde43ae48c8178bf8565059d5cdb8093c6fc586562 SHA512 9620ab59df0f2b26b96aa00f4f6f43142716ca55fa9bbdf9b8d9d5a19ae9e0e647efa2a1ab29f77cda77307bbe55d8e74441258d84d09f5270c0f772ab3823bc

diff --git a/app-emacs/mew/mew-6.8.ebuild b/app-emacs/mew/mew-6.8.ebuild
deleted file mode 100644
index 35d5f445e111..000000000000
--- a/app-emacs/mew/mew-6.8.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp readme.gentoo-r1
-
-DESCRIPTION="Great MIME mail reader for Emacs/XEmacs"
-HOMEPAGE="https://www.mew.org/"
-SRC_URI="https://www.mew.org/Release/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="ssl l10n_ja"
-RESTRICT="test"
-
-DEPEND="sys-libs/zlib"
-RDEPEND="${DEPEND}
-	ssl? ( net-misc/stunnel )"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_configure() {
-	econf \
-		--with-elispdir="${SITELISP}/${PN}" \
-		--with-etcdir="${SITEETC}/${PN}"
-}
-
-src_compile() {
-	emake
-	use l10n_ja && emake jinfo
-	rm -f info/*~				# remove spurious backup files
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	use l10n_ja && emake DESTDIR="${D}" install-jinfo
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	dodoc 00api 00changes* 00diff 00readme dot.*
-
-	DOC_CONTENTS="Please refer to /usr/share/doc/${PF} for sample
-		configuration files."
-	readme.gentoo_create_doc
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/mew/
@ 2023-03-26  2:34 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-03-26  2:34 UTC (permalink / raw
  To: gentoo-commits

commit:     9850a64a17afe5e314a618e522bc95db6d00004c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 02:34:13 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 02:34:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9850a64a

app-emacs/mew: Stabilize 6.8_p20230203 amd64, #903069

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/mew/mew-6.8_p20230203.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/mew/mew-6.8_p20230203.ebuild b/app-emacs/mew/mew-6.8_p20230203.ebuild
index 94452a792b16..4a7e9b8a5b66 100644
--- a/app-emacs/mew/mew-6.8_p20230203.ebuild
+++ b/app-emacs/mew/mew-6.8_p20230203.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN^}-${COMMIT}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="ssl l10n_ja"
 RESTRICT="test"
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/mew/
@ 2023-03-26  1:03 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-03-26  1:03 UTC (permalink / raw
  To: gentoo-commits

commit:     4316662c2b43760c3a0b6f9f1c89631d9c6786ee
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 01:03:00 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 01:03:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4316662c

app-emacs/mew: Stabilize 6.8_p20230203 x86, #903069

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/mew/mew-6.8_p20230203.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/mew/mew-6.8_p20230203.ebuild b/app-emacs/mew/mew-6.8_p20230203.ebuild
index 472aa41ae65f..94452a792b16 100644
--- a/app-emacs/mew/mew-6.8_p20230203.ebuild
+++ b/app-emacs/mew/mew-6.8_p20230203.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN^}-${COMMIT}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE="ssl l10n_ja"
 RESTRICT="test"
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/mew/
@ 2023-02-08 18:35 Ulrich Müller
  0 siblings, 0 replies; 10+ messages in thread
From: Ulrich Müller @ 2023-02-08 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     70768830dc175aae026be85d0168d747c49b5233
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  8 18:32:59 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Feb  8 18:35:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70768830

app-emacs/mew: add 6.8_p20230203

Snapshot from Git because last release was in 2018.

Closes: https://bugs.gentoo.org/893174
Reported-by: Teika kazura <teika <AT> gmx.com>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/mew/Manifest                 |  1 +
 app-emacs/mew/metadata.xml             |  3 +++
 app-emacs/mew/mew-6.8_p20230203.ebuild | 47 ++++++++++++++++++++++++++++++++++
 3 files changed, 51 insertions(+)

diff --git a/app-emacs/mew/Manifest b/app-emacs/mew/Manifest
index 29b81aabb006..2bd25387846e 100644
--- a/app-emacs/mew/Manifest
+++ b/app-emacs/mew/Manifest
@@ -1 +1,2 @@
 DIST mew-6.8.tar.gz 991876 BLAKE2B 6055c30ac7f9286a2792fd3fb5fc53412ffed091594e64fa802cd4346fbd7ce542a930e3b38552dc39fa728898a68e1d71f0626f38ef8f815515af95fae0197d SHA512 e4713a4485fa31a95820100465728998b6d5b4822e2a522293754ab269fbfa625756417a55eccf400994a4cc6f6230b8142463ffe416917f321da5053abdb98c
+DIST mew-6.8_p20230203.tar.gz 997924 BLAKE2B 9ac10f7f0eebc7dcd3fbf998fbe867e39315227d3b7225b050e6886f9300359429279f0a8071931610c8f8fde43ae48c8178bf8565059d5cdb8093c6fc586562 SHA512 9620ab59df0f2b26b96aa00f4f6f43142716ca55fa9bbdf9b8d9d5a19ae9e0e647efa2a1ab29f77cda77307bbe55d8e74441258d84d09f5270c0f772ab3823bc

diff --git a/app-emacs/mew/metadata.xml b/app-emacs/mew/metadata.xml
index 93693356d691..f51d1d9113b0 100644
--- a/app-emacs/mew/metadata.xml
+++ b/app-emacs/mew/metadata.xml
@@ -5,4 +5,7 @@
   <email>gnu-emacs@gentoo.org</email>
   <name>Gentoo GNU Emacs project</name>
 </maintainer>
+<upstream>
+  <remote-id type="github">kazu-yamamoto/Mew</remote-id>
+</upstream>
 </pkgmetadata>

diff --git a/app-emacs/mew/mew-6.8_p20230203.ebuild b/app-emacs/mew/mew-6.8_p20230203.ebuild
new file mode 100644
index 000000000000..bd7b2aba26c1
--- /dev/null
+++ b/app-emacs/mew/mew-6.8_p20230203.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=24
+
+inherit elisp readme.gentoo-r1
+
+COMMIT="f96266240586898ea44256f6b24743a50e1113cb"
+DESCRIPTION="Great MIME mail reader for Emacs/XEmacs"
+HOMEPAGE="https://www.mew.org/"
+SRC_URI="https://github.com/kazu-yamamoto/${PN^}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN^}-${COMMIT}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="ssl l10n_ja"
+RESTRICT="test"
+
+DEPEND="sys-libs/zlib"
+RDEPEND="${DEPEND}
+	ssl? ( net-misc/stunnel )"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_configure() {
+	econf \
+		--with-elispdir="${SITELISP}/${PN}" \
+		--with-etcdir="${SITEETC}/${PN}"
+}
+
+src_compile() {
+	emake
+	use l10n_ja && emake jinfo
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+	use l10n_ja && emake DESTDIR="${D}" install-jinfo
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+	dodoc 00api 00changes* 00diff 00readme dot.*
+
+	DOC_CONTENTS="Please refer to /usr/share/doc/${PF} for sample
+		configuration files."
+	readme.gentoo_create_doc
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/mew/
@ 2019-10-15  7:35 Ulrich Müller
  0 siblings, 0 replies; 10+ messages in thread
From: Ulrich Müller @ 2019-10-15  7:35 UTC (permalink / raw
  To: gentoo-commits

commit:     2191d8e3c0354c79751f1ad432ef339620ab14b6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 15 07:23:16 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 07:23:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2191d8e3

app-emacs/mew: Remove old.

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/mew/Manifest       |  1 -
 app-emacs/mew/mew-6.6.ebuild | 45 --------------------------------------------
 2 files changed, 46 deletions(-)

diff --git a/app-emacs/mew/Manifest b/app-emacs/mew/Manifest
index b95ff24513d..29b81aabb00 100644
--- a/app-emacs/mew/Manifest
+++ b/app-emacs/mew/Manifest
@@ -1,2 +1 @@
-DIST mew-6.6.tar.gz 989941 BLAKE2B 7ec4e502865e13108cc51dc74ffa246dd1084ae369979c05b9c1fc326c01f716766b7aa445ac489fe7c34cbc610e130738fa7578ab338d496970f6e59847c295 SHA512 55a91faaba09a28dfe7da33d34a8c3638540db71a3572ce01646976fbdd0ac3e327475ccc2908876ee6f516c6ee60082a27413b210c4591ef12cc4f878a07472
 DIST mew-6.8.tar.gz 991876 BLAKE2B 6055c30ac7f9286a2792fd3fb5fc53412ffed091594e64fa802cd4346fbd7ce542a930e3b38552dc39fa728898a68e1d71f0626f38ef8f815515af95fae0197d SHA512 e4713a4485fa31a95820100465728998b6d5b4822e2a522293754ab269fbfa625756417a55eccf400994a4cc6f6230b8142463ffe416917f321da5053abdb98c

diff --git a/app-emacs/mew/mew-6.6.ebuild b/app-emacs/mew/mew-6.6.ebuild
deleted file mode 100644
index fc5d683d325..00000000000
--- a/app-emacs/mew/mew-6.6.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit readme.gentoo elisp
-
-DESCRIPTION="Great MIME mail reader for Emacs/XEmacs"
-HOMEPAGE="http://www.mew.org/"
-SRC_URI="http://www.mew.org/Release/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="ssl l10n_ja"
-RESTRICT="test"
-
-DEPEND="sys-libs/zlib"
-RDEPEND="${DEPEND}
-	ssl? ( net-misc/stunnel )"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_configure() {
-	econf \
-		--with-elispdir="${SITELISP}/${PN}" \
-		--with-etcdir="${SITEETC}/${PN}"
-}
-
-src_compile() {
-	emake
-	use l10n_ja && emake jinfo
-	rm -f info/*~				# remove spurious backup files
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	use l10n_ja && emake DESTDIR="${D}" install-jinfo
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	dodoc 00api 00changes* 00diff 00readme dot.*
-
-	DOC_CONTENTS="Please refer to /usr/share/doc/${PF} for sample
-		configuration files."
-	readme.gentoo_create_doc
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/mew/
@ 2019-09-26  6:49 Sergei Trofimovich
  0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2019-09-26  6:49 UTC (permalink / raw
  To: gentoo-commits

commit:     4578ae1288ddcc14a5ffab3fa2b68e84ce23cf48
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 26 06:48:35 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Sep 26 06:48:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4578ae12

app-emacs/mew: stable 6.8 for ppc, bug #695550

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

 app-emacs/mew/mew-6.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/mew/mew-6.8.ebuild b/app-emacs/mew/mew-6.8.ebuild
index 765ba677f2b..dd86c62f088 100644
--- a/app-emacs/mew/mew-6.8.ebuild
+++ b/app-emacs/mew/mew-6.8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.mew.org/Release/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE="ssl l10n_ja"
 RESTRICT="test"
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/mew/
@ 2019-08-23 12:30 Ulrich Müller
  0 siblings, 0 replies; 10+ messages in thread
From: Ulrich Müller @ 2019-08-23 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     832931836e6f45e587fca3a87e633aa02a850066
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 23 11:55:42 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 12:29:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83293183

app-emacs/mew: Bump to version 6.8.

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/mew/Manifest       |  1 +
 app-emacs/mew/mew-6.8.ebuild | 46 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/app-emacs/mew/Manifest b/app-emacs/mew/Manifest
index 69794fb0477..73cf54a6efe 100644
--- a/app-emacs/mew/Manifest
+++ b/app-emacs/mew/Manifest
@@ -1,2 +1,3 @@
 DIST mew-6.5.tar.gz 1026322 BLAKE2B 16fa19eb19ce4b49ea1b33db13c46a8b6c79cdc602e6bc295d1ab3310db772dc2a73c6c218ce6358baba943e6572a803103e8bc56d3eaeb67dd29666e482f3f5 SHA512 481c55915e57889e7b8c6d27c3d21802b624a886eb8f6541c2997db4d5328e16c3b5a8c9a9ce09637b1779b8c52af86a8662ee30dfbab0a411a586d4679ac69e
 DIST mew-6.6.tar.gz 989941 BLAKE2B 7ec4e502865e13108cc51dc74ffa246dd1084ae369979c05b9c1fc326c01f716766b7aa445ac489fe7c34cbc610e130738fa7578ab338d496970f6e59847c295 SHA512 55a91faaba09a28dfe7da33d34a8c3638540db71a3572ce01646976fbdd0ac3e327475ccc2908876ee6f516c6ee60082a27413b210c4591ef12cc4f878a07472
+DIST mew-6.8.tar.gz 991876 BLAKE2B 6055c30ac7f9286a2792fd3fb5fc53412ffed091594e64fa802cd4346fbd7ce542a930e3b38552dc39fa728898a68e1d71f0626f38ef8f815515af95fae0197d SHA512 e4713a4485fa31a95820100465728998b6d5b4822e2a522293754ab269fbfa625756417a55eccf400994a4cc6f6230b8142463ffe416917f321da5053abdb98c

diff --git a/app-emacs/mew/mew-6.8.ebuild b/app-emacs/mew/mew-6.8.ebuild
new file mode 100644
index 00000000000..765ba677f2b
--- /dev/null
+++ b/app-emacs/mew/mew-6.8.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+NEED_EMACS=24
+
+inherit elisp readme.gentoo-r1
+
+DESCRIPTION="Great MIME mail reader for Emacs/XEmacs"
+HOMEPAGE="https://www.mew.org/"
+SRC_URI="https://www.mew.org/Release/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="ssl l10n_ja"
+RESTRICT="test"
+
+DEPEND="sys-libs/zlib"
+RDEPEND="${DEPEND}
+	ssl? ( net-misc/stunnel )"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_configure() {
+	econf \
+		--with-elispdir="${SITELISP}/${PN}" \
+		--with-etcdir="${SITEETC}/${PN}"
+}
+
+src_compile() {
+	emake
+	use l10n_ja && emake jinfo
+	rm -f info/*~				# remove spurious backup files
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+	use l10n_ja && emake DESTDIR="${D}" install-jinfo
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+	dodoc 00api 00changes* 00diff 00readme dot.*
+
+	DOC_CONTENTS="Please refer to /usr/share/doc/${PF} for sample
+		configuration files."
+	readme.gentoo_create_doc
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/mew/
@ 2019-08-23 12:30 Ulrich Müller
  0 siblings, 0 replies; 10+ messages in thread
From: Ulrich Müller @ 2019-08-23 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     6caf81d3313b15ab3dc887ba20507ee811e3f1d2
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 23 11:57:27 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 12:29:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6caf81d3

app-emacs/mew: Remove old.

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/mew/Manifest       |  1 -
 app-emacs/mew/mew-6.5.ebuild | 47 --------------------------------------------
 2 files changed, 48 deletions(-)

diff --git a/app-emacs/mew/Manifest b/app-emacs/mew/Manifest
index 73cf54a6efe..b95ff24513d 100644
--- a/app-emacs/mew/Manifest
+++ b/app-emacs/mew/Manifest
@@ -1,3 +1,2 @@
-DIST mew-6.5.tar.gz 1026322 BLAKE2B 16fa19eb19ce4b49ea1b33db13c46a8b6c79cdc602e6bc295d1ab3310db772dc2a73c6c218ce6358baba943e6572a803103e8bc56d3eaeb67dd29666e482f3f5 SHA512 481c55915e57889e7b8c6d27c3d21802b624a886eb8f6541c2997db4d5328e16c3b5a8c9a9ce09637b1779b8c52af86a8662ee30dfbab0a411a586d4679ac69e
 DIST mew-6.6.tar.gz 989941 BLAKE2B 7ec4e502865e13108cc51dc74ffa246dd1084ae369979c05b9c1fc326c01f716766b7aa445ac489fe7c34cbc610e130738fa7578ab338d496970f6e59847c295 SHA512 55a91faaba09a28dfe7da33d34a8c3638540db71a3572ce01646976fbdd0ac3e327475ccc2908876ee6f516c6ee60082a27413b210c4591ef12cc4f878a07472
 DIST mew-6.8.tar.gz 991876 BLAKE2B 6055c30ac7f9286a2792fd3fb5fc53412ffed091594e64fa802cd4346fbd7ce542a930e3b38552dc39fa728898a68e1d71f0626f38ef8f815515af95fae0197d SHA512 e4713a4485fa31a95820100465728998b6d5b4822e2a522293754ab269fbfa625756417a55eccf400994a4cc6f6230b8142463ffe416917f321da5053abdb98c

diff --git a/app-emacs/mew/mew-6.5.ebuild b/app-emacs/mew/mew-6.5.ebuild
deleted file mode 100644
index 40d3f282f44..00000000000
--- a/app-emacs/mew/mew-6.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit elisp
-
-DESCRIPTION="Great MIME mail reader for Emacs/XEmacs"
-HOMEPAGE="http://www.mew.org/"
-SRC_URI="http://www.mew.org/Release/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="ssl l10n_ja"
-RESTRICT="test"
-
-DEPEND="sys-libs/zlib"
-RDEPEND="${DEPEND}
-	ssl? ( net-misc/stunnel )"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_configure() {
-	econf \
-		--with-elispdir="${SITELISP}/${PN}" \
-		--with-etcdir="${SITEETC}/${PN}"
-}
-
-src_compile() {
-	emake
-	use l10n_ja && emake jinfo
-	rm -f info/*~				# remove spurious backup files
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	use l10n_ja && emake DESTDIR="${D}" install-jinfo
-
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
-	dodoc 00api 00changes* 00diff 00readme dot.*
-}
-
-pkg_postinst() {
-	elisp-site-regen
-	elog "Please refer to /usr/share/doc/${PF} for sample configuration files."
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/mew/
@ 2016-06-22 17:38 Ulrich Müller
  0 siblings, 0 replies; 10+ messages in thread
From: Ulrich Müller @ 2016-06-22 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     8906763d276f30180c9d7d3d11d54c1eaf95878b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 17:33:28 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 17:33:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8906763d

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

Package-Manager: portage-2.3.0_rc1

 app-emacs/mew/mew-6.5.ebuild | 8 ++++----
 app-emacs/mew/mew-6.6.ebuild | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-emacs/mew/mew-6.5.ebuild b/app-emacs/mew/mew-6.5.ebuild
index f35b547..58bf827 100644
--- a/app-emacs/mew/mew-6.5.ebuild
+++ b/app-emacs/mew/mew-6.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="http://www.mew.org/Release/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE="ssl linguas_ja"
+IUSE="ssl l10n_ja"
 RESTRICT="test"
 
 DEPEND="sys-libs/zlib"
@@ -30,13 +30,13 @@ src_configure() {
 
 src_compile() {
 	emake
-	use linguas_ja && emake jinfo
+	use l10n_ja && emake jinfo
 	rm -f info/*~				# remove spurious backup files
 }
 
 src_install() {
 	emake DESTDIR="${D}" install
-	use linguas_ja && emake DESTDIR="${D}" install-jinfo
+	use l10n_ja && emake DESTDIR="${D}" install-jinfo
 
 	elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
 	dodoc 00api 00changes* 00diff 00readme dot.*

diff --git a/app-emacs/mew/mew-6.6.ebuild b/app-emacs/mew/mew-6.6.ebuild
index 0d22c63..d3caebc 100644
--- a/app-emacs/mew/mew-6.6.ebuild
+++ b/app-emacs/mew/mew-6.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="http://www.mew.org/Release/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE="ssl linguas_ja"
+IUSE="ssl l10n_ja"
 RESTRICT="test"
 
 DEPEND="sys-libs/zlib"
@@ -30,13 +30,13 @@ src_configure() {
 
 src_compile() {
 	emake
-	use linguas_ja && emake jinfo
+	use l10n_ja && emake jinfo
 	rm -f info/*~				# remove spurious backup files
 }
 
 src_install() {
 	emake DESTDIR="${D}" install
-	use linguas_ja && emake DESTDIR="${D}" install-jinfo
+	use l10n_ja && emake DESTDIR="${D}" install-jinfo
 	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
 	dodoc 00api 00changes* 00diff 00readme dot.*
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-02-07 22:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-26  1:03 [gentoo-commits] repo/gentoo:master commit in: app-emacs/mew/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-02-07 22:21 Maciej Barć
2023-03-26  2:34 Sam James
2023-03-26  1:03 Sam James
2023-02-08 18:35 Ulrich Müller
2019-10-15  7:35 Ulrich Müller
2019-09-26  6:49 Sergei Trofimovich
2019-08-23 12:30 Ulrich Müller
2019-08-23 12:30 Ulrich Müller
2016-06-22 17:38 Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox