-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c7fe83
commit 799a598
Showing
4 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
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 | ||
MISC metadata.xml 493 BLAKE2B c29e7582d5d57f25f44a849fbf1759b0b9825eeea60bc58adec4d8276d017b7f6b89bd157b08514864004f57c63610f7c7ca17f4c000039948c03c60ccedbf59 SHA512 3e7465a1ee7dd645dce20b64d08cb2498f66119fc1615198e38d19e6a108601c3baa09155bccf6e4b8888b7fd85386605f29fc9122c11e674549331d667a99d1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 ~x86" | ||
fi | ||
|
||
LICENSE="MIT" | ||
SLOT="0" | ||
|
||
RDEPEND=" | ||
>=app-emacs/autothemer-0.2 | ||
" | ||
BDEPEND="${RDEPEND}" | ||
|
||
SITEFILE="50${PN}-gentoo.el" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="person"> | ||
<email>[email protected]</email> | ||
<description>Arsen Arsenović</description> | ||
</maintainer> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Gentoo GNU Emacs project</name> | ||
</maintainer> | ||
<upstream> | ||
<remote-id type="github">greduan/emacs-theme-gruvbox</remote-id> | ||
</upstream> | ||
</pkgmetadata> |