Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/vertico/
Date: Sun, 19 Mar 2023 08:50:52
Message-Id: 1679215325.6dea474b78a05533ea9cfc5ca433605b13413527.matthew@gentoo
1 commit: 6dea474b78a05533ea9cfc5ca433605b13413527
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 08:42:05 2023 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 08:42:05 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dea474b
7
8 app-emacs/vertico: drop 0.29, 1.0
9
10 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
11
12 app-emacs/vertico/Manifest | 2 --
13 app-emacs/vertico/vertico-0.29.ebuild | 29 -----------------------------
14 app-emacs/vertico/vertico-1.0.ebuild | 29 -----------------------------
15 3 files changed, 60 deletions(-)
16
17 diff --git a/app-emacs/vertico/Manifest b/app-emacs/vertico/Manifest
18 index 92d87bd9d3e0..a14ae3c8df4e 100644
19 --- a/app-emacs/vertico/Manifest
20 +++ b/app-emacs/vertico/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST vertico-0.29.tar.gz 43682 BLAKE2B fef1ae786c823d7180f1c2d312a5961309d934145029933cc05e09839120bb2f4fcd1dbfad2194bb8613badb49966d1f69eb658397e4e2346ccc46fb228136ff SHA512 6af726ee916090247d003f552470dea6a2348c3ca382e030fe4c3de777c3414ed00a50aa5cdec17de7e59ebd44f5d88d842a284b38be7f9edca9220a1b240da0
23 -DIST vertico-1.0.tar.gz 43930 BLAKE2B 7418566d03c86c95aeb1969db19359628f04930413b17aaa2113836ee90368bb6df26c6af16a530a2977f3834b56565bbcd304ce362b6387baf9cc812c8b2982 SHA512 ad4e92b1edc5897f37b5ecc0c2f3291cf775afca14a33f1db17878f0560a4a1230513b833b1222f97b92f8711d2178bc30c6ccb55c8d22593f29b01717fd8968
24 DIST vertico-1.1.tar.gz 44320 BLAKE2B ca423d0a745cb0ed9c7f857f07595614264c8cf60056b696c31e26f85578278b1993c803556609fd444a1729f5380e314b39bd586073a6145b6b3e7f46462999 SHA512 e8df93ad4bd97d6313eefc3c2d88652841858a22db9be17b07e68095c158daf228f717524a6ba912541ce405afdfe5f696a3e5adf5d08c5e9e8b44694eb62294
25 DIST vertico-1.2.tar.gz 44501 BLAKE2B 46ff938c13b6dbdf3f952a887b5fe4d091dfe68da067620e3ca2c567c783af748ab921502b7f5f66cfd6ffa7457b10563e95ae5d7add32565a15643531f83da4 SHA512 f7deeeaeb4b78a857e354dab8d61b5062147be4fb7b87083b0fd16d88bf26ec7354df462d17f756f538b32fbcbbda0878ee48540d1e45c592a5f7c2533c10eb0
26
27 diff --git a/app-emacs/vertico/vertico-0.29.ebuild b/app-emacs/vertico/vertico-0.29.ebuild
28 deleted file mode 100644
29 index eec14ff439d5..000000000000
30 --- a/app-emacs/vertico/vertico-0.29.ebuild
31 +++ /dev/null
32 @@ -1,29 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -NEED_EMACS=27
39 -
40 -inherit elisp
41 -
42 -DESCRIPTION="Vertical interactive completion"
43 -HOMEPAGE="https://github.com/minad/vertico"
44 -SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="GPL-3+"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -
50 -DOCS=( README.org )
51 -SITEFILE="50${PN}-gentoo.el"
52 -
53 -src_prepare() {
54 - default
55 - mv extensions/*.el . || die
56 -}
57 -
58 -src_compile() {
59 - elisp_src_compile
60 - elisp-make-autoload-file
61 -}
62
63 diff --git a/app-emacs/vertico/vertico-1.0.ebuild b/app-emacs/vertico/vertico-1.0.ebuild
64 deleted file mode 100644
65 index eec14ff439d5..000000000000
66 --- a/app-emacs/vertico/vertico-1.0.ebuild
67 +++ /dev/null
68 @@ -1,29 +0,0 @@
69 -# Copyright 1999-2022 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=8
73 -
74 -NEED_EMACS=27
75 -
76 -inherit elisp
77 -
78 -DESCRIPTION="Vertical interactive completion"
79 -HOMEPAGE="https://github.com/minad/vertico"
80 -SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
81 -
82 -LICENSE="GPL-3+"
83 -SLOT="0"
84 -KEYWORDS="~amd64 ~x86"
85 -
86 -DOCS=( README.org )
87 -SITEFILE="50${PN}-gentoo.el"
88 -
89 -src_prepare() {
90 - default
91 - mv extensions/*.el . || die
92 -}
93 -
94 -src_compile() {
95 - elisp_src_compile
96 - elisp-make-autoload-file
97 -}