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/
Date: Wed, 28 Dec 2022 15:31:02
Message-Id: 1672241455.e5d360896e4fcd521ef21b656e12bcf9f7e6e020.xgqt@gentoo
1 commit: e5d360896e4fcd521ef21b656e12bcf9f7e6e020
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 28 15:09:41 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 15:30:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d36089
7
8 app-emacs/company-math: bump to 1.5.1
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 app-emacs/company-math/Manifest | 1 +
13 app-emacs/company-math/company-math-1.5.1.ebuild | 24 ++++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/app-emacs/company-math/Manifest b/app-emacs/company-math/Manifest
17 index c331e2e91740..bbd55bbdc452 100644
18 --- a/app-emacs/company-math/Manifest
19 +++ b/app-emacs/company-math/Manifest
20 @@ -1 +1,2 @@
21 +DIST company-math-1.5.1.tar.gz 10443 BLAKE2B 5e6756b2035867f2931877f7b6d3e10b4b3e3fb20f5c04825496315c7862ee960739a5f23fd96e1c52a301c19e1bf6495f5b4ddc752a89e2dfdb7e42fa1bc143 SHA512 b87e5c83aeb43374d7461de06b9bf5e5a8fb8af7dd75413d00e0586392fb279a13d1d7b40311487d0aec0662868e61e3a00b6e1c08c5e0a44337323ac85e6d85
22 DIST company-math-1.5.tar.gz 10451 BLAKE2B 0d05125ac787a92d9314bca9872777e4e2db8a2867b4d04b901ea90eda55c252413b6ecb5549702b0e1d1589b076f1fdf2320b02c77805f227593dfe561c132b SHA512 63ba598d6a32dc154b481c20f655203ade3af1cf430a3919874065d0ba364b39c05dc188e81b443ba7392721b35cd2f1e3fa3dabc0d37200bd8bb1872814dd2f
23
24 diff --git a/app-emacs/company-math/company-math-1.5.1.ebuild b/app-emacs/company-math/company-math-1.5.1.ebuild
25 new file mode 100644
26 index 000000000000..8611ade7beb1
27 --- /dev/null
28 +++ b/app-emacs/company-math/company-math-1.5.1.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +inherit elisp
36 +
37 +DESCRIPTION="Completion back-ends for for math unicode symbols and latex tags"
38 +HOMEPAGE="https://github.com/vspinu/company-math/"
39 +SRC_URI="https://github.com/vspinu/${PN}/archive/v${PV}.tar.gz
40 + -> ${P}.tar.gz"
41 +
42 +LICENSE="GPL-3+"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +
46 +RDEPEND="
47 + app-emacs/company-mode
48 + app-emacs/math-symbol-lists
49 +"
50 +BDEPEND="${RDEPEND}"
51 +
52 +DOCS=( readme.md img )
53 +SITEFILE="50${PN}-gentoo.el"