From 58abbf221b37927965976272c8c80b30e96b90c6 Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Fri, 19 Aug 2022 17:20:41 +0200 Subject: app-emacs/spacemacs-theme: bump to 0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-emacs/spacemacs-theme/Manifest | 1 + app-emacs/spacemacs-theme/spacemacs-theme-0.3.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 app-emacs/spacemacs-theme/spacemacs-theme-0.3.ebuild (limited to 'app-emacs/spacemacs-theme') 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/spacemacs-theme-0.3.ebuild b/app-emacs/spacemacs-theme/spacemacs-theme-0.3.ebuild new file mode 100644 index 000000000000..634cda8539e9 --- /dev/null +++ b/app-emacs/spacemacs-theme/spacemacs-theme-0.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 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" +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" -- cgit v1.2.3-65-gdbad