Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/spacemacs-theme/
Date: Fri, 19 Aug 2022 15:42:33
Message-Id: 1660923747.58abbf221b37927965976272c8c80b30e96b90c6.xgqt@gentoo
1 commit: 58abbf221b37927965976272c8c80b30e96b90c6
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 19 15:20:41 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 19 15:42:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58abbf22
7
8 app-emacs/spacemacs-theme: bump to 0.3
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 app-emacs/spacemacs-theme/Manifest | 1 +
13 app-emacs/spacemacs-theme/spacemacs-theme-0.3.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/app-emacs/spacemacs-theme/Manifest b/app-emacs/spacemacs-theme/Manifest
17 index 98be3987e3c6..d6b1910997f3 100644
18 --- a/app-emacs/spacemacs-theme/Manifest
19 +++ b/app-emacs/spacemacs-theme/Manifest
20 @@ -1 +1,2 @@
21 DIST spacemacs-theme-0.2.tar.gz 688604 BLAKE2B 1806fbe9b2b1b9a625778415aa6df74e4acc62279d811ff782620a7bb18e6a1327b16dacc174267c61fd959191f2ccaecaaf08f30ae5bb2844652bf92919cda2 SHA512 250f15e11c38e16930107bc2bf0c265876ba74383743714c0aa6bdb270f55cb14ee41c1f2c4d1008a6d90d3c361f44f363d36af0fb0e92087df8d320e0a888a0
22 +DIST spacemacs-theme-0.3.tar.gz 688782 BLAKE2B 5df23e5c98396d824e0b6d6a2f29f83966dfa935371266449cfa6e4b8522ffcd4e0719617a0e13722ed7cb5f8df5329e0603b2c21ab30b0b21a8a4bfff1ccf7c SHA512 ea11248299fbf3be85fd96b2be28d1ec2b770e53d138d36a0ece9e519d8c186dfe6e454d69bc9e5d5d5a3a5d8d03452fff3d452927fe6655356db856657c212d
23
24 diff --git a/app-emacs/spacemacs-theme/spacemacs-theme-0.3.ebuild b/app-emacs/spacemacs-theme/spacemacs-theme-0.3.ebuild
25 new file mode 100644
26 index 000000000000..634cda8539e9
27 --- /dev/null
28 +++ b/app-emacs/spacemacs-theme/spacemacs-theme-0.3.ebuild
29 @@ -0,0 +1,20 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +NEED_EMACS=24
36 +
37 +inherit elisp
38 +
39 +DESCRIPTION="Emacs color theme that started as a theme for Spacemacs"
40 +HOMEPAGE="https://github.com/nashamri/spacemacs-theme/"
41 +SRC_URI="https://github.com/nashamri/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="GPL-3+"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86"
46 +
47 +DOCS=( README.md img )
48 +ELISP_REMOVE="spacemacs-theme-pkg.el"
49 +SITEFILE="50${PN}-gentoo.el"