summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-10-28 15:25:48 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-10-28 16:04:59 +0200
commit6bbf583f83eb7c1a61a2dd93db38626a492383ee (patch)
tree0792758753a2ac452e0f7bd752e2e3bed71888a9 /app-emacs
parentapp-emacs/ivy: bump to 0.14.2 (diff)
downloadgentoo-6bbf583f83eb7c1a61a2dd93db38626a492383ee.tar.gz
gentoo-6bbf583f83eb7c1a61a2dd93db38626a492383ee.tar.bz2
gentoo-6bbf583f83eb7c1a61a2dd93db38626a492383ee.zip
app-emacs/swiper: drop old 0.13.4
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/swiper/Manifest1
-rw-r--r--app-emacs/swiper/swiper-0.13.4.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/app-emacs/swiper/Manifest b/app-emacs/swiper/Manifest
index 244180e94d8e..45fe46a14f11 100644
--- a/app-emacs/swiper/Manifest
+++ b/app-emacs/swiper/Manifest
@@ -1,2 +1 @@
-DIST swiper-0.13.4.tar.gz 245190 BLAKE2B c4da021b92fcedfec39cc60f670c97e4a421b8d4aef8183f50c4872bed835db79884cff113f58cf21dfa7ce33158218aa0cf25d72fc0081dc1c24a3b4376c60e SHA512 bf096a13f675f87af6ea68c974455896b64921ca4d7880c9ccc444aa3cea7c7e04c61be5deb2fd57d0568ff4d86f96ffcf94494b55d84d7a9f647f49b69aec9a
DIST swiper-0.14.0.tar.gz 249820 BLAKE2B 9184e66f910b9f7c401c9a5433b5915c393ece7711858c3f844d8afcbc13fa76039173b2ecd50bbaff586ff7596fd95e46e550a4282763e385f064d2e2103978 SHA512 e87fa2159d1541afdaa08e33584480cbeba75df15235bf57d4c8f6292b91be7e2a316e931c3f4d823da5fbf23d987ded293a433824af04357de231d26adfeeb1
diff --git a/app-emacs/swiper/swiper-0.13.4.ebuild b/app-emacs/swiper/swiper-0.13.4.ebuild
deleted file mode 100644
index 9198ac401176..000000000000
--- a/app-emacs/swiper/swiper-0.13.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Alternative to isearch that uses ivy to show overview of all matches"
-HOMEPAGE="https://github.com/abo-abo/swiper/"
-SRC_URI="https://github.com/abo-abo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-RESTRICT="test" # Ivy, Swiper and Counsel tests are performed in app-emacs/ivy
-
-RDEPEND=">=app-emacs/ivy-${PV}"
-BDEPEND="${RDEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- elisp-compile ${PN}.el
-}
-
-src_install() {
- elisp-install ${PN} ${PN}.el{,c}
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}