summaryrefslogtreecommitdiff
path: root/app-emacs/modus-themes
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-10 22:36:46 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-10 22:36:46 +0100
commit783da4542a9c3e0e1ec703644212707cde610679 (patch)
tree3e0cf56ac37ddf9d5fdc6ff0ced9135b1c7fc5e0 /app-emacs/modus-themes
parentd0041c590ed45bbfeae458ea926e36bc64e41dd7 (diff)
gentoo auto-resync : 10:09:2023 - 22:36:45
Diffstat (limited to 'app-emacs/modus-themes')
-rw-r--r--app-emacs/modus-themes/Manifest5
-rw-r--r--app-emacs/modus-themes/files/50modus-themes-gentoo.el2
-rw-r--r--app-emacs/modus-themes/metadata.xml18
-rw-r--r--app-emacs/modus-themes/modus-themes-4.2.0.ebuild30
-rw-r--r--app-emacs/modus-themes/modus-themes-9999.ebuild30
5 files changed, 85 insertions, 0 deletions
diff --git a/app-emacs/modus-themes/Manifest b/app-emacs/modus-themes/Manifest
new file mode 100644
index 000000000000..ae4fd7fcebf7
--- /dev/null
+++ b/app-emacs/modus-themes/Manifest
@@ -0,0 +1,5 @@
+AUX 50modus-themes-gentoo.el 76 BLAKE2B 4a9b0e3b09035f7c72de81ceb8677d13135059a8f9c2c58730d99fbe96353e56e38837a0d84ea9d2639e2e6c41bbfee49a7388033e73a79826f631be7dc48926 SHA512 dd3ad2b7721464644d50b2ece529cdcfbf1dc591cd382a2e1f9e33ff5a49474a09feda542421665cfce5dcaf55b2bf9c3acecd3936182e93874fa9e4a3559ae4
+DIST modus-themes-4.2.0.tar.gz 323621 BLAKE2B 7e5e19a294d802bcccfa6f1ca5b53b52ad584a634271d72ea63a5a061678b66149111e05dadc6d7dbb581a5c9dfd26a75f36abac3d87948324709474c204ec1f SHA512 a2484a9d7d42cfe0f74379f1f5bda02bc31a2fac16836644a3a6c6b568a6ee0e2d4804950732f2a132bef330bb7c0e34058256036f81afc27301262ffda79fae
+EBUILD modus-themes-4.2.0.ebuild 636 BLAKE2B 4865f4f746271aa4b9b79de90745f45e1a484d650108194d8c4d00c28f0b2a9a6f462b848490611cdab53c86dc0c406818803d68feeb6d0f041f33686ce68775 SHA512 65805894340188932266fd5208d7eb171e89096b81a240d71636ef096a8cbea5ae81ff27c329c7bb7a111cdd174c1970f6b3c22f82fef0bbec008efadee94d3c
+EBUILD modus-themes-9999.ebuild 636 BLAKE2B 4865f4f746271aa4b9b79de90745f45e1a484d650108194d8c4d00c28f0b2a9a6f462b848490611cdab53c86dc0c406818803d68feeb6d0f041f33686ce68775 SHA512 65805894340188932266fd5208d7eb171e89096b81a240d71636ef096a8cbea5ae81ff27c329c7bb7a111cdd174c1970f6b3c22f82fef0bbec008efadee94d3c
+MISC metadata.xml 694 BLAKE2B c50b996bb94b35c69b2a91e4b42d0c9cd5b2fbc701ade755922503a4b3f661c101dbc980c84e483443ab97e1a2d88850633623d5366ae1eff163cb6211c49580 SHA512 fa2407d84e9eeab489e075c571c4ad9d5e76270160c790f427bc4166474e4afc5fc1b962999fb248969521289c7d594f777c8ebb5e19c1b9d22fd18e85d9b535
diff --git a/app-emacs/modus-themes/files/50modus-themes-gentoo.el b/app-emacs/modus-themes/files/50modus-themes-gentoo.el
new file mode 100644
index 000000000000..179a80678b0e
--- /dev/null
+++ b/app-emacs/modus-themes/files/50modus-themes-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(load "modus-themes-autoloads" nil t)
diff --git a/app-emacs/modus-themes/metadata.xml b/app-emacs/modus-themes/metadata.xml
new file mode 100644
index 000000000000..900dd32712cb
--- /dev/null
+++ b/app-emacs/modus-themes/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <longdescription>
+ Highly accessible themes, conforming with the highest standard for colour
+ contrast between background and foreground values (WCAG AAA). They also are
+ optimised for users with red-green colour deficiency.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://github.com/protesilaos/modus-themes/issues/</bugs-to>
+ <remote-id type="github">protesilaos/modus-themes</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-emacs/modus-themes/modus-themes-4.2.0.ebuild b/app-emacs/modus-themes/modus-themes-4.2.0.ebuild
new file mode 100644
index 000000000000..b7a947039a4b
--- /dev/null
+++ b/app-emacs/modus-themes/modus-themes-4.2.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Convert symbol names between different naming conventions"
+HOMEPAGE="https://github.com/protesilaos/modus-themes/"
+
+if [[ ${PV} == *9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
+else
+ SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG.org README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+ elisp_src_compile
+
+ elisp-make-autoload-file
+}
diff --git a/app-emacs/modus-themes/modus-themes-9999.ebuild b/app-emacs/modus-themes/modus-themes-9999.ebuild
new file mode 100644
index 000000000000..b7a947039a4b
--- /dev/null
+++ b/app-emacs/modus-themes/modus-themes-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Convert symbol names between different naming conventions"
+HOMEPAGE="https://github.com/protesilaos/modus-themes/"
+
+if [[ ${PV} == *9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
+else
+ SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG.org README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+ elisp_src_compile
+
+ elisp-make-autoload-file
+}