summaryrefslogtreecommitdiff
path: root/app-emacs/gruvbox-theme
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-12 20:20:47 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-12 20:20:47 +0100
commit3d952d0bfe7b386699eb32d1431deb0c538f044d (patch)
tree45d2492f5c659cbb01120d4192c9be34841362bd /app-emacs/gruvbox-theme
parent522b6bf7e1f6133c288b94a77fc5e3d8eef2c179 (diff)
gentoo auto-resync : 12:06:2023 - 20:20:47
Diffstat (limited to 'app-emacs/gruvbox-theme')
-rw-r--r--app-emacs/gruvbox-theme/Manifest4
-rw-r--r--app-emacs/gruvbox-theme/files/50gruvbox-theme-gentoo.el2
-rw-r--r--app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild24
-rw-r--r--app-emacs/gruvbox-theme/metadata.xml15
4 files changed, 45 insertions, 0 deletions
diff --git a/app-emacs/gruvbox-theme/Manifest b/app-emacs/gruvbox-theme/Manifest
new file mode 100644
index 000000000000..be5a1027c2e8
--- /dev/null
+++ b/app-emacs/gruvbox-theme/Manifest
@@ -0,0 +1,4 @@
+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 543 BLAKE2B 70c24bb3c9c7b2de3871ed81c9004eb4e2ecff89c5d17a3bb4fb5913ed34525f4dab9c08fb48b31127b518eaf5ae45a4311f2fcd608632a1061bf315b5c31060 SHA512 724ee9f47c6d9cf22c2c580968566ef08d2d658406c2e8875fce016a0612ca07aa2f2a9a0907436f56c8b9dccb0a45a4f42d66e100c2dc50c30eae160458dec2
+MISC metadata.xml 493 BLAKE2B c29e7582d5d57f25f44a849fbf1759b0b9825eeea60bc58adec4d8276d017b7f6b89bd157b08514864004f57c63610f7c7ca17f4c000039948c03c60ccedbf59 SHA512 3e7465a1ee7dd645dce20b64d08cb2498f66119fc1615198e38d19e6a108601c3baa09155bccf6e4b8888b7fd85386605f29fc9122c11e674549331d667a99d1
diff --git a/app-emacs/gruvbox-theme/files/50gruvbox-theme-gentoo.el b/app-emacs/gruvbox-theme/files/50gruvbox-theme-gentoo.el
new file mode 100644
index 000000000000..7e3219a1f424
--- /dev/null
+++ b/app-emacs/gruvbox-theme/files/50gruvbox-theme-gentoo.el
@@ -0,0 +1,2 @@
+;;; app-emacs/gruvbox-theme site configuration -*- lexical-binding: t; -*-
+(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild b/app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild
new file mode 100644
index 000000000000..73081b15731f
--- /dev/null
+++ b/app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild
@@ -0,0 +1,24 @@
+# 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/"
+
+SRC_URI="https://github.com/greduan/emacs-theme-gruvbox/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/emacs-theme-gruvbox-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=app-emacs/autothemer-0.2
+"
+DEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/gruvbox-theme/metadata.xml b/app-emacs/gruvbox-theme/metadata.xml
new file mode 100644
index 000000000000..340581005307
--- /dev/null
+++ b/app-emacs/gruvbox-theme/metadata.xml
@@ -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>arsen@gentoo.org</email>
+ <description>Arsen Arsenović</description>
+ </maintainer>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">greduan/emacs-theme-gruvbox</remote-id>
+ </upstream>
+</pkgmetadata>