From e5d360896e4fcd521ef21b656e12bcf9f7e6e020 Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Wed, 28 Dec 2022 16:09:41 +0100 Subject: app-emacs/company-math: bump to 1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-emacs/company-math/Manifest | 1 + app-emacs/company-math/company-math-1.5.1.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 app-emacs/company-math/company-math-1.5.1.ebuild (limited to 'app-emacs/company-math') 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" -- cgit v1.2.3-65-gdbad