From fc371a2074058093b19db99b2ee6e5a8d1db18ef Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sun, 24 Mar 2019 23:46:03 -0700 Subject: [PATCH] dev-ruby/gist: new package Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Robin H. Johnson --- dev-ruby/gist/Manifest | 1 + dev-ruby/gist/gist-5.0.0.ebuild | 22 ++++++++++++++++++++++ dev-ruby/gist/metadata.xml | 18 ++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 dev-ruby/gist/Manifest create mode 100644 dev-ruby/gist/gist-5.0.0.ebuild create mode 100644 dev-ruby/gist/metadata.xml diff --git a/dev-ruby/gist/Manifest b/dev-ruby/gist/Manifest new file mode 100644 index 000000000000..9a396a39c7bd --- /dev/null +++ b/dev-ruby/gist/Manifest @@ -0,0 +1 @@ +DIST gist-5.0.0.gem 45568 BLAKE2B 1496185231da672dfa991776fc5836316905de606c086de4938601a791e171e8b74d5fc8b798e1db38f06abb27e4a6d513c9c035adc90c29437dd2f1cb812e96 SHA512 536ba3b1d7b008675496f16b5d353f766576aca5b3a0626ccb30ec94dd4a36b720f69bc7e0cacdb0d6ebb877a38ef7cb2431e426211eccff32e51c22bdcc013f diff --git a/dev-ruby/gist/gist-5.0.0.ebuild b/dev-ruby/gist/gist-5.0.0.ebuild new file mode 100644 index 000000000000..f5655faac28f --- /dev/null +++ b/dev-ruby/gist/gist-5.0.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby23 ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Potentially the best command line gister." +HOMEPAGE="https://github.com/defunkt/gist" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +# dev-python/txgithub also installs a 'gist' binary. +RDEPEND="!dev-python/txgithub" diff --git a/dev-ruby/gist/metadata.xml b/dev-ruby/gist/metadata.xml new file mode 100644 index 000000000000..65c7748e96ca --- /dev/null +++ b/dev-ruby/gist/metadata.xml @@ -0,0 +1,18 @@ + + + + + robbat2@gentoo.org + Robin H. Johnson + + + ruby@gentoo.org + Gentoo Ruby Project + + + Commandline tool for GitHub Gist interaction, including editing & listing. + + + defunkt/gist + + -- 2.26.2