public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/muse/
@ 2017-02-17 20:18 David Seifert
  0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2017-02-17 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     993772d53bb652fa45e889b2416818d9535b8902
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Fri Feb 17 14:59:27 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 20:17:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=993772d5

app-emacs/muse: Fix toolong.DESCRIPTION

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3996

 app-emacs/muse/muse-3.20.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/muse/muse-3.20.ebuild b/app-emacs/muse/muse-3.20.ebuild
index f403efd922..4d68a662e5 100644
--- a/app-emacs/muse/muse-3.20.ebuild
+++ b/app-emacs/muse/muse-3.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI=4
 
 inherit elisp
 
-DESCRIPTION="Muse-mode is similar to EmacsWikiMode, but more focused on publishing to various formats"
+DESCRIPTION="Similar to EmacsWikiMode, but more focused on publishing to various formats"
 HOMEPAGE="http://mwolson.org/projects/EmacsMuse.html"
 SRC_URI="http://download.gna.org/muse-el/${P}.tar.gz"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/muse/
@ 2017-02-18  8:32 Ulrich Müller
  0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Müller @ 2017-02-18  8:32 UTC (permalink / raw
  To: gentoo-commits

commit:     c137e3d494d9c24e778482062034dd78f0e680c2
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 08:24:45 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 08:32:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c137e3d4

app-emacs/muse: Fix DESCRIPTION.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/app-emacs/muse/muse-3.20.ebuild b/app-emacs/muse/muse-3.20.ebuild
index 4d68a662e5..31ef4c6757 100644
--- a/app-emacs/muse/muse-3.20.ebuild
+++ b/app-emacs/muse/muse-3.20.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 inherit elisp
 
-DESCRIPTION="Similar to EmacsWikiMode, but more focused on publishing to various formats"
+DESCRIPTION="An authoring and publishing environment for Emacs"
 HOMEPAGE="http://mwolson.org/projects/EmacsMuse.html"
 SRC_URI="http://download.gna.org/muse-el/${P}.tar.gz"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/muse/
@ 2019-08-27 11:22 Ulrich Müller
  0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Müller @ 2019-08-27 11:22 UTC (permalink / raw
  To: gentoo-commits

commit:     43af00e46fcbeb22924c6c35c6d57761263bfb69
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 11:21:38 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 11:21:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43af00e4

app-emacs/muse: Specifiy LICENSE more precisely.

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

 app-emacs/muse/muse-3.20.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/app-emacs/muse/muse-3.20.ebuild b/app-emacs/muse/muse-3.20.ebuild
index 0b93b90bc77..33438fd4bf4 100644
--- a/app-emacs/muse/muse-3.20.ebuild
+++ b/app-emacs/muse/muse-3.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -9,14 +9,13 @@ DESCRIPTION="An authoring and publishing environment for Emacs"
 HOMEPAGE="http://mwolson.org/projects/EmacsMuse.html"
 SRC_URI="http://download.gna.org/muse-el/${P}.tar.gz"
 
-LICENSE="GPL-3 FDL-1.2 GPL-2 MIT"
+LICENSE="GPL-3+ FDL-1.2+ GPL-2 MIT"
 SLOT="0"
 KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-IUSE="test"
+#IUSE="test"
 RESTRICT="test"					#426546
 
-DEPEND="test? ( app-emacs/htmlize )"
-RDEPEND=""
+#DEPEND="test? ( app-emacs/htmlize )"
 
 SITEFILE="50${PN}-gentoo.el"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/muse/
@ 2019-08-29 10:16 Ulrich Müller
  0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Müller @ 2019-08-29 10:16 UTC (permalink / raw
  To: gentoo-commits

commit:     8cb373c5c6dd2fbd0a1f4f7d5c91343bf95c20f3
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 09:24:12 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 10:16:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb373c5

app-emacs/muse: Update HOMEPAGE.

Bump EAPI to 7.

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

 app-emacs/muse/muse-3.20.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emacs/muse/muse-3.20.ebuild b/app-emacs/muse/muse-3.20.ebuild
index 33438fd4bf4..24997d6aa57 100644
--- a/app-emacs/muse/muse-3.20.ebuild
+++ b/app-emacs/muse/muse-3.20.ebuild
@@ -1,12 +1,12 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 inherit elisp
 
 DESCRIPTION="An authoring and publishing environment for Emacs"
-HOMEPAGE="http://mwolson.org/projects/EmacsMuse.html"
+HOMEPAGE="https://www.gnu.org/software/emacs-muse/"
 SRC_URI="http://download.gna.org/muse-el/${P}.tar.gz"
 
 LICENSE="GPL-3+ FDL-1.2+ GPL-2 MIT"
@@ -24,8 +24,8 @@ src_compile() {
 }
 
 src_install() {
-	elisp-install ${PN} lisp/*.el lisp/*.elc || die
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
+	elisp-install ${PN} lisp/*.el lisp/*.elc
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
 	doinfo texi/muse.info
 	dodoc AUTHORS NEWS README ChangeLog*
 	insinto /usr/share/doc/${PF}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/muse/
@ 2019-11-11 11:00 Ulrich Müller
  0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Müller @ 2019-11-11 11:00 UTC (permalink / raw
  To: gentoo-commits

commit:     524c337bd98e41c6fd815b1dc5a758da25bf0a5c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 11 10:40:24 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 11 10:40:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524c337b

app-emacs/muse: Update SRC_URI.

Fix parallel build issue, caused by the tarball on github missing
muse-autoloads.el.

Closes: https://bugs.gentoo.org/699682
Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/muse/Manifest                                  | 2 +-
 app-emacs/muse/metadata.xml                              | 3 +++
 app-emacs/muse/{muse-3.20.ebuild => muse-3.20-r1.ebuild} | 4 ++--
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/app-emacs/muse/Manifest b/app-emacs/muse/Manifest
index fb2eccb7a7a..0fac4647bc1 100644
--- a/app-emacs/muse/Manifest
+++ b/app-emacs/muse/Manifest
@@ -1 +1 @@
-DIST muse-3.20.tar.gz 411316 BLAKE2B a67c72a470e7e2d75cf94ed262b0e9503166326666a119f41968a603b4e48f3527705691a1b4b819ae6ec69c382a09074eef74ddad598faa08be6c74793b1e97 SHA512 23cd0e864586f907418753bc3284afde51b4f8559c5d043c52baa70de70ec4a845d9e8362b93e701308dbbd662e3429035df8ad440916e61d5909498cd55f7be
+DIST muse-3.20.tar.gz 407054 BLAKE2B ff2babe2caf109c9de7504c4f82e04a7769b5e708455439e59faf96fa939423d6439e34f912cd79df420ec8498f7e91e5faa2e7410d4df236207fded66eff532 SHA512 864eca508d34f4c329ffd31cd3c169b67dff6d19c6695a85d8190511fa05d85f4a68f12e58c1679f91940ebcd823766e9f60309f2bfba17c985f811a3f342dda

diff --git a/app-emacs/muse/metadata.xml b/app-emacs/muse/metadata.xml
index 2e78cfd4f88..5e64e987677 100644
--- a/app-emacs/muse/metadata.xml
+++ b/app-emacs/muse/metadata.xml
@@ -31,4 +31,7 @@
   CamelCase words are no longer special by default.
 </longdescription>
 <stabilize-allarches/>
+<upstream>
+  <remote-id type="github">alexott/muse</remote-id>
+</upstream>
 </pkgmetadata>

diff --git a/app-emacs/muse/muse-3.20.ebuild b/app-emacs/muse/muse-3.20-r1.ebuild
similarity index 88%
rename from app-emacs/muse/muse-3.20.ebuild
rename to app-emacs/muse/muse-3.20-r1.ebuild
index 6329cf3d05c..ca6fefc3aac 100644
--- a/app-emacs/muse/muse-3.20.ebuild
+++ b/app-emacs/muse/muse-3.20-r1.ebuild
@@ -7,7 +7,7 @@ inherit elisp
 
 DESCRIPTION="An authoring and publishing environment for Emacs"
 HOMEPAGE="https://www.gnu.org/software/emacs-muse/"
-SRC_URI="http://download.gna.org/muse-el/${P}.tar.gz"
+SRC_URI="https://github.com/alexott/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+ FDL-1.2+ GPL-2 MIT"
 SLOT="0"
@@ -20,7 +20,7 @@ RESTRICT="test"					#426546
 SITEFILE="50${PN}-gentoo.el"
 
 src_compile() {
-	default
+	emake -j1
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/muse/
@ 2019-11-11 12:49 Ulrich Müller
  0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Müller @ 2019-11-11 12:49 UTC (permalink / raw
  To: gentoo-commits

commit:     9935b304c440f677cb8c35b06dacdc002a6abe7b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 11 12:40:39 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 11 12:49:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9935b304

app-emacs/muse: Use dodoc -r instead of doins -r.

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

 app-emacs/muse/muse-3.20-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-emacs/muse/muse-3.20-r1.ebuild b/app-emacs/muse/muse-3.20-r1.ebuild
index ca6fefc3aac..c527c20ee47 100644
--- a/app-emacs/muse/muse-3.20-r1.ebuild
+++ b/app-emacs/muse/muse-3.20-r1.ebuild
@@ -28,6 +28,5 @@ src_install() {
 	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
 	doinfo texi/muse.info
 	dodoc AUTHORS NEWS README ChangeLog*
-	insinto /usr/share/doc/${PF}
-	doins -r contrib etc examples experimental scripts
+	dodoc -r contrib etc examples experimental scripts
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/muse/
@ 2024-03-15 20:33 Maciej Barć
  0 siblings, 0 replies; 12+ messages in thread
From: Maciej Barć @ 2024-03-15 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     696ad13ef74a7c2cf89445f4682a80c42fac7922
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 15 20:30:50 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 20:33:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=696ad13e

app-emacs/muse: bump to 3.20.2

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

 app-emacs/muse/Manifest           |  1 +
 app-emacs/muse/muse-3.20.2.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/muse/Manifest b/app-emacs/muse/Manifest
index 0fac4647bc11..4f16e0d299d9 100644
--- a/app-emacs/muse/Manifest
+++ b/app-emacs/muse/Manifest
@@ -1 +1,2 @@
+DIST muse-3.20.2.tar.xz 143820 BLAKE2B 2e33ba2b0ab10bb390a640b1f8370a3689b6ed67e249dd966b606fc1f33ad2538f09bac2b2f8082c68c8d0133c7daccee665ca4e335976aeb1e069a827577c37 SHA512 d0fc59839ac2c907a3ea5814ae4d2d141bedde9ebadab36966bc4dee94b5532a98781a2af51d9aa3498634ac6036c2fc3eac76c5e908b3f9e93b2c0498d1b915
 DIST muse-3.20.tar.gz 407054 BLAKE2B ff2babe2caf109c9de7504c4f82e04a7769b5e708455439e59faf96fa939423d6439e34f912cd79df420ec8498f7e91e5faa2e7410d4df236207fded66eff532 SHA512 864eca508d34f4c329ffd31cd3c169b67dff6d19c6695a85d8190511fa05d85f4a68f12e58c1679f91940ebcd823766e9f60309f2bfba17c985f811a3f342dda

diff --git a/app-emacs/muse/muse-3.20.2.ebuild b/app-emacs/muse/muse-3.20.2.ebuild
new file mode 100644
index 000000000000..89091bbc5d7e
--- /dev/null
+++ b/app-emacs/muse/muse-3.20.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="An authoring and publishing environment for Emacs"
+HOMEPAGE="https://www.gnu.org/software/emacs-muse/"
+SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
+
+LICENSE="GPL-3+ FDL-1.2+ GPL-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+	app-emacs/htmlize
+"
+BDEPEND="
+	${RDEPEND}
+"
+
+DOCS=( ChangeLog README )
+ELISP_TEXINFO="texi/${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/muse/
@ 2024-03-15 20:33 Maciej Barć
  0 siblings, 0 replies; 12+ messages in thread
From: Maciej Barć @ 2024-03-15 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     6dadf6de5d6eb3bb18be27b66ae4ca8c876f84b6
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 15 20:22:28 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 20:33:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dadf6de

app-emacs/muse: bump to EAPI 8

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

 app-emacs/muse/{muse-3.20-r1.ebuild => muse-3.20-r2.ebuild} | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-emacs/muse/muse-3.20-r1.ebuild b/app-emacs/muse/muse-3.20-r2.ebuild
similarity index 77%
rename from app-emacs/muse/muse-3.20-r1.ebuild
rename to app-emacs/muse/muse-3.20-r2.ebuild
index c527c20ee472..06bdc75d2f6f 100644
--- a/app-emacs/muse/muse-3.20-r1.ebuild
+++ b/app-emacs/muse/muse-3.20-r2.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit elisp
 
 DESCRIPTION="An authoring and publishing environment for Emacs"
 HOMEPAGE="https://www.gnu.org/software/emacs-muse/"
-SRC_URI="https://github.com/alexott/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/alexott/${PN}/archive/v${PV}.tar.gz
+	-> ${P}.tar.gz"
 
 LICENSE="GPL-3+ FDL-1.2+ GPL-2 MIT"
 SLOT="0"
@@ -24,8 +25,9 @@ src_compile() {
 }
 
 src_install() {
-	elisp-install ${PN} lisp/*.el lisp/*.elc
+	elisp-install "${PN}" lisp/*.el lisp/*.elc
 	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+
 	doinfo texi/muse.info
 	dodoc AUTHORS NEWS README ChangeLog*
 	dodoc -r contrib etc examples experimental scripts


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/muse/
@ 2024-04-17 22:10 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2024-04-17 22:10 UTC (permalink / raw
  To: gentoo-commits

commit:     1c644313ec6e4a4413b6233a55d42fd9f8723778
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 22:09:40 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 22:09:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c644313

app-emacs/muse: Stabilize 3.20.2 x86, #930164

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

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

diff --git a/app-emacs/muse/muse-3.20.2.ebuild b/app-emacs/muse/muse-3.20.2.ebuild
index 89091bbc5d7e..e99c9a91dca0 100644
--- a/app-emacs/muse/muse-3.20.2.ebuild
+++ b/app-emacs/muse/muse-3.20.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
 
 LICENSE="GPL-3+ FDL-1.2+ GPL-2 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 
 RDEPEND="
 	app-emacs/htmlize


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/muse/
@ 2024-04-17 22:29 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2024-04-17 22:29 UTC (permalink / raw
  To: gentoo-commits

commit:     84423103f8c4808439d4e41cf3bc9099f7025d0f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 22:29:03 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 22:29:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84423103

app-emacs/muse: Stabilize 3.20.2 ppc, #930164

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

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

diff --git a/app-emacs/muse/muse-3.20.2.ebuild b/app-emacs/muse/muse-3.20.2.ebuild
index e99c9a91dca0..cb7dffc7479f 100644
--- a/app-emacs/muse/muse-3.20.2.ebuild
+++ b/app-emacs/muse/muse-3.20.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
 
 LICENSE="GPL-3+ FDL-1.2+ GPL-2 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
 
 RDEPEND="
 	app-emacs/htmlize


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/muse/
@ 2024-04-17 23:59 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2024-04-17 23:59 UTC (permalink / raw
  To: gentoo-commits

commit:     ceed874f462ed43e018fc2ce78f9c9f8b92a9e43
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 23:59:18 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 23:59:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceed874f

app-emacs/muse: Stabilize 3.20.2 amd64, #930164

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

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

diff --git a/app-emacs/muse/muse-3.20.2.ebuild b/app-emacs/muse/muse-3.20.2.ebuild
index cb7dffc7479f..75a603c12fbd 100644
--- a/app-emacs/muse/muse-3.20.2.ebuild
+++ b/app-emacs/muse/muse-3.20.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
 
 LICENSE="GPL-3+ FDL-1.2+ GPL-2 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
 
 RDEPEND="
 	app-emacs/htmlize


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/muse/
@ 2024-05-14 22:21 Maciej Barć
  0 siblings, 0 replies; 12+ messages in thread
From: Maciej Barć @ 2024-05-14 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     5406dcce06c222dd38deeefc334d0f18eee52d9d
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 22:03:03 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue May 14 22:20:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5406dcce

app-emacs/muse: drop old 3.20-r2

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

 app-emacs/muse/Manifest            |  1 -
 app-emacs/muse/muse-3.20-r2.ebuild | 34 ----------------------------------
 2 files changed, 35 deletions(-)

diff --git a/app-emacs/muse/Manifest b/app-emacs/muse/Manifest
index 4f16e0d299d9..11e8d5ec58d6 100644
--- a/app-emacs/muse/Manifest
+++ b/app-emacs/muse/Manifest
@@ -1,2 +1 @@
 DIST muse-3.20.2.tar.xz 143820 BLAKE2B 2e33ba2b0ab10bb390a640b1f8370a3689b6ed67e249dd966b606fc1f33ad2538f09bac2b2f8082c68c8d0133c7daccee665ca4e335976aeb1e069a827577c37 SHA512 d0fc59839ac2c907a3ea5814ae4d2d141bedde9ebadab36966bc4dee94b5532a98781a2af51d9aa3498634ac6036c2fc3eac76c5e908b3f9e93b2c0498d1b915
-DIST muse-3.20.tar.gz 407054 BLAKE2B ff2babe2caf109c9de7504c4f82e04a7769b5e708455439e59faf96fa939423d6439e34f912cd79df420ec8498f7e91e5faa2e7410d4df236207fded66eff532 SHA512 864eca508d34f4c329ffd31cd3c169b67dff6d19c6695a85d8190511fa05d85f4a68f12e58c1679f91940ebcd823766e9f60309f2bfba17c985f811a3f342dda

diff --git a/app-emacs/muse/muse-3.20-r2.ebuild b/app-emacs/muse/muse-3.20-r2.ebuild
deleted file mode 100644
index 06bdc75d2f6f..000000000000
--- a/app-emacs/muse/muse-3.20-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="An authoring and publishing environment for Emacs"
-HOMEPAGE="https://www.gnu.org/software/emacs-muse/"
-SRC_URI="https://github.com/alexott/${PN}/archive/v${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="GPL-3+ FDL-1.2+ GPL-2 MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-#IUSE="test"
-RESTRICT="test"					#426546
-
-#DEPEND="test? ( app-emacs/htmlize )"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-	emake -j1
-}
-
-src_install() {
-	elisp-install "${PN}" lisp/*.el lisp/*.elc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-
-	doinfo texi/muse.info
-	dodoc AUTHORS NEWS README ChangeLog*
-	dodoc -r contrib etc examples experimental scripts
-}


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

end of thread, other threads:[~2024-05-14 22:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-17 20:18 [gentoo-commits] repo/gentoo:master commit in: app-emacs/muse/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2017-02-18  8:32 Ulrich Müller
2019-08-27 11:22 Ulrich Müller
2019-08-29 10:16 Ulrich Müller
2019-11-11 11:00 Ulrich Müller
2019-11-11 12:49 Ulrich Müller
2024-03-15 20:33 Maciej Barć
2024-03-15 20:33 Maciej Barć
2024-04-17 22:10 Sam James
2024-04-17 22:29 Sam James
2024-04-17 23:59 Sam James
2024-05-14 22:21 Maciej Barć

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