summaryrefslogtreecommitdiff
path: root/app-emacs/gruvbox-theme
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-14 15:21:15 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-14 15:21:15 +0100
commit1c382dc5dbc52576ac2300fee0498af8af44e7b4 (patch)
tree45d2492f5c659cbb01120d4192c9be34841362bd /app-emacs/gruvbox-theme
parentb9e8f3cc44aed3b6da71c7510c6287bf7bbbc66b (diff)
Revert "gentoo auto-resync : 14:06:2023 - 15:13:45"
This reverts commit b9e8f3cc44aed3b6da71c7510c6287bf7bbbc66b.
Diffstat (limited to 'app-emacs/gruvbox-theme')
-rw-r--r--app-emacs/gruvbox-theme/Manifest3
-rw-r--r--app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild15
-rw-r--r--app-emacs/gruvbox-theme/gruvbox-theme-9999.ebuild31
3 files changed, 5 insertions, 44 deletions
diff --git a/app-emacs/gruvbox-theme/Manifest b/app-emacs/gruvbox-theme/Manifest
index 1106c2fcbde8..be5a1027c2e8 100644
--- a/app-emacs/gruvbox-theme/Manifest
+++ b/app-emacs/gruvbox-theme/Manifest
@@ -1,5 +1,4 @@
AUX 50gruvbox-theme-gentoo.el 114 BLAKE2B d2d9086ad22947a842d7a53386fb4aeb37226398f607634882935defb389aef6518aaabcc2850dc33e19fb348e540c638eb13b670af4823be264497cbab94c6d SHA512 48c6c2e9d13b482a1cfc8429691e1178d407c34e2e1784a050a0e41b26b0c46756ef88f9b0678ebe5debf1992b3d986f82afdad46a709c829f36a78a9ccd8198
DIST gruvbox-theme-1.30.1.tar.gz 2849739 BLAKE2B 1d9c005b65237431f62ccda120b3adf5bed66c2238fcab263d6c18cc79b79553fbfdd04fb56cb053990b2c09fdd8f5a607d7b2a86c1164ec3a6ee1134de43b49 SHA512 52d20729c4bcc4677bb4aa9fa14a95bb3ae9a5729e70d93817030ebb3235d7e7d72562e34ab74c8c0e8c03183ae3711ef50d04160e04608bc9968d651c40f1d8
-EBUILD gruvbox-theme-1.30.1.ebuild 664 BLAKE2B 3184ee1541bdb9a07f5f3e879d6402e1fe8ba36a54f9c7edcf47ecd194a2b28dea872ab56ef4bc97a07345506c999e23a6ac7b2c8a50da413afa590be7f43800 SHA512 cc65365bbb8a5794ed466f58e8c5a6e556051e0be8d9184023382bda6c89bd4ee187dc814e505acdb4bdec63de6c4c20946ae3b48396df4f0b93e148b063c1d8
-EBUILD gruvbox-theme-9999.ebuild 664 BLAKE2B 3184ee1541bdb9a07f5f3e879d6402e1fe8ba36a54f9c7edcf47ecd194a2b28dea872ab56ef4bc97a07345506c999e23a6ac7b2c8a50da413afa590be7f43800 SHA512 cc65365bbb8a5794ed466f58e8c5a6e556051e0be8d9184023382bda6c89bd4ee187dc814e505acdb4bdec63de6c4c20946ae3b48396df4f0b93e148b063c1d8
+EBUILD gruvbox-theme-1.30.1.ebuild 543 BLAKE2B 70c24bb3c9c7b2de3871ed81c9004eb4e2ecff89c5d17a3bb4fb5913ed34525f4dab9c08fb48b31127b518eaf5ae45a4311f2fcd608632a1061bf315b5c31060 SHA512 724ee9f47c6d9cf22c2c580968566ef08d2d658406c2e8875fce016a0612ca07aa2f2a9a0907436f56c8b9dccb0a45a4f42d66e100c2dc50c30eae160458dec2
MISC metadata.xml 493 BLAKE2B c29e7582d5d57f25f44a849fbf1759b0b9825eeea60bc58adec4d8276d017b7f6b89bd157b08514864004f57c63610f7c7ca17f4c000039948c03c60ccedbf59 SHA512 3e7465a1ee7dd645dce20b64d08cb2498f66119fc1615198e38d19e6a108601c3baa09155bccf6e4b8888b7fd85386605f29fc9122c11e674549331d667a99d1
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 55a2a4c34f3a..73081b15731f 100644
--- a/app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild
+++ b/app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild
@@ -4,28 +4,21 @@
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
+SRC_URI="https://github.com/greduan/emacs-theme-gruvbox/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/emacs-theme-gruvbox-${PV}"
LICENSE="MIT"
SLOT="0"
+KEYWORDS="~amd64"
RDEPEND="
>=app-emacs/autothemer-0.2
"
-BDEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}"
SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/gruvbox-theme/gruvbox-theme-9999.ebuild b/app-emacs/gruvbox-theme/gruvbox-theme-9999.ebuild
deleted file mode 100644
index 55a2a4c34f3a..000000000000
--- a/app-emacs/gruvbox-theme/gruvbox-theme-9999.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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"