summaryrefslogtreecommitdiff
path: root/app-emacs/math-symbol-lists
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /app-emacs/math-symbol-lists
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'app-emacs/math-symbol-lists')
-rw-r--r--app-emacs/math-symbol-lists/Manifest4
-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.xml13
4 files changed, 35 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..41ba4d487457
--- /dev/null
+++ b/app-emacs/math-symbol-lists/Manifest
@@ -0,0 +1,4 @@
+AUX 50math-symbol-lists-gentoo.el 38 BLAKE2B e96c6cf48d1522d89450e11d339c76210c672377208b56951791b83c6ef22b2c872d313084e199dd5d7b533a99106a87dbc7f15b5ee6126f71bf5f2e84165ffa SHA512 5c00bcabe2d7cc03013dc7a54b2c653940c08098ca5646d7c73624cb1ca04376ae9dcf88a7166b1925c69f0c5d192d90f6bd790fdef8ed8c3b0f9d163c987da5
+DIST math-symbol-lists-1.3.tar.gz 43132 BLAKE2B 0690b45a11f8ce65103261928a2ae61b64b04f6034df3e530507422546098e016f8cb5974997a061bcf08be8877b8f17bbe38528c999d011bd6b2e67600b15a1 SHA512 4dd71c2e73c5907e88c1b05f01e4ab1bc2b911243e5aed0d1dc3edc4c06e842de1c8ba59b15bb185f75d9b549042c17715b7502cbc5ded6da16bae427522976e
+EBUILD math-symbol-lists-1.3.ebuild 433 BLAKE2B cd7aa45dd0e7fc26dc0f91b9db5ec400655b49ddf4ed1101dbb8316383fdbc4ff7f80b88663e9c0f6dfaa3629f344eca76dde914644d9fdc1c33c04b8fdb15e2 SHA512 49b4b0bbcb5ed69cf655af3bba1b40a3ecc31b6aa60d0a663aa5476e723fc6a52b249d15b24aa40afe49bfcf50c1f9d3730bd85eedf70881b9cd9b5cb31f1572
+MISC metadata.xml 437 BLAKE2B 1d2163846dffcdca0a20eaedf3b562f553fa573f47794b8a420ad1f71f101c85d99418fd82722355a02d3b274aa31f19f14039c31d3eefe6cd94dfc913cec6a2 SHA512 cde8a76ce14b42a97d203658048d670800fca245ea12f4f86636bb3df2611ce8bd72997154062ed9e796fc42b4127412f601f727c52002152ba9efc5c5bc2a70
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..8cf72388d669
--- /dev/null
+++ b/app-emacs/math-symbol-lists/metadata.xml
@@ -0,0 +1,13 @@
+<?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>
+ <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>