commit:     e5d360896e4fcd521ef21b656e12bcf9f7e6e020
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 28 15:09:41 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Dec 28 15:30:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d36089

app-emacs/company-math: bump to 1.5.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/company-math/Manifest                  |  1 +
 app-emacs/company-math/company-math-1.5.1.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/company-math/Manifest b/app-emacs/company-math/Manifest
index c331e2e91740..bbd55bbdc452 100644
--- a/app-emacs/company-math/Manifest
+++ b/app-emacs/company-math/Manifest
@@ -1 +1,2 @@
+DIST company-math-1.5.1.tar.gz 10443 BLAKE2B 
5e6756b2035867f2931877f7b6d3e10b4b3e3fb20f5c04825496315c7862ee960739a5f23fd96e1c52a301c19e1bf6495f5b4ddc752a89e2dfdb7e42fa1bc143
 SHA512 
b87e5c83aeb43374d7461de06b9bf5e5a8fb8af7dd75413d00e0586392fb279a13d1d7b40311487d0aec0662868e61e3a00b6e1c08c5e0a44337323ac85e6d85
 DIST company-math-1.5.tar.gz 10451 BLAKE2B 
0d05125ac787a92d9314bca9872777e4e2db8a2867b4d04b901ea90eda55c252413b6ecb5549702b0e1d1589b076f1fdf2320b02c77805f227593dfe561c132b
 SHA512 
63ba598d6a32dc154b481c20f655203ade3af1cf430a3919874065d0ba364b39c05dc188e81b443ba7392721b35cd2f1e3fa3dabc0d37200bd8bb1872814dd2f

diff --git a/app-emacs/company-math/company-math-1.5.1.ebuild 
b/app-emacs/company-math/company-math-1.5.1.ebuild
new file mode 100644
index 000000000000..8611ade7beb1
--- /dev/null
+++ b/app-emacs/company-math/company-math-1.5.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Completion back-ends for for math unicode symbols and latex tags"
+HOMEPAGE="https://github.com/vspinu/company-math/";
+SRC_URI="https://github.com/vspinu/${PN}/archive/v${PV}.tar.gz
+       -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+       app-emacs/company-mode
+       app-emacs/math-symbol-lists
+"
+BDEPEND="${RDEPEND}"
+
+DOCS=( readme.md img )
+SITEFILE="50${PN}-gentoo.el"

Reply via email to