From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C9D7138334 for ; Mon, 25 Mar 2019 06:57:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BAC9E096E; Mon, 25 Mar 2019 06:57:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DDAD8E096E for ; Mon, 25 Mar 2019 06:57:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAFEF335C77 for ; Mon, 25 Mar 2019 06:57:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D35C57B for ; Mon, 25 Mar 2019 06:57:43 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1553497056.fc371a2074058093b19db99b2ee6e5a8d1db18ef.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/gist/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/gist/Manifest dev-ruby/gist/gist-5.0.0.ebuild dev-ruby/gist/metadata.xml X-VCS-Directories: dev-ruby/gist/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: fc371a2074058093b19db99b2ee6e5a8d1db18ef X-VCS-Branch: master Date: Mon, 25 Mar 2019 06:57:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f54ee085-2eb6-487c-9d89-acaa78f9c21a X-Archives-Hash: 12c16c86581558b30e508e49ad61efe4 commit: fc371a2074058093b19db99b2ee6e5a8d1db18ef Author: Robin H. Johnson gentoo org> AuthorDate: Mon Mar 25 06:46:03 2019 +0000 Commit: Robin H. Johnson gentoo 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 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 @@ + + + + + robbat2@gentoo.org + Robin H. Johnson + + + ruby@gentoo.org + Gentoo Ruby Project + + + Commandline tool for GitHub Gist interaction, including editing & listing. + + + defunkt/gist + +