summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/spacemacs-theme')
-rw-r--r--app-emacs/spacemacs-theme/Manifest1
-rw-r--r--app-emacs/spacemacs-theme/metadata.xml1
-rw-r--r--app-emacs/spacemacs-theme/spacemacs-theme-0.2.ebuild4
-rw-r--r--app-emacs/spacemacs-theme/spacemacs-theme-0.3.ebuild18
4 files changed, 21 insertions, 3 deletions
diff --git a/app-emacs/spacemacs-theme/Manifest b/app-emacs/spacemacs-theme/Manifest
index 98be3987e3c6..d6b1910997f3 100644
--- a/app-emacs/spacemacs-theme/Manifest
+++ b/app-emacs/spacemacs-theme/Manifest
@@ -1 +1,2 @@
DIST spacemacs-theme-0.2.tar.gz 688604 BLAKE2B 1806fbe9b2b1b9a625778415aa6df74e4acc62279d811ff782620a7bb18e6a1327b16dacc174267c61fd959191f2ccaecaaf08f30ae5bb2844652bf92919cda2 SHA512 250f15e11c38e16930107bc2bf0c265876ba74383743714c0aa6bdb270f55cb14ee41c1f2c4d1008a6d90d3c361f44f363d36af0fb0e92087df8d320e0a888a0
+DIST spacemacs-theme-0.3.tar.gz 688782 BLAKE2B 5df23e5c98396d824e0b6d6a2f29f83966dfa935371266449cfa6e4b8522ffcd4e0719617a0e13722ed7cb5f8df5329e0603b2c21ab30b0b21a8a4bfff1ccf7c SHA512 ea11248299fbf3be85fd96b2be28d1ec2b770e53d138d36a0ece9e519d8c186dfe6e454d69bc9e5d5d5a3a5d8d03452fff3d452927fe6655356db856657c212d
diff --git a/app-emacs/spacemacs-theme/metadata.xml b/app-emacs/spacemacs-theme/metadata.xml
index 6a0340f0ac33..d71447de900c 100644
--- a/app-emacs/spacemacs-theme/metadata.xml
+++ b/app-emacs/spacemacs-theme/metadata.xml
@@ -10,4 +10,5 @@
<bugs-to>https://github.com/nashamri/spacemacs-theme/issues/</bugs-to>
<remote-id type="github">nashamri/spacemacs-theme</remote-id>
</upstream>
+ <stabilize-allarches />
</pkgmetadata>
diff --git a/app-emacs/spacemacs-theme/spacemacs-theme-0.2.ebuild b/app-emacs/spacemacs-theme/spacemacs-theme-0.2.ebuild
index 634cda8539e9..7dbee1f5068b 100644
--- a/app-emacs/spacemacs-theme/spacemacs-theme-0.2.ebuild
+++ b/app-emacs/spacemacs-theme/spacemacs-theme-0.2.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-NEED_EMACS=24
-
inherit elisp
DESCRIPTION="Emacs color theme that started as a theme for Spacemacs"
diff --git a/app-emacs/spacemacs-theme/spacemacs-theme-0.3.ebuild b/app-emacs/spacemacs-theme/spacemacs-theme-0.3.ebuild
new file mode 100644
index 000000000000..5b28ba56e70f
--- /dev/null
+++ b/app-emacs/spacemacs-theme/spacemacs-theme-0.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs color theme that started as a theme for Spacemacs"
+HOMEPAGE="https://github.com/nashamri/spacemacs-theme/"
+SRC_URI="https://github.com/nashamri/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="amd64 ~x86"
+
+DOCS=( README.md img )
+ELISP_REMOVE="spacemacs-theme-pkg.el"
+SITEFILE="50${PN}-gentoo.el"