From 0c764edfecb7e9e124d4669acd98bed09e23b6c0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 1 Aug 2022 03:14:33 +0100 Subject: gentoo auto-resync : 01:08:2022 - 03:14:32 --- app-misc/selecta/selecta-0.0.7.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 app-misc/selecta/selecta-0.0.7.ebuild (limited to 'app-misc/selecta/selecta-0.0.7.ebuild') diff --git a/app-misc/selecta/selecta-0.0.7.ebuild b/app-misc/selecta/selecta-0.0.7.ebuild deleted file mode 100644 index 102d07f58dd5..000000000000 --- a/app-misc/selecta/selecta-0.0.7.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -if [[ ${PV} == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/garybernhardt/selecta" -else - SRC_URI="https://github.com/garybernhardt/selecta/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="A fuzzy text selector for files and anything else you need to select" -HOMEPAGE="https://github.com/garybernhardt/selecta" - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - >=dev-lang/ruby-1.9.3" - -src_install() { - dobin selecta - einstalldocs -} -- cgit v1.2.3