diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-09-20 07:39:07 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-09-21 07:08:28 +0200 |
commit | eb8144e6b24ca677f4a7af026908f0a0e067a5ad (patch) | |
tree | b25a596ecb21a508d329169677f337a4f7bd69eb /dev-ruby/hocon | |
parent | net-irc/irker: add 2.20 (diff) | |
download | gentoo-eb8144e6b24ca677f4a7af026908f0a0e067a5ad.tar.gz gentoo-eb8144e6b24ca677f4a7af026908f0a0e067a5ad.tar.bz2 gentoo-eb8144e6b24ca677f4a7af026908f0a0e067a5ad.zip |
dev-ruby/hocon: cleanup
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/hocon')
-rw-r--r-- | dev-ruby/hocon/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/hocon/hocon-1.2.5.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-ruby/hocon/Manifest b/dev-ruby/hocon/Manifest index 5f03791eedfa..1e95dce65ed2 100644 --- a/dev-ruby/hocon/Manifest +++ b/dev-ruby/hocon/Manifest @@ -1,2 +1 @@ -DIST hocon-1.2.5.gem 147968 BLAKE2B 9fe004d59cc3e66d770c7c8069ff2934a17befa120ccfb2e382f36f632a186095c3a94eb25e77ba3fff422394444ae85cf3adde2ed045d50f0ac99871c6dd909 SHA512 7d2d86c28edd6ed6dd99358558093cd224b9922bcbcdd2e95e23134ef0e9a2bae6129e7273435032850b672094e77f8f5b6d8cfeec03762b39ed6b63fc5fb5dd DIST hocon-1.3.1.tar.gz 146330 BLAKE2B 4eaa791f148347cf30cea04c79ed63fbc804a0ef7f4bdf1640da706f857a46a99342d338a8444b2df316ef972e11d5a3e10aae8d82f464b2964aa30c2086274c SHA512 c73cfd8d6c77751d1d2a35d85cad2f2eef700a01e8b8de9449c0c9dfefe8d4a80c4a79dd3db8ee4a6d2c3649f26d6780cbe05fe9b067de05ee3711b00faf4255 diff --git a/dev-ruby/hocon/hocon-1.2.5.ebuild b/dev-ruby/hocon/hocon-1.2.5.ebuild deleted file mode 100644 index fb65e2ad220d..000000000000 --- a/dev-ruby/hocon/hocon-1.2.5.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_BINWRAP="hocon" - -inherit ruby-fakegem - -DESCRIPTION="This is a port of the Typesafe Config library to Ruby." -HOMEPAGE="https://github.com/puppetlabs/ruby-hocon" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86" - -RDEPEND+="" -DEPEND+="" |