diff options
Diffstat (limited to 'dev-ruby/hocon')
-rw-r--r-- | dev-ruby/hocon/Manifest | 3 | ||||
-rw-r--r-- | dev-ruby/hocon/hocon-1.2.5.ebuild | 24 | ||||
-rw-r--r-- | dev-ruby/hocon/metadata.xml | 15 |
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-ruby/hocon/Manifest b/dev-ruby/hocon/Manifest deleted file mode 100644 index a3d3a44fa6ff..000000000000 --- a/dev-ruby/hocon/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST hocon-1.2.5.gem 147968 BLAKE2B 9fe004d59cc3e66d770c7c8069ff2934a17befa120ccfb2e382f36f632a186095c3a94eb25e77ba3fff422394444ae85cf3adde2ed045d50f0ac99871c6dd909 SHA512 7d2d86c28edd6ed6dd99358558093cd224b9922bcbcdd2e95e23134ef0e9a2bae6129e7273435032850b672094e77f8f5b6d8cfeec03762b39ed6b63fc5fb5dd -EBUILD hocon-1.2.5.ebuild 535 BLAKE2B dd70c64fa87ea29ad167a65f14621ef3ca452b3d5563e52597509c9300f5607c58bded23193c66e66d802369ce53bf594a00bb3040acb1a0b3d38b15bfa96943 SHA512 05db1fc82a0dfb2c54b4c400f34d05c516bcb244be69c05c1028116417d75d7de1b0ac5b4dc62fc001addc7907c668222bcc9a788397a77b6593122c39644cd3 -MISC metadata.xml 514 BLAKE2B 41c8fb2854ca091452e2530a98518581287253088bc3709b9945a47ca1ad06ffeb4ef40a1da8e2843322fde51e805e381a768a8cf3fd14b5d62d660fe975a59e SHA512 cfd1c8e9f9eaf4f3cf797e9fb40bdeee6004a38e1d3dac66469dc43944204722720c63798671d3032034dd826f44075257db43021910d31af3333df423064ba3 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 ccfcd6606a4d..000000000000 --- a/dev-ruby/hocon/hocon-1.2.5.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby23 ruby24 ruby25" - -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+="" diff --git a/dev-ruby/hocon/metadata.xml b/dev-ruby/hocon/metadata.xml deleted file mode 100644 index 35e550cdf3fd..000000000000 --- a/dev-ruby/hocon/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ruby@gentoo.org</email> - </maintainer> - <maintainer type="person"> - <email>prometheanfire@gentoo.org</email> - <name>Matthew Thode</name> - </maintainer> - <longdescription lang="en"> - This is a port of the Typesafe Config library to Ruby. - The library provides Ruby support for the HOCON configuration file format. - </longdescription> -</pkgmetadata> |