From: Lucian Poston Date: Sat, 7 Jul 2018 16:04:31 +0000 (-0700) Subject: app-misc/selecta: new package X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=961b9f3b6f311a8e70bfcd4bebc9d181addd44e4;p=gentoo.git app-misc/selecta: new package 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 --- diff --git a/app-misc/selecta/Manifest b/app-misc/selecta/Manifest new file mode 100644 index 000000000000..d16478d877ed --- /dev/null +++ b/app-misc/selecta/Manifest @@ -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 index 000000000000..6bf484adc0d0 --- /dev/null +++ b/app-misc/selecta/metadata.xml @@ -0,0 +1,12 @@ + + + + + lucianposton@pm.me + Lucian Poston + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/app-misc/selecta/selecta-0.0.7.ebuild b/app-misc/selecta/selecta-0.0.7.ebuild new file mode 100644 index 000000000000..102d07f58dd5 --- /dev/null +++ b/app-misc/selecta/selecta-0.0.7.ebuild @@ -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 index 000000000000..102d07f58dd5 --- /dev/null +++ b/app-misc/selecta/selecta-9999.ebuild @@ -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 +}