summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-08-11 18:08:41 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-08-11 18:41:33 +0200
commit8003e3154345004a208589844c7f3beb942fa306 (patch)
treebbcb0326e2f37d1be6fc9ada36c9fc1185b7b4b3 /app-emacs/cape
parentapp-emacs/buttercup: drop old 1.30 (diff)
downloadgentoo-8003e3154345004a208589844c7f3beb942fa306.tar.gz
gentoo-8003e3154345004a208589844c7f3beb942fa306.tar.bz2
gentoo-8003e3154345004a208589844c7f3beb942fa306.zip
app-emacs/cape: drop old 0.15
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/cape')
-rw-r--r--app-emacs/cape/Manifest1
-rw-r--r--app-emacs/cape/cape-0.15.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/app-emacs/cape/Manifest b/app-emacs/cape/Manifest
index e951f1371959..3d9029021a15 100644
--- a/app-emacs/cape/Manifest
+++ b/app-emacs/cape/Manifest
@@ -1,2 +1 @@
-DIST cape-0.15.tar.xz 25848 BLAKE2B 44d72cd8de7597dad6f92c225995a5e1c02f42daf7a839c98e2b3d3ec0ff66dba5da64fc87d64b4913c5f9598cb00e3b46e22eaf98f65a759f4c04c9b373a3b2 SHA512 a2ea009f1f28868ac7c58f23e9212568545434588d89a2f15e5b1a0f4dba09a27a5620a9b9ac79cb88da3a9e83174f13a6122425581dd0aa43e25d12f1766396
DIST cape-0.16.tar.gz 36845 BLAKE2B 13a7e1b79cbfcb027dd10e475a928782acf1b835161bc508b92390aa8bd932474ec85cb59c752b732952d71261236db853d0e7fa2f7c005a42c4037ddc11be9d SHA512 d668d438dd400928cd55f08a041a7493674d3118da8d78f6968cd9d41f12d8d654525ee7c15d5edf68d93e16815f8a2dfc96e4d850bbf624339380158fd9625c
diff --git a/app-emacs/cape/cape-0.15.ebuild b/app-emacs/cape/cape-0.15.ebuild
deleted file mode 100644
index f7f6e19f558b..000000000000
--- a/app-emacs/cape/cape-0.15.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=27.1
-inherit elisp
-
-DESCRIPTION="Completion At Point Extensions"
-HOMEPAGE="https://github.com/minad/cape"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/minad/cape.git"
-else
- # Recompressed from ELPA.
- SRC_URI="https://dev.gentoo.org/~arsen/${P}.tar.xz"
- KEYWORDS="~amd64"
- ELISP_REMOVE="${PN}-pkg.el"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
- >=app-emacs/compat-29.1.4.0
-"
-DEPEND="${RDEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_install() {
- elisp-make-autoload-file
- elisp_src_install
-
- if [[ ${PV} != 9999 ]]; then
- doinfo cape.info
- fi
-}