commit:     fc371a2074058093b19db99b2ee6e5a8d1db18ef
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 06:46:03 2019 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 06:57:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc371a20

dev-ruby/gist: new package

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 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(+)

diff --git a/dev-ruby/gist/Manifest b/dev-ruby/gist/Manifest
new file mode 100644
index 00000000000..9a396a39c7b
--- /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 00000000000..f5655faac28
--- /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 00000000000..65c7748e96c
--- /dev/null
+++ b/dev-ruby/gist/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Robin H. Johnson</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo Ruby Project</name>
+       </maintainer>
+       <longdescription>
+               Commandline tool for GitHub Gist interaction, including editing 
&amp; listing.
+       </longdescription>
+       <upstream>
+               <remote-id type="github">defunkt/gist</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to