diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2019-03-24 23:46:03 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2019-03-24 23:57:36 -0700 |
commit | fc371a2074058093b19db99b2ee6e5a8d1db18ef (patch) | |
tree | 6eca79aeeb32aef4339177e490b197aad7b2f0f1 /dev-ruby/gist | |
parent | sys-cluster/keepalived: catch up to new features (diff) | |
download | gentoo-fc371a2074058093b19db99b2ee6e5a8d1db18ef.tar.gz gentoo-fc371a2074058093b19db99b2ee6e5a8d1db18ef.tar.bz2 gentoo-fc371a2074058093b19db99b2ee6e5a8d1db18ef.zip |
dev-ruby/gist: new package
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'dev-ruby/gist')
-rw-r--r-- | dev-ruby/gist/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/gist/gist-5.0.0.ebuild | 22 | ||||
-rw-r--r-- | dev-ruby/gist/metadata.xml | 18 |
3 files changed, 41 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>robbat2@gentoo.org</email> + <name>Robin H. Johnson</name> + </maintainer> + <maintainer type="project"> + <email>ruby@gentoo.org</email> + <name>Gentoo Ruby Project</name> + </maintainer> + <longdescription> + Commandline tool for GitHub Gist interaction, including editing & listing. + </longdescription> + <upstream> + <remote-id type="github">defunkt/gist</remote-id> + </upstream> +</pkgmetadata> |