Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/math-symbol-lists/, app-emacs/math-symbol-lists/files/
Date: Sun, 06 Mar 2022 02:55:14
Message-Id: 1646535272.dc996923777dc2aa20083b642926e42feeeb40d3.xgqt@gentoo
1 commit: dc996923777dc2aa20083b642926e42feeeb40d3
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 01:44:37 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 02:54:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc996923
7
8 app-emacs/math-symbol-lists: new package; add 1.3
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
12
13 app-emacs/math-symbol-lists/Manifest | 1 +
14 .../files/50math-symbol-lists-gentoo.el | 1 +
15 .../math-symbol-lists/math-symbol-lists-1.3.ebuild | 17 +++++++++++++++++
16 app-emacs/math-symbol-lists/metadata.xml | 17 +++++++++++++++++
17 4 files changed, 36 insertions(+)
18
19 diff --git a/app-emacs/math-symbol-lists/Manifest b/app-emacs/math-symbol-lists/Manifest
20 new file mode 100644
21 index 000000000000..0590e068388b
22 --- /dev/null
23 +++ b/app-emacs/math-symbol-lists/Manifest
24 @@ -0,0 +1 @@
25 +DIST math-symbol-lists-1.3.tar.gz 43132 BLAKE2B 0690b45a11f8ce65103261928a2ae61b64b04f6034df3e530507422546098e016f8cb5974997a061bcf08be8877b8f17bbe38528c999d011bd6b2e67600b15a1 SHA512 4dd71c2e73c5907e88c1b05f01e4ab1bc2b911243e5aed0d1dc3edc4c06e842de1c8ba59b15bb185f75d9b549042c17715b7502cbc5ded6da16bae427522976e
26
27 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
28 new file mode 100644
29 index 000000000000..431f7e90ae73
30 --- /dev/null
31 +++ b/app-emacs/math-symbol-lists/files/50math-symbol-lists-gentoo.el
32 @@ -0,0 +1 @@
33 +(add-to-list 'load-path "@SITELISP@")
34
35 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
36 new file mode 100644
37 index 000000000000..d1913720fd8f
38 --- /dev/null
39 +++ b/app-emacs/math-symbol-lists/math-symbol-lists-1.3.ebuild
40 @@ -0,0 +1,17 @@
41 +# Copyright 1999-2022 Gentoo Authors
42 +# Distributed under the terms of the GNU General Public License v2
43 +
44 +EAPI=8
45 +
46 +inherit elisp
47 +
48 +DESCRIPTION="Lists of Unicode mathematical symbols and latex commands"
49 +HOMEPAGE="https://github.com/vspinu/math-symbol-lists/"
50 +SRC_URI="https://github.com/vspinu/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
51 +
52 +LICENSE="GPL-3+"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +
56 +DOCS=( readme.md )
57 +SITEFILE="50${PN}-gentoo.el"
58
59 diff --git a/app-emacs/math-symbol-lists/metadata.xml b/app-emacs/math-symbol-lists/metadata.xml
60 new file mode 100644
61 index 000000000000..e71ceefbb1ad
62 --- /dev/null
63 +++ b/app-emacs/math-symbol-lists/metadata.xml
64 @@ -0,0 +1,17 @@
65 +<?xml version="1.0" encoding="UTF-8"?>
66 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
67 +
68 +<pkgmetadata>
69 + <maintainer type="person">
70 + <email>xgqt@g.o</email>
71 + <name>Maciej Barć</name>
72 + </maintainer>
73 + <maintainer type="project">
74 + <email>gnu-emacs@g.o</email>
75 + <name>Gentoo GNU Emacs project</name>
76 + </maintainer>
77 + <upstream>
78 + <bugs-to>https://github.com/vspinu/math-symbol-lists/issues/</bugs-to>
79 + <remote-id type="github">vspinu/math-symbol-lists</remote-id>
80 + </upstream>
81 +</pkgmetadata>