From dd2aea324c07fe1bd13143bb37eff11117b6130a Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 24 Oct 2019 02:09:32 +0200 Subject: Dice(kiwi) and dependencies; kiwi and dependecies (still missing zypper) --- dev-ruby/abstract_method/Manifest | 2 ++ .../abstract_method/abstract_method-1.2.1.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 dev-ruby/abstract_method/Manifest create mode 100644 dev-ruby/abstract_method/abstract_method-1.2.1.ebuild (limited to 'dev-ruby/abstract_method') diff --git a/dev-ruby/abstract_method/Manifest b/dev-ruby/abstract_method/Manifest new file mode 100644 index 0000000..bafbdac --- /dev/null +++ b/dev-ruby/abstract_method/Manifest @@ -0,0 +1,2 @@ +DIST abstract_method-1.2.1.gem 5120 BLAKE2B 2d3e401d4b0ff7ff926ab8668931379199cc424036dfff10d1031e417dcd560952823122b3ef154cff2e9243b9f722c36890db5cc3a4bd173c5e4913fc6ed9f4 SHA512 65b39bb8be13337e83204808350d1f6308b704ec0d5e2a44caaee3e73f5c62521b1827a8f89a95e848d4d28dcf3edb022c35c2219f2847d3885f43627268b966 +EBUILD abstract_method-1.2.1.ebuild 501 BLAKE2B 8ad9632c756e8471b9987fbdc196eb9041951ade2d5179322565d22ba7644d1fe2fa157c3735e318ab9289a91a6f366f5ace6ba0312a43c9df591340538e9b64 SHA512 8dcd43cc8023e0b12942feae842f94758604a0072cd8d7817c452105e576b7dc8a2560d90de10d673c4a38d63b27886678b264d70af08ea2310f511579c45510 diff --git a/dev-ruby/abstract_method/abstract_method-1.2.1.ebuild b/dev-ruby/abstract_method/abstract_method-1.2.1.ebuild new file mode 100644 index 0000000..ab8775b --- /dev/null +++ b/dev-ruby/abstract_method/abstract_method-1.2.1.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="ruby24 ruby25 ruby26" +RUBY_FAKEGEM_EXTRAINSTALL="VERSION" + +inherit ruby-fakegem + +DESCRIPTION="Abstract Method is a tiny library enabling you to define abstract methods in Ruby classes and modules." +HOMEPAGE="https://rubygems.org/gems/abstract_method/" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +ruby_add_bdepend " + dev-ruby/rspec + dev-ruby/yard + dev-ruby/redcarpet +" -- cgit v1.2.3