public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/gruvbox-theme/
@ 2023-06-12 21:49 Maciej Barć
  0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2023-06-12 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     eb8d8494fe657bac6748a18c26aa327e5571be5f
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 21:38:24 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 21:49:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8d8494

app-emacs/gruvbox-theme: add live

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

 app-emacs/gruvbox-theme/gruvbox-theme-9999.ebuild | 31 +++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/app-emacs/gruvbox-theme/gruvbox-theme-9999.ebuild b/app-emacs/gruvbox-theme/gruvbox-theme-9999.ebuild
new file mode 100644
index 000000000000..55a2a4c34f3a
--- /dev/null
+++ b/app-emacs/gruvbox-theme/gruvbox-theme-9999.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26.1
+
+inherit elisp
+
+DESCRIPTION="Gruvbox is a retro groove color scheme, now in Emacs"
+HOMEPAGE="https://github.com/greduan/emacs-theme-gruvbox/"
+
+if [[ ${PV} == *9999* ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/greduan/emacs-theme-gruvbox.git"
+else
+	SRC_URI="https://github.com/greduan/emacs-theme-gruvbox/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+	S="${WORKDIR}/emacs-theme-gruvbox-${PV}"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	>=app-emacs/autothemer-0.2
+"
+BDEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/gruvbox-theme/
@ 2023-06-12 21:49 Maciej Barć
  0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2023-06-12 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     3231990e0c3e58cf1a1446f8474b376856f77cde
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 21:37:59 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 21:49:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3231990e

app-emacs/gruvbox-theme: enable live

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

 app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild b/app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild
index 73081b15731f..55a2a4c34f3a 100644
--- a/app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild
+++ b/app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild
@@ -4,21 +4,28 @@
 EAPI=8
 
 NEED_EMACS=26.1
+
 inherit elisp
 
 DESCRIPTION="Gruvbox is a retro groove color scheme, now in Emacs"
 HOMEPAGE="https://github.com/greduan/emacs-theme-gruvbox/"
 
-SRC_URI="https://github.com/greduan/emacs-theme-gruvbox/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/emacs-theme-gruvbox-${PV}"
+if [[ ${PV} == *9999* ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/greduan/emacs-theme-gruvbox.git"
+else
+	SRC_URI="https://github.com/greduan/emacs-theme-gruvbox/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+	S="${WORKDIR}/emacs-theme-gruvbox-${PV}"
+	KEYWORDS="~amd64"
+fi
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
 
 RDEPEND="
 	>=app-emacs/autothemer-0.2
 "
-DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
 
 SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/gruvbox-theme/
@ 2023-12-23 17:13 Maciej Barć
  0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2023-12-23 17:13 UTC (permalink / raw
  To: gentoo-commits

commit:     78256c24cff0a882a89fc58a75409a4bd2ce87b1
Author:     Tomas Fabrizio Orsi <torsi <AT> fi <DOT> uba <DOT> ar>
AuthorDate: Sat Dec 23 01:28:50 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 17:13:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78256c24

app-emacs/gruvbox-theme: Added ~x86 arch keyword

Signed-off-by: Tomas Fabrizio Orsi <torsi <AT> fi.uba.ar>
Closes: https://github.com/gentoo/gentoo/pull/34435
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 .../{gruvbox-theme-1.30.1.ebuild => gruvbox-theme-1.30.1-r1.ebuild}     | 2 +-
 app-emacs/gruvbox-theme/gruvbox-theme-9999.ebuild                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild b/app-emacs/gruvbox-theme/gruvbox-theme-1.30.1-r1.ebuild
similarity index 96%
rename from app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild
rename to app-emacs/gruvbox-theme/gruvbox-theme-1.30.1-r1.ebuild
index 55a2a4c34f3a..f0931620842d 100644
--- a/app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild
+++ b/app-emacs/gruvbox-theme/gruvbox-theme-1.30.1-r1.ebuild
@@ -17,7 +17,7 @@ else
 	SRC_URI="https://github.com/greduan/emacs-theme-gruvbox/archive/${PV}.tar.gz
 		-> ${P}.tar.gz"
 	S="${WORKDIR}/emacs-theme-gruvbox-${PV}"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="MIT"

diff --git a/app-emacs/gruvbox-theme/gruvbox-theme-9999.ebuild b/app-emacs/gruvbox-theme/gruvbox-theme-9999.ebuild
index 55a2a4c34f3a..f0931620842d 100644
--- a/app-emacs/gruvbox-theme/gruvbox-theme-9999.ebuild
+++ b/app-emacs/gruvbox-theme/gruvbox-theme-9999.ebuild
@@ -17,7 +17,7 @@ else
 	SRC_URI="https://github.com/greduan/emacs-theme-gruvbox/archive/${PV}.tar.gz
 		-> ${P}.tar.gz"
 	S="${WORKDIR}/emacs-theme-gruvbox-${PV}"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="MIT"


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

end of thread, other threads:[~2023-12-23 17:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-12 21:49 [gentoo-commits] repo/gentoo:master commit in: app-emacs/gruvbox-theme/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2023-12-23 17:13 Maciej Barć
2023-06-12 21:49 Maciej Barć

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