commit:     2f3123ac25bdc6a23191647de91701dbe69cdb73
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 20:03:34 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 20:03:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3123ac

app-misc/selecta: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../selecta/{selecta-0.0.7.ebuild => selecta-0.0.7-r1.ebuild} | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/app-misc/selecta/selecta-0.0.7.ebuild 
b/app-misc/selecta/selecta-0.0.7-r1.ebuild
similarity index 77%
rename from app-misc/selecta/selecta-0.0.7.ebuild
rename to app-misc/selecta/selecta-0.0.7-r1.ebuild
index 102d07f58dd5..014c6d49dd5b 100644
--- a/app-misc/selecta/selecta-0.0.7.ebuild
+++ b/app-misc/selecta/selecta-0.0.7-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-if [[ ${PV} == "9999" ]]; then
+if [[ ${PV} == *9999 ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/garybernhardt/selecta";
 else
@@ -16,11 +16,8 @@ HOMEPAGE="https://github.com/garybernhardt/selecta";
 
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
 
-DEPEND=""
-RDEPEND="${DEPEND}
-       >=dev-lang/ruby-1.9.3"
+RDEPEND="dev-lang/ruby"
 
 src_install() {
        dobin selecta

Reply via email to