commit:     a2d2fe0f2e1427a4a3de770eaeaf5a1051e97183
Author:     Kacper Słomiński <kacper.slominski72 <AT> gmail <DOT> com>
AuthorDate: Thu Dec 14 00:13:17 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 23:32:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d2fe0f

app-emacs/kaolin-themes: new package, add 1.6.9

Signed-off-by: Kacper Słomiński <kacper.slominski72 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34275
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/kaolin-themes/Manifest                   |  1 +
 app-emacs/kaolin-themes/kaolin-themes-1.6.9.ebuild | 37 ++++++++++++++++++++++
 app-emacs/kaolin-themes/metadata.xml               | 20 ++++++++++++
 3 files changed, 58 insertions(+)

diff --git a/app-emacs/kaolin-themes/Manifest b/app-emacs/kaolin-themes/Manifest
new file mode 100644
index 000000000000..24e5c47e870b
--- /dev/null
+++ b/app-emacs/kaolin-themes/Manifest
@@ -0,0 +1 @@
+DIST kaolin-themes-1.6.9.tar.gz 48032 BLAKE2B 
827ca8d99372bc92fa5966c3702d9899af67827108a8a0f6373688c61784ed7eb490a4c7270ae16254ce9eb1d741c9659fc47d1e630fcd4e00f8b555dc511816
 SHA512 
c57a4df7dbac952228b3423aa543964f73e4cee6d3e96328cd5397f960d89c3fd7faa8421f54cb7370d911c17bcf9c72f34c0448cdd0ed10c9b219edc0774cd2

diff --git a/app-emacs/kaolin-themes/kaolin-themes-1.6.9.ebuild 
b/app-emacs/kaolin-themes/kaolin-themes-1.6.9.ebuild
new file mode 100644
index 000000000000..2d483b0db1ca
--- /dev/null
+++ b/app-emacs/kaolin-themes/kaolin-themes-1.6.9.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Set of eye pleasing themes for GNU Emacs"
+HOMEPAGE="https://github.com/ogdenwebb/emacs-kaolin-themes";
+
+MY_PN="emacs-${PN}"
+
+if [[ "${PV}" == *9999* ]]; then
+       inherit git-r3
+       EGIT_REPO_URL="https://github.com/ogdenwebb/${MY_PN}.git";
+else
+       
SRC_URI="https://github.com/ogdenwebb/${MY_PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+       S="${WORKDIR}/${MY_PN}-${PV}"
+fi
+
+RDEPEND="app-emacs/autothemer"
+BDEPEND="${RDEPEND}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+       elisp-compile *.el themes/*.el
+}
+
+src_install() {
+       elisp-install ${PN} *.el *.elc themes/*.el themes/*.elc
+       elisp-make-site-file "${SITEFILE}"
+}

diff --git a/app-emacs/kaolin-themes/metadata.xml 
b/app-emacs/kaolin-themes/metadata.xml
new file mode 100644
index 000000000000..2d27a57d42ce
--- /dev/null
+++ b/app-emacs/kaolin-themes/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="person" proxied="yes">
+    <email>kacper.slominsk...@gmail.com</email>
+    <name>Kacper Słomiński</name>
+  </maintainer>
+  <maintainer type="project" proxied="proxy">
+    <email>proxy-ma...@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>gnu-em...@gentoo.org</email>
+    <name>Gentoo GNU Emacs project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">ogdenwebb/emacs-kaolin-themes</remote-id>
+    <bugs-to>https://github.com/ogdenwebb/emacs-kaolin-themes/issues/</bugs-to>
+  </upstream>
+</pkgmetadata>

Reply via email to