From 2f3123ac25bdc6a23191647de91701dbe69cdb73 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 31 Jul 2022 22:03:34 +0200 Subject: app-misc/selecta: update EAPI 6 -> 8 Signed-off-by: David Seifert --- app-misc/selecta/selecta-0.0.7-r1.ebuild | 25 +++++++++++++++++++++++++ app-misc/selecta/selecta-0.0.7.ebuild | 28 ---------------------------- 2 files changed, 25 insertions(+), 28 deletions(-) create mode 100644 app-misc/selecta/selecta-0.0.7-r1.ebuild delete mode 100644 app-misc/selecta/selecta-0.0.7.ebuild diff --git a/app-misc/selecta/selecta-0.0.7-r1.ebuild b/app-misc/selecta/selecta-0.0.7-r1.ebuild new file mode 100644 index 000000000000..014c6d49dd5b --- /dev/null +++ b/app-misc/selecta/selecta-0.0.7-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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" + +RDEPEND="dev-lang/ruby" + +src_install() { + dobin selecta + einstalldocs +} 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