summaryrefslogtreecommitdiff
path: root/app-misc/selecta
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-01 03:14:33 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-01 03:14:33 +0100
commit0c764edfecb7e9e124d4669acd98bed09e23b6c0 (patch)
tree2862ab17d2f88cb7c9614b7fbe579f25ae604b8d /app-misc/selecta
parentae1bf373db295b495e1f685d116e3411bf10df0b (diff)
gentoo auto-resync : 01:08:2022 - 03:14:32
Diffstat (limited to 'app-misc/selecta')
-rw-r--r--app-misc/selecta/Manifest3
-rw-r--r--app-misc/selecta/selecta-0.0.7-r1.ebuild (renamed from app-misc/selecta/selecta-0.0.7.ebuild)11
-rw-r--r--app-misc/selecta/selecta-9999.ebuild28
3 files changed, 5 insertions, 37 deletions
diff --git a/app-misc/selecta/Manifest b/app-misc/selecta/Manifest
index 199475b76110..5819932a6e61 100644
--- a/app-misc/selecta/Manifest
+++ b/app-misc/selecta/Manifest
@@ -1,4 +1,3 @@
DIST selecta-0.0.7.tar.gz 116987 BLAKE2B dda7f21ad939780a1d631086eb669f4824277c9b9bc4a762fa56e201fca3202ee8fab63ea1328dfabf868f4c430456969be99ec1520afcb8c509518f589a3a6a SHA512 7db8fefa51411c6b9996bd1e19889902e807471bb76309bbcace16dcfae70cdb71bdd7abd2c1a96b99d2fe1f9ecbdb1972e95485a2d06b3e3258303a0fef2018
-EBUILD selecta-0.0.7.ebuild 612 BLAKE2B f5392d93eb8e00563aa659649071c8d4f75caa73276dc177e975e01a49530a5542c03f7dcefa168e12b831a7244e0b96d72bb22f6131eb44177c3287cbb876bc SHA512 882a115d5702e7def5b7139688caea83ce853d044bcd59e4814501e32cf323c3b8259a61a646f6ebf73cd047666493ef9826e7a2204ffc7a3cdc7f5a70390296
-EBUILD selecta-9999.ebuild 612 BLAKE2B f5392d93eb8e00563aa659649071c8d4f75caa73276dc177e975e01a49530a5542c03f7dcefa168e12b831a7244e0b96d72bb22f6131eb44177c3287cbb876bc SHA512 882a115d5702e7def5b7139688caea83ce853d044bcd59e4814501e32cf323c3b8259a61a646f6ebf73cd047666493ef9826e7a2204ffc7a3cdc7f5a70390296
+EBUILD selecta-0.0.7-r1.ebuild 571 BLAKE2B 497d87d6501d004ac73b4a393eb594ee8ceda8090fddd901a0d91099f8c2369810224d8b7a43c96ad1d8da9c1e4b3454eb640ee2166988c64c846ebdf9268131 SHA512 d81428b61bc8c4a38b8a94885d6099ddbd133c787a49e549375bff4a5ab9663b245300ea349437f59eb92bb7982220790423f47edbc587640df996016985ccf4
MISC metadata.xml 395 BLAKE2B 33f528b302e014c10806a2aaedcf1ce7a512d85e7b69fec656ee4fbdc2b1f55c6d033d543be518f6d3eb14e6782a93faa2166fdab959798b10e9ff3a6fdafd9d SHA512 37b5a72e8b04358fbb44e822cc740f738333039a94c772c94a99c5f90deb059c465684c7dd78be5564eb7dee039ec2d03369f57bd13a5947ff65416fd57299a7
diff --git a/app-misc/selecta/selecta-0.0.7.ebuild b/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
diff --git a/app-misc/selecta/selecta-9999.ebuild b/app-misc/selecta/selecta-9999.ebuild
deleted file mode 100644
index 102d07f58dd5..000000000000
--- a/app-misc/selecta/selecta-9999.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
-}