Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/selecta/
Date: Sun, 31 Jul 2022 20:03:58
Message-Id: 1659297813.7d4397ff1e3c495bba154afb57101307eba3ca31.soap@gentoo
1 commit: 7d4397ff1e3c495bba154afb57101307eba3ca31
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 20:03:33 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 20:03:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4397ff
7
8 app-misc/selecta: remove unmaintained live ebuild
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 app-misc/selecta/selecta-9999.ebuild | 28 ----------------------------
13 1 file changed, 28 deletions(-)
14
15 diff --git a/app-misc/selecta/selecta-9999.ebuild b/app-misc/selecta/selecta-9999.ebuild
16 deleted file mode 100644
17 index 102d07f58dd5..000000000000
18 --- a/app-misc/selecta/selecta-9999.ebuild
19 +++ /dev/null
20 @@ -1,28 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -if [[ ${PV} == "9999" ]]; then
27 - inherit git-r3
28 - EGIT_REPO_URI="https://github.com/garybernhardt/selecta"
29 -else
30 - SRC_URI="https://github.com/garybernhardt/selecta/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31 - KEYWORDS="~amd64 ~x86"
32 -fi
33 -
34 -DESCRIPTION="A fuzzy text selector for files and anything else you need to select"
35 -HOMEPAGE="https://github.com/garybernhardt/selecta"
36 -
37 -LICENSE="MIT"
38 -SLOT="0"
39 -IUSE=""
40 -
41 -DEPEND=""
42 -RDEPEND="${DEPEND}
43 - >=dev-lang/ruby-1.9.3"
44 -
45 -src_install() {
46 - dobin selecta
47 - einstalldocs
48 -}