diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-11-09 14:39:15 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-11-09 15:19:11 +0100 |
commit | a5f56c7eb394416025809eee8319beee048ef964 (patch) | |
tree | c13c35c43a5be7a0d99c1163dea058fbff25566b /app-emacs | |
parent | app-emacs/spacemacs-theme: sync live 9999 version (diff) | |
download | gentoo-a5f56c7eb394416025809eee8319beee048ef964.tar.gz gentoo-a5f56c7eb394416025809eee8319beee048ef964.tar.bz2 gentoo-a5f56c7eb394416025809eee8319beee048ef964.zip |
app-emacs/spacemacs-theme: bump to 0.3_p20241101
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/spacemacs-theme/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/spacemacs-theme/spacemacs-theme-0.3_p20241101.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/app-emacs/spacemacs-theme/Manifest b/app-emacs/spacemacs-theme/Manifest index e3ccb120ab96..59c54455678d 100644 --- a/app-emacs/spacemacs-theme/Manifest +++ b/app-emacs/spacemacs-theme/Manifest @@ -1 +1,2 @@ DIST spacemacs-theme-0.3.tar.gz 688782 BLAKE2B 5df23e5c98396d824e0b6d6a2f29f83966dfa935371266449cfa6e4b8522ffcd4e0719617a0e13722ed7cb5f8df5329e0603b2c21ab30b0b21a8a4bfff1ccf7c SHA512 ea11248299fbf3be85fd96b2be28d1ec2b770e53d138d36a0ece9e519d8c186dfe6e454d69bc9e5d5d5a3a5d8d03452fff3d452927fe6655356db856657c212d +DIST spacemacs-theme-0.3_p20241101.gh.tar.gz 689107 BLAKE2B 8caf3eeaf4d74e46ebdf404b4d4e1bd9ea0481d750fc9b315e2504e5cbab84de0cfd0b5f06557e6b14c9472d7f805f302850c01204062bc8abfe0222a2375f7f SHA512 4a64c43e049386e0b85f195303775815c7a4d152960a836a5c9be4d5ba368081705148871964f965db06b343632dc227af21aa8056a9a99109098072869f47a0 diff --git a/app-emacs/spacemacs-theme/spacemacs-theme-0.3_p20241101.ebuild b/app-emacs/spacemacs-theme/spacemacs-theme-0.3_p20241101.ebuild new file mode 100644 index 000000000000..081ca69c6f7a --- /dev/null +++ b/app-emacs/spacemacs-theme/spacemacs-theme-0.3_p20241101.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2024 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/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/nashamri/${PN}.git" +else + [[ "${PV}" == *p20241101 ]] && COMMIT="6c74684c4d55713c8359bedf1936e429918a8c33" + + SRC_URI="https://github.com/nashamri/${PN}/archive/${COMMIT}.tar.gz + -> ${P}.gh.tar.gz" + S="${WORKDIR}/${PN}-${COMMIT}" + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3+" +SLOT="0" + +ELISP_REMOVE=" + spacemacs-theme-pkg.el +" + +SITEFILE="50${PN}-gentoo.el" |