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/company-math/, app-emacs/company-math/files/
Date: Sun, 06 Mar 2022 02:55:14
Message-Id: 1646535273.b139039e8fca020d6ad681e0731aaf89ea46a5a4.xgqt@gentoo
1 commit: b139039e8fca020d6ad681e0731aaf89ea46a5a4
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 01:57:20 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 02:54:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b139039e
7
8 app-emacs/company-math: new package; add 1.4_p20210731
9
10 2021.07.31 snapshot
11
12 Package-Manager: Portage-3.0.30, Repoman-3.0.3
13 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
14
15 app-emacs/company-math/Manifest | 1 +
16 .../company-math/company-math-1.4_p20210731.ebuild | 26 ++++++++++++++++++++++
17 .../company-math/files/50company-math-gentoo.el | 1 +
18 app-emacs/company-math/metadata.xml | 17 ++++++++++++++
19 4 files changed, 45 insertions(+)
20
21 diff --git a/app-emacs/company-math/Manifest b/app-emacs/company-math/Manifest
22 new file mode 100644
23 index 000000000000..17a6360382f9
24 --- /dev/null
25 +++ b/app-emacs/company-math/Manifest
26 @@ -0,0 +1 @@
27 +DIST company-math-1.4_p20210731.tar.gz 10358 BLAKE2B 15834f0e7b59cff25c1c3b488f16b19701ee3b1f8a715aa169ba40d5d7e4fd1e9ad226a0c52af88740dbfc950f660c46edb18e0e0bcad3687fb81610bafe9e84 SHA512 66b770d1ac37fdc7bae08bf79751cf4b9a2803944222d733beb6ad63dbdf5a8879ba19dcca61ec83cd4b1add813417508faca1649022242ab2ad11189a3444d7
28
29 diff --git a/app-emacs/company-math/company-math-1.4_p20210731.ebuild b/app-emacs/company-math/company-math-1.4_p20210731.ebuild
30 new file mode 100644
31 index 000000000000..a6e3617b3ed2
32 --- /dev/null
33 +++ b/app-emacs/company-math/company-math-1.4_p20210731.ebuild
34 @@ -0,0 +1,26 @@
35 +# Copyright 1999-2022 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=8
39 +
40 +H=45778f5731c97a21a83e3b965cbde42018709afd
41 +
42 +inherit elisp
43 +
44 +DESCRIPTION="Completion back-ends for for math unicode symbols and latex tags"
45 +HOMEPAGE="https://github.com/vspinu/company-math/"
46 +SRC_URI="https://github.com/vspinu/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz"
47 +S="${WORKDIR}"/${PN}-${H}
48 +
49 +LICENSE="GPL-3+"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~x86"
52 +
53 +RDEPEND="
54 + app-emacs/company-mode
55 + app-emacs/math-symbol-lists
56 +"
57 +BDEPEND="${RDEPEND}"
58 +
59 +DOCS=( readme.md )
60 +SITEFILE="50${PN}-gentoo.el"
61
62 diff --git a/app-emacs/company-math/files/50company-math-gentoo.el b/app-emacs/company-math/files/50company-math-gentoo.el
63 new file mode 100644
64 index 000000000000..431f7e90ae73
65 --- /dev/null
66 +++ b/app-emacs/company-math/files/50company-math-gentoo.el
67 @@ -0,0 +1 @@
68 +(add-to-list 'load-path "@SITELISP@")
69
70 diff --git a/app-emacs/company-math/metadata.xml b/app-emacs/company-math/metadata.xml
71 new file mode 100644
72 index 000000000000..3e07a7c347e9
73 --- /dev/null
74 +++ b/app-emacs/company-math/metadata.xml
75 @@ -0,0 +1,17 @@
76 +<?xml version="1.0" encoding="UTF-8"?>
77 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
78 +
79 +<pkgmetadata>
80 + <maintainer type="person">
81 + <email>xgqt@g.o</email>
82 + <name>Maciej Barć</name>
83 + </maintainer>
84 + <maintainer type="project">
85 + <email>gnu-emacs@g.o</email>
86 + <name>Gentoo GNU Emacs project</name>
87 + </maintainer>
88 + <upstream>
89 + <bugs-to>https://github.com/vspinu/company-math/issues/</bugs-to>
90 + <remote-id type="github">vspinu/company-math</remote-id>
91 + </upstream>
92 +</pkgmetadata>