summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-03-06 02:44:37 +0100
committerMaciej Barć <xgqt@gentoo.org>2022-03-06 03:54:32 +0100
commitdc996923777dc2aa20083b642926e42feeeb40d3 (patch)
tree4528420c028feccd387eed763a500f1c35003f80 /app-emacs/math-symbol-lists
parentnet-irc/eggdrop: drop 1.9.0 (diff)
downloadgentoo-dc996923777dc2aa20083b642926e42feeeb40d3.tar.gz
gentoo-dc996923777dc2aa20083b642926e42feeeb40d3.tar.bz2
gentoo-dc996923777dc2aa20083b642926e42feeeb40d3.zip
app-emacs/math-symbol-lists: new package; add 1.3
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/math-symbol-lists')
-rw-r--r--app-emacs/math-symbol-lists/Manifest1
-rw-r--r--app-emacs/math-symbol-lists/files/50math-symbol-lists-gentoo.el1
-rw-r--r--app-emacs/math-symbol-lists/math-symbol-lists-1.3.ebuild17
-rw-r--r--app-emacs/math-symbol-lists/metadata.xml17
4 files changed, 36 insertions, 0 deletions
diff --git a/app-emacs/math-symbol-lists/Manifest b/app-emacs/math-symbol-lists/Manifest
new file mode 100644
index 000000000000..0590e068388b
--- /dev/null
+++ b/app-emacs/math-symbol-lists/Manifest
@@ -0,0 +1 @@
+DIST math-symbol-lists-1.3.tar.gz 43132 BLAKE2B 0690b45a11f8ce65103261928a2ae61b64b04f6034df3e530507422546098e016f8cb5974997a061bcf08be8877b8f17bbe38528c999d011bd6b2e67600b15a1 SHA512 4dd71c2e73c5907e88c1b05f01e4ab1bc2b911243e5aed0d1dc3edc4c06e842de1c8ba59b15bb185f75d9b549042c17715b7502cbc5ded6da16bae427522976e
diff --git a/app-emacs/math-symbol-lists/files/50math-symbol-lists-gentoo.el b/app-emacs/math-symbol-lists/files/50math-symbol-lists-gentoo.el
new file mode 100644
index 000000000000..431f7e90ae73
--- /dev/null
+++ b/app-emacs/math-symbol-lists/files/50math-symbol-lists-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/math-symbol-lists/math-symbol-lists-1.3.ebuild b/app-emacs/math-symbol-lists/math-symbol-lists-1.3.ebuild
new file mode 100644
index 000000000000..d1913720fd8f
--- /dev/null
+++ b/app-emacs/math-symbol-lists/math-symbol-lists-1.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Lists of Unicode mathematical symbols and latex commands"
+HOMEPAGE="https://github.com/vspinu/math-symbol-lists/"
+SRC_URI="https://github.com/vspinu/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( readme.md )
+SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/math-symbol-lists/metadata.xml b/app-emacs/math-symbol-lists/metadata.xml
new file mode 100644
index 000000000000..e71ceefbb1ad
--- /dev/null
+++ b/app-emacs/math-symbol-lists/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="person">
+ <email>xgqt@gentoo.org</email>
+ <name>Maciej Barć</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/vspinu/math-symbol-lists/issues/</bugs-to>
+ <remote-id type="github">vspinu/math-symbol-lists</remote-id>
+ </upstream>
+</pkgmetadata>