commit:     dc996923777dc2aa20083b642926e42feeeb40d3
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 01:44:37 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 02:54:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc996923

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 <AT> gentoo.org>

 app-emacs/math-symbol-lists/Manifest                    |  1 +
 .../files/50math-symbol-lists-gentoo.el                 |  1 +
 .../math-symbol-lists/math-symbol-lists-1.3.ebuild      | 17 +++++++++++++++++
 app-emacs/math-symbol-lists/metadata.xml                | 17 +++++++++++++++++
 4 files changed, 36 insertions(+)

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>x...@gentoo.org</email>
+    <name>Maciej Barć</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>gnu-em...@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>

Reply via email to