app-misc/selecta: new package
authorLucian Poston <lucianposton@pm.me>
Sat, 7 Jul 2018 16:04:31 +0000 (09:04 -0700)
committerTony Vroon <chainsaw@gentoo.org>
Wed, 11 Jul 2018 08:45:18 +0000 (09:45 +0100)
Closes: https://bugs.gentoo.org/660602

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9087
Closes: https://bugs.gentoo.org/660602

app-misc/selecta/Manifest [new file with mode: 0644]
app-misc/selecta/metadata.xml [new file with mode: 0644]
app-misc/selecta/selecta-0.0.7.ebuild [new file with mode: 0644]
app-misc/selecta/selecta-9999.ebuild [new file with mode: 0644]

diff --git a/app-misc/selecta/Manifest b/app-misc/selecta/Manifest
new file mode 100644 (file)
index 0000000..d16478d
--- /dev/null
@@ -0,0 +1 @@
+DIST selecta-0.0.7.tar.gz 116987 BLAKE2B dda7f21ad939780a1d631086eb669f4824277c9b9bc4a762fa56e201fca3202ee8fab63ea1328dfabf868f4c430456969be99ec1520afcb8c509518f589a3a6a SHA512 7db8fefa51411c6b9996bd1e19889902e807471bb76309bbcace16dcfae70cdb71bdd7abd2c1a96b99d2fe1f9ecbdb1972e95485a2d06b3e3258303a0fef2018
diff --git a/app-misc/selecta/metadata.xml b/app-misc/selecta/metadata.xml
new file mode 100644 (file)
index 0000000..6bf484a
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>lucianposton@pm.me</email>
+               <name>Lucian Poston</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-maint@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+</pkgmetadata>
diff --git a/app-misc/selecta/selecta-0.0.7.ebuild b/app-misc/selecta/selecta-0.0.7.ebuild
new file mode 100644 (file)
index 0000000..102d07f
--- /dev/null
@@ -0,0 +1,28 @@
+# 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
+}
diff --git a/app-misc/selecta/selecta-9999.ebuild b/app-misc/selecta/selecta-9999.ebuild
new file mode 100644 (file)
index 0000000..102d07f
--- /dev/null
@@ -0,0 +1,28 @@
+# 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
+}