* [gentoo-commits] repo/gentoo:master commit in: app-emacs/modus-themes/
@ 2023-09-10 15:35 Maciej Barć
0 siblings, 0 replies; 9+ messages in thread
From: Maciej Barć @ 2023-09-10 15:35 UTC (permalink / raw
To: gentoo-commits
commit: 0bb7b96d2a895cba21e1098b07a248673bf4a5d3
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 13:24:16 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 15:35:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb7b96d
app-emacs/modus-themes: add live 9999
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/modus-themes/modus-themes-9999.ebuild | 30 +++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/app-emacs/modus-themes/modus-themes-9999.ebuild b/app-emacs/modus-themes/modus-themes-9999.ebuild
new file mode 100644
index 000000000000..b7a947039a4b
--- /dev/null
+++ b/app-emacs/modus-themes/modus-themes-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Convert symbol names between different naming conventions"
+HOMEPAGE="https://github.com/protesilaos/modus-themes/"
+
+if [[ ${PV} == *9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
+else
+ SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG.org README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+ elisp_src_compile
+
+ elisp-make-autoload-file
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/modus-themes/
@ 2023-09-20 16:27 Maciej Barć
0 siblings, 0 replies; 9+ messages in thread
From: Maciej Barć @ 2023-09-20 16:27 UTC (permalink / raw
To: gentoo-commits
commit: ed9f8a69d48d123f49fb9799050d3a811eb4cf6a
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 20 16:26:24 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Sep 20 16:27:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed9f8a69
app-emacs/modus-themes: bump to 4.3.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/modus-themes/Manifest | 1 +
app-emacs/modus-themes/modus-themes-4.3.0.ebuild | 30 ++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/app-emacs/modus-themes/Manifest b/app-emacs/modus-themes/Manifest
index 618fe851a641..420dfcaf2c63 100644
--- a/app-emacs/modus-themes/Manifest
+++ b/app-emacs/modus-themes/Manifest
@@ -1 +1,2 @@
DIST modus-themes-4.2.0.tar.gz 323621 BLAKE2B 7e5e19a294d802bcccfa6f1ca5b53b52ad584a634271d72ea63a5a061678b66149111e05dadc6d7dbb581a5c9dfd26a75f36abac3d87948324709474c204ec1f SHA512 a2484a9d7d42cfe0f74379f1f5bda02bc31a2fac16836644a3a6c6b568a6ee0e2d4804950732f2a132bef330bb7c0e34058256036f81afc27301262ffda79fae
+DIST modus-themes-4.3.0.tar.gz 329115 BLAKE2B 343070beb66fece35000abe4ae2d4b38c4e06f40a79ed6b12586ed37d39d4c9b67f930869ea8dab51bba84936ed55a8280ea838c4f3be235f95b28d9ec89ffc2 SHA512 3fd24e1b94ec6f3391568f3b92c9224372729494d7edd3ca51167f1a410038f046aaa7fcc8bda8a46ac0a1da5f0509fa9c8dbe49ddfb1aa26b64dcc11ee7ee77
diff --git a/app-emacs/modus-themes/modus-themes-4.3.0.ebuild b/app-emacs/modus-themes/modus-themes-4.3.0.ebuild
new file mode 100644
index 000000000000..b7a947039a4b
--- /dev/null
+++ b/app-emacs/modus-themes/modus-themes-4.3.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Convert symbol names between different naming conventions"
+HOMEPAGE="https://github.com/protesilaos/modus-themes/"
+
+if [[ ${PV} == *9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
+else
+ SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG.org README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+ elisp_src_compile
+
+ elisp-make-autoload-file
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/modus-themes/
@ 2023-10-23 13:57 Arsen Arsenović
0 siblings, 0 replies; 9+ messages in thread
From: Arsen Arsenović @ 2023-10-23 13:57 UTC (permalink / raw
To: gentoo-commits
commit: 82b851990b29c6efc3aa7b9a14e1a01047a09613
Author: Arsen Arsenović <arsen <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 23 13:55:00 2023 +0000
Commit: Arsen Arsenović <arsen <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 13:56:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b85199
app-emacs/modus-themes: update DESCRIPTION
Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org>
app-emacs/modus-themes/modus-themes-4.2.0.ebuild | 2 +-
app-emacs/modus-themes/modus-themes-4.3.0.ebuild | 2 +-
app-emacs/modus-themes/modus-themes-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-emacs/modus-themes/modus-themes-4.2.0.ebuild b/app-emacs/modus-themes/modus-themes-4.2.0.ebuild
index b7a947039a4b..e3ecfc9b2f8f 100644
--- a/app-emacs/modus-themes/modus-themes-4.2.0.ebuild
+++ b/app-emacs/modus-themes/modus-themes-4.2.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
inherit elisp
-DESCRIPTION="Convert symbol names between different naming conventions"
+DESCRIPTION="Highly accessible themes for GNU Emacs"
HOMEPAGE="https://github.com/protesilaos/modus-themes/"
if [[ ${PV} == *9999* ]] ; then
diff --git a/app-emacs/modus-themes/modus-themes-4.3.0.ebuild b/app-emacs/modus-themes/modus-themes-4.3.0.ebuild
index b7a947039a4b..e3ecfc9b2f8f 100644
--- a/app-emacs/modus-themes/modus-themes-4.3.0.ebuild
+++ b/app-emacs/modus-themes/modus-themes-4.3.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
inherit elisp
-DESCRIPTION="Convert symbol names between different naming conventions"
+DESCRIPTION="Highly accessible themes for GNU Emacs"
HOMEPAGE="https://github.com/protesilaos/modus-themes/"
if [[ ${PV} == *9999* ]] ; then
diff --git a/app-emacs/modus-themes/modus-themes-9999.ebuild b/app-emacs/modus-themes/modus-themes-9999.ebuild
index b7a947039a4b..e3ecfc9b2f8f 100644
--- a/app-emacs/modus-themes/modus-themes-9999.ebuild
+++ b/app-emacs/modus-themes/modus-themes-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
inherit elisp
-DESCRIPTION="Convert symbol names between different naming conventions"
+DESCRIPTION="Highly accessible themes for GNU Emacs"
HOMEPAGE="https://github.com/protesilaos/modus-themes/"
if [[ ${PV} == *9999* ]] ; then
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/modus-themes/
@ 2024-02-16 23:13 Maciej Barć
0 siblings, 0 replies; 9+ messages in thread
From: Maciej Barć @ 2024-02-16 23:13 UTC (permalink / raw
To: gentoo-commits
commit: 87af902973cc84c4cf1ea0de7343f9b1a082c5a7
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 22:49:53 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 23:13:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87af9029
app-emacs/modus-themes: drop old 4.2.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/modus-themes/Manifest | 1 -
app-emacs/modus-themes/modus-themes-4.2.0.ebuild | 30 ------------------------
2 files changed, 31 deletions(-)
diff --git a/app-emacs/modus-themes/Manifest b/app-emacs/modus-themes/Manifest
index 420dfcaf2c63..244469053d51 100644
--- a/app-emacs/modus-themes/Manifest
+++ b/app-emacs/modus-themes/Manifest
@@ -1,2 +1 @@
-DIST modus-themes-4.2.0.tar.gz 323621 BLAKE2B 7e5e19a294d802bcccfa6f1ca5b53b52ad584a634271d72ea63a5a061678b66149111e05dadc6d7dbb581a5c9dfd26a75f36abac3d87948324709474c204ec1f SHA512 a2484a9d7d42cfe0f74379f1f5bda02bc31a2fac16836644a3a6c6b568a6ee0e2d4804950732f2a132bef330bb7c0e34058256036f81afc27301262ffda79fae
DIST modus-themes-4.3.0.tar.gz 329115 BLAKE2B 343070beb66fece35000abe4ae2d4b38c4e06f40a79ed6b12586ed37d39d4c9b67f930869ea8dab51bba84936ed55a8280ea838c4f3be235f95b28d9ec89ffc2 SHA512 3fd24e1b94ec6f3391568f3b92c9224372729494d7edd3ca51167f1a410038f046aaa7fcc8bda8a46ac0a1da5f0509fa9c8dbe49ddfb1aa26b64dcc11ee7ee77
diff --git a/app-emacs/modus-themes/modus-themes-4.2.0.ebuild b/app-emacs/modus-themes/modus-themes-4.2.0.ebuild
deleted file mode 100644
index e3ecfc9b2f8f..000000000000
--- a/app-emacs/modus-themes/modus-themes-4.2.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Highly accessible themes for GNU Emacs"
-HOMEPAGE="https://github.com/protesilaos/modus-themes/"
-
-if [[ ${PV} == *9999* ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
-else
- SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-DOCS=( CHANGELOG.org README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- elisp_src_compile
-
- elisp-make-autoload-file
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/modus-themes/
@ 2024-03-17 21:53 Maciej Barć
0 siblings, 0 replies; 9+ messages in thread
From: Maciej Barć @ 2024-03-17 21:53 UTC (permalink / raw
To: gentoo-commits
commit: 569ef8bc4daad57eff8ec29e1e425989dfdae5d2
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 21:32:24 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 21:53:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569ef8bc
app-emacs/modus-themes: bump to 4.4.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/modus-themes/Manifest | 1 +
app-emacs/modus-themes/modus-themes-4.4.0.ebuild | 30 ++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/app-emacs/modus-themes/Manifest b/app-emacs/modus-themes/Manifest
index 244469053d51..39765f51c6c2 100644
--- a/app-emacs/modus-themes/Manifest
+++ b/app-emacs/modus-themes/Manifest
@@ -1 +1,2 @@
DIST modus-themes-4.3.0.tar.gz 329115 BLAKE2B 343070beb66fece35000abe4ae2d4b38c4e06f40a79ed6b12586ed37d39d4c9b67f930869ea8dab51bba84936ed55a8280ea838c4f3be235f95b28d9ec89ffc2 SHA512 3fd24e1b94ec6f3391568f3b92c9224372729494d7edd3ca51167f1a410038f046aaa7fcc8bda8a46ac0a1da5f0509fa9c8dbe49ddfb1aa26b64dcc11ee7ee77
+DIST modus-themes-4.4.0.tar.gz 337719 BLAKE2B 32e189aae2c031a8f0588d241d42c4420120ee45d7a409e4019917f1bb268433d44362305150cba49c7f24a9620ad7208c85d355a383ed684b737e52518e164e SHA512 cf20de778f43225a9412aead302ed373ac078695ec06494a39046bb9ae9e1104408dc282e34582463cc8ea7a5ad389b1ed12b176561271292cc3b50528d71a0e
diff --git a/app-emacs/modus-themes/modus-themes-4.4.0.ebuild b/app-emacs/modus-themes/modus-themes-4.4.0.ebuild
new file mode 100644
index 000000000000..e3ecfc9b2f8f
--- /dev/null
+++ b/app-emacs/modus-themes/modus-themes-4.4.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Highly accessible themes for GNU Emacs"
+HOMEPAGE="https://github.com/protesilaos/modus-themes/"
+
+if [[ ${PV} == *9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
+else
+ SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG.org README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+ elisp_src_compile
+
+ elisp-make-autoload-file
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/modus-themes/
@ 2024-08-24 23:48 Maciej Barć
0 siblings, 0 replies; 9+ messages in thread
From: Maciej Barć @ 2024-08-24 23:48 UTC (permalink / raw
To: gentoo-commits
commit: 042384534ce0bbcb4f7168acc2e0a183f0ff98e0
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 23:30:33 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 23:47:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04238453
app-emacs/modus-themes: drop old 4.3.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/modus-themes/Manifest | 1 -
app-emacs/modus-themes/modus-themes-4.3.0.ebuild | 30 ------------------------
2 files changed, 31 deletions(-)
diff --git a/app-emacs/modus-themes/Manifest b/app-emacs/modus-themes/Manifest
index 4dffc531c423..0557d8aaffc5 100644
--- a/app-emacs/modus-themes/Manifest
+++ b/app-emacs/modus-themes/Manifest
@@ -1,3 +1,2 @@
-DIST modus-themes-4.3.0.tar.gz 329115 BLAKE2B 343070beb66fece35000abe4ae2d4b38c4e06f40a79ed6b12586ed37d39d4c9b67f930869ea8dab51bba84936ed55a8280ea838c4f3be235f95b28d9ec89ffc2 SHA512 3fd24e1b94ec6f3391568f3b92c9224372729494d7edd3ca51167f1a410038f046aaa7fcc8bda8a46ac0a1da5f0509fa9c8dbe49ddfb1aa26b64dcc11ee7ee77
DIST modus-themes-4.4.0.tar.gz 337719 BLAKE2B 32e189aae2c031a8f0588d241d42c4420120ee45d7a409e4019917f1bb268433d44362305150cba49c7f24a9620ad7208c85d355a383ed684b737e52518e164e SHA512 cf20de778f43225a9412aead302ed373ac078695ec06494a39046bb9ae9e1104408dc282e34582463cc8ea7a5ad389b1ed12b176561271292cc3b50528d71a0e
DIST modus-themes-4.5.0.tar.gz 342760 BLAKE2B 2d9c37646d8c9b2374b6d8eaed9f34e586d43f54059974a9f79c29694a3ac1d8404560b8a05baab88e56cee6a561b7cd9e7fd8f333f9c6614eab50dfb9bba41f SHA512 063f4f9a0ef32130adc8551b6c278d804942f7288af2276a83ce959b0e12be7bb96b83c2e8a2c76598b27c4ea9b38651ce1d0600e852160b2569201e0d2b3028
diff --git a/app-emacs/modus-themes/modus-themes-4.3.0.ebuild b/app-emacs/modus-themes/modus-themes-4.3.0.ebuild
deleted file mode 100644
index e3ecfc9b2f8f..000000000000
--- a/app-emacs/modus-themes/modus-themes-4.3.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Highly accessible themes for GNU Emacs"
-HOMEPAGE="https://github.com/protesilaos/modus-themes/"
-
-if [[ ${PV} == *9999* ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
-else
- SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-DOCS=( CHANGELOG.org README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- elisp_src_compile
-
- elisp-make-autoload-file
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/modus-themes/
@ 2024-08-24 23:48 Maciej Barć
0 siblings, 0 replies; 9+ messages in thread
From: Maciej Barć @ 2024-08-24 23:48 UTC (permalink / raw
To: gentoo-commits
commit: a0a94e321d1b8f30ef93e90eeaa4b80f19088690
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 23:29:31 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 23:47:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a94e32
app-emacs/modus-themes: bump to 4.5.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/modus-themes/Manifest | 1 +
app-emacs/modus-themes/modus-themes-4.5.0.ebuild | 30 ++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/app-emacs/modus-themes/Manifest b/app-emacs/modus-themes/Manifest
index 39765f51c6c2..4dffc531c423 100644
--- a/app-emacs/modus-themes/Manifest
+++ b/app-emacs/modus-themes/Manifest
@@ -1,2 +1,3 @@
DIST modus-themes-4.3.0.tar.gz 329115 BLAKE2B 343070beb66fece35000abe4ae2d4b38c4e06f40a79ed6b12586ed37d39d4c9b67f930869ea8dab51bba84936ed55a8280ea838c4f3be235f95b28d9ec89ffc2 SHA512 3fd24e1b94ec6f3391568f3b92c9224372729494d7edd3ca51167f1a410038f046aaa7fcc8bda8a46ac0a1da5f0509fa9c8dbe49ddfb1aa26b64dcc11ee7ee77
DIST modus-themes-4.4.0.tar.gz 337719 BLAKE2B 32e189aae2c031a8f0588d241d42c4420120ee45d7a409e4019917f1bb268433d44362305150cba49c7f24a9620ad7208c85d355a383ed684b737e52518e164e SHA512 cf20de778f43225a9412aead302ed373ac078695ec06494a39046bb9ae9e1104408dc282e34582463cc8ea7a5ad389b1ed12b176561271292cc3b50528d71a0e
+DIST modus-themes-4.5.0.tar.gz 342760 BLAKE2B 2d9c37646d8c9b2374b6d8eaed9f34e586d43f54059974a9f79c29694a3ac1d8404560b8a05baab88e56cee6a561b7cd9e7fd8f333f9c6614eab50dfb9bba41f SHA512 063f4f9a0ef32130adc8551b6c278d804942f7288af2276a83ce959b0e12be7bb96b83c2e8a2c76598b27c4ea9b38651ce1d0600e852160b2569201e0d2b3028
diff --git a/app-emacs/modus-themes/modus-themes-4.5.0.ebuild b/app-emacs/modus-themes/modus-themes-4.5.0.ebuild
new file mode 100644
index 000000000000..8388a1ab7603
--- /dev/null
+++ b/app-emacs/modus-themes/modus-themes-4.5.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Highly accessible themes for GNU Emacs"
+HOMEPAGE="https://github.com/protesilaos/modus-themes/"
+
+if [[ ${PV} == *9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
+else
+ SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG.org README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+ elisp_src_compile
+
+ elisp-make-autoload-file
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/modus-themes/
@ 2024-10-29 23:22 Maciej Barć
0 siblings, 0 replies; 9+ messages in thread
From: Maciej Barć @ 2024-10-29 23:22 UTC (permalink / raw
To: gentoo-commits
commit: e2e08f2df82468df55f896a6ffdc329213f17aa9
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 29 22:57:26 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Oct 29 23:22:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e08f2d
app-emacs/modus-themes: drop old 4.4.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/modus-themes/Manifest | 1 -
app-emacs/modus-themes/modus-themes-4.4.0.ebuild | 30 ------------------------
2 files changed, 31 deletions(-)
diff --git a/app-emacs/modus-themes/Manifest b/app-emacs/modus-themes/Manifest
index 0557d8aaffc5..5b8258e1f8d4 100644
--- a/app-emacs/modus-themes/Manifest
+++ b/app-emacs/modus-themes/Manifest
@@ -1,2 +1 @@
-DIST modus-themes-4.4.0.tar.gz 337719 BLAKE2B 32e189aae2c031a8f0588d241d42c4420120ee45d7a409e4019917f1bb268433d44362305150cba49c7f24a9620ad7208c85d355a383ed684b737e52518e164e SHA512 cf20de778f43225a9412aead302ed373ac078695ec06494a39046bb9ae9e1104408dc282e34582463cc8ea7a5ad389b1ed12b176561271292cc3b50528d71a0e
DIST modus-themes-4.5.0.tar.gz 342760 BLAKE2B 2d9c37646d8c9b2374b6d8eaed9f34e586d43f54059974a9f79c29694a3ac1d8404560b8a05baab88e56cee6a561b7cd9e7fd8f333f9c6614eab50dfb9bba41f SHA512 063f4f9a0ef32130adc8551b6c278d804942f7288af2276a83ce959b0e12be7bb96b83c2e8a2c76598b27c4ea9b38651ce1d0600e852160b2569201e0d2b3028
diff --git a/app-emacs/modus-themes/modus-themes-4.4.0.ebuild b/app-emacs/modus-themes/modus-themes-4.4.0.ebuild
deleted file mode 100644
index e3ecfc9b2f8f..000000000000
--- a/app-emacs/modus-themes/modus-themes-4.4.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Highly accessible themes for GNU Emacs"
-HOMEPAGE="https://github.com/protesilaos/modus-themes/"
-
-if [[ ${PV} == *9999* ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
-else
- SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-DOCS=( CHANGELOG.org README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- elisp_src_compile
-
- elisp-make-autoload-file
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/modus-themes/
@ 2024-10-29 23:22 Maciej Barć
0 siblings, 0 replies; 9+ messages in thread
From: Maciej Barć @ 2024-10-29 23:22 UTC (permalink / raw
To: gentoo-commits
commit: 8d47d6723cd5cc2471d85bb015a8dd0327692287
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 29 22:58:05 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Oct 29 23:22:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d47d672
app-emacs/modus-themes: bump to 4.6.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/modus-themes/Manifest | 1 +
app-emacs/modus-themes/modus-themes-4.6.0.ebuild | 30 ++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/app-emacs/modus-themes/Manifest b/app-emacs/modus-themes/Manifest
index 5b8258e1f8d4..25da40c502c8 100644
--- a/app-emacs/modus-themes/Manifest
+++ b/app-emacs/modus-themes/Manifest
@@ -1 +1,2 @@
DIST modus-themes-4.5.0.tar.gz 342760 BLAKE2B 2d9c37646d8c9b2374b6d8eaed9f34e586d43f54059974a9f79c29694a3ac1d8404560b8a05baab88e56cee6a561b7cd9e7fd8f333f9c6614eab50dfb9bba41f SHA512 063f4f9a0ef32130adc8551b6c278d804942f7288af2276a83ce959b0e12be7bb96b83c2e8a2c76598b27c4ea9b38651ce1d0600e852160b2569201e0d2b3028
+DIST modus-themes-4.6.0.tar.gz 352157 BLAKE2B 3f455919f3ed6e82e5b8c47d4c1f9948b17b367aa3bc96ecda0768f36eff78f8eb10f2d910b3144a6c7687f75604dc2bead8d46b61f97ad829d5636a3459af6f SHA512 4427f2fa1697bcf4ce5d3a7cd782af2e1605f16b7ac38a1ff527795b8a326a5c9537c7e018a0788a9a53fa2c6ad890588d22a86a7cfe103df770e7ded680d23f
diff --git a/app-emacs/modus-themes/modus-themes-4.6.0.ebuild b/app-emacs/modus-themes/modus-themes-4.6.0.ebuild
new file mode 100644
index 000000000000..8388a1ab7603
--- /dev/null
+++ b/app-emacs/modus-themes/modus-themes-4.6.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Highly accessible themes for GNU Emacs"
+HOMEPAGE="https://github.com/protesilaos/modus-themes/"
+
+if [[ ${PV} == *9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
+else
+ SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG.org README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+ elisp_src_compile
+
+ elisp-make-autoload-file
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-10-29 23:22 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-17 21:53 [gentoo-commits] repo/gentoo:master commit in: app-emacs/modus-themes/ Maciej Barć
-- strict thread matches above, loose matches on Subject: below --
2024-10-29 23:22 Maciej Barć
2024-10-29 23:22 Maciej Barć
2024-08-24 23:48 Maciej Barć
2024-08-24 23:48 Maciej Barć
2024-02-16 23:13 Maciej Barć
2023-10-23 13:57 Arsen Arsenović
2023-09-20 16:27 Maciej Barć
2023-09-10 15:35 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox