summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-08-11 18:12:56 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-08-11 18:41:35 +0200
commiteb1fdcd0566957249e063bf21d8cdf31e9c72f3f (patch)
treef72b3bbbe59ac16a5a2e768930e203bb5d92a5e5 /app-emacs/company-math
parentapp-emacs/company-coq: drop old 1.0.1_p20210708-r1 (diff)
downloadgentoo-eb1fdcd0566957249e063bf21d8cdf31e9c72f3f.tar.gz
gentoo-eb1fdcd0566957249e063bf21d8cdf31e9c72f3f.tar.bz2
gentoo-eb1fdcd0566957249e063bf21d8cdf31e9c72f3f.zip
app-emacs/company-math: drop old 1.5
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/company-math')
-rw-r--r--app-emacs/company-math/Manifest1
-rw-r--r--app-emacs/company-math/company-math-1.5.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/app-emacs/company-math/Manifest b/app-emacs/company-math/Manifest
index bbd55bbdc452..659f450b5ab1 100644
--- a/app-emacs/company-math/Manifest
+++ b/app-emacs/company-math/Manifest
@@ -1,2 +1 @@
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.ebuild b/app-emacs/company-math/company-math-1.5.ebuild
deleted file mode 100644
index 8611ade7beb1..000000000000
--- a/app-emacs/company-math/company-math-1.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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"