summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-07-03 01:38:13 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-07-03 01:48:50 +0200
commitbb01d7d92cc1863de76c7b6b7c6d0b60ffc23904 (patch)
tree577c40bbe342ce88a9116c3b0217d529ed0972b7 /app-emacs
parentapp-emacs/tempel: bump to 0.8 (diff)
downloadgentoo-bb01d7d92cc1863de76c7b6b7c6d0b60ffc23904.tar.gz
gentoo-bb01d7d92cc1863de76c7b6b7c6d0b60ffc23904.tar.bz2
gentoo-bb01d7d92cc1863de76c7b6b7c6d0b60ffc23904.zip
app-emacs/vertico: drop old 1.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/vertico/Manifest1
-rw-r--r--app-emacs/vertico/vertico-1.2.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/app-emacs/vertico/Manifest b/app-emacs/vertico/Manifest
index 408850c638ed..3a8e9301a4f1 100644
--- a/app-emacs/vertico/Manifest
+++ b/app-emacs/vertico/Manifest
@@ -1,3 +1,2 @@
DIST vertico-1.1.tar.gz 44320 BLAKE2B ca423d0a745cb0ed9c7f857f07595614264c8cf60056b696c31e26f85578278b1993c803556609fd444a1729f5380e314b39bd586073a6145b6b3e7f46462999 SHA512 e8df93ad4bd97d6313eefc3c2d88652841858a22db9be17b07e68095c158daf228f717524a6ba912541ce405afdfe5f696a3e5adf5d08c5e9e8b44694eb62294
-DIST vertico-1.2.tar.gz 44501 BLAKE2B 46ff938c13b6dbdf3f952a887b5fe4d091dfe68da067620e3ca2c567c783af748ab921502b7f5f66cfd6ffa7457b10563e95ae5d7add32565a15643531f83da4 SHA512 f7deeeaeb4b78a857e354dab8d61b5062147be4fb7b87083b0fd16d88bf26ec7354df462d17f756f538b32fbcbbda0878ee48540d1e45c592a5f7c2533c10eb0
DIST vertico-1.3.tar.gz 45142 BLAKE2B a835e540ce271b5dc1cea13a9894a82c6adc6729cf45692a8e345389550ba4900649232b530b6293789bf8ee33447a149c525f167335fdcfa64150c9bddf3c85 SHA512 2cd6c6f13858c55dc0c182fdb7b5e9b8866e10e88554252e6f1c3a465b525e67517d4213d392e59f40f20956e9fba0f414490788f580c5ace5ffd29c29b87a9b
diff --git a/app-emacs/vertico/vertico-1.2.ebuild b/app-emacs/vertico/vertico-1.2.ebuild
deleted file mode 100644
index 0ff52c845500..000000000000
--- a/app-emacs/vertico/vertico-1.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=27.1
-
-inherit elisp
-
-DESCRIPTION="Vertical interactive completion"
-HOMEPAGE="https://github.com/minad/vertico"
-SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=app-emacs/compat-29.1.4.0"
-BDEPEND="${RDEPEND}"
-
-DOCS=( CHANGELOG.org README.org )
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
- default
- mv extensions/*.el ./ || die
-}
-
-src_compile() {
- elisp_src_compile
- elisp-make-autoload-file
-}