Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hocon/
Date: Thu, 20 Aug 2020 06:42:40
Message-Id: 1597905749.070351ef0761b1faeedb224bff345068d9011407.graaff@gentoo
1 commit: 070351ef0761b1faeedb224bff345068d9011407
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 19 22:22:48 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 20 06:42:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070351ef
7
8 dev-ruby/hocon: cleanup
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/hocon/Manifest | 2 --
14 dev-ruby/hocon/hocon-1.2.6.ebuild | 24 ------------------------
15 dev-ruby/hocon/hocon-1.3.0.ebuild | 24 ------------------------
16 3 files changed, 50 deletions(-)
17
18 diff --git a/dev-ruby/hocon/Manifest b/dev-ruby/hocon/Manifest
19 index c3c04fce527..5f03791eedf 100644
20 --- a/dev-ruby/hocon/Manifest
21 +++ b/dev-ruby/hocon/Manifest
22 @@ -1,4 +1,2 @@
23 DIST hocon-1.2.5.gem 147968 BLAKE2B 9fe004d59cc3e66d770c7c8069ff2934a17befa120ccfb2e382f36f632a186095c3a94eb25e77ba3fff422394444ae85cf3adde2ed045d50f0ac99871c6dd909 SHA512 7d2d86c28edd6ed6dd99358558093cd224b9922bcbcdd2e95e23134ef0e9a2bae6129e7273435032850b672094e77f8f5b6d8cfeec03762b39ed6b63fc5fb5dd
24 -DIST hocon-1.2.6.tar.gz 145888 BLAKE2B 743b58d156e046e8226aec7d616bc4a8f6a044687270d50c7e618dde890927293bf750e6d4cbc0f394d1bd9b089c751f30aa08685026dab658efad1313b54d1c SHA512 dbc48fc1c895ee3278431e4dd6bb6b8a84f50bb630a768cc1fa295440d7d057c0eb72ab54d9ed35d397bbeb0febf110586a7d641d91b6898100ab7bf7b2a9001
25 -DIST hocon-1.3.0.tar.gz 146291 BLAKE2B c7104cd7fa2621ef5e39148de6e67c1b272153ae1b39dc5558b38202b5315f600f2933c19b6e075a5344bb215ba7ddaf95a73e0980cd3ff006dc67437b10823d SHA512 67a69b516197b4a0e64c275fe4b930a3b1128ef1949c47263ba9a20bd8397152a2a5dce0c64ce54dbcf7bd3c81d77aa2fb450e12f5aa7bacb0c85e61083904f6
26 DIST hocon-1.3.1.tar.gz 146330 BLAKE2B 4eaa791f148347cf30cea04c79ed63fbc804a0ef7f4bdf1640da706f857a46a99342d338a8444b2df316ef972e11d5a3e10aae8d82f464b2964aa30c2086274c SHA512 c73cfd8d6c77751d1d2a35d85cad2f2eef700a01e8b8de9449c0c9dfefe8d4a80c4a79dd3db8ee4a6d2c3649f26d6780cbe05fe9b067de05ee3711b00faf4255
27
28 diff --git a/dev-ruby/hocon/hocon-1.2.6.ebuild b/dev-ruby/hocon/hocon-1.2.6.ebuild
29 deleted file mode 100644
30 index c9a3580f249..00000000000
31 --- a/dev-ruby/hocon/hocon-1.2.6.ebuild
32 +++ /dev/null
33 @@ -1,24 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -USE_RUBY="ruby24 ruby25 ruby26"
40 -
41 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
42 -RUBY_FAKEGEM_EXTRADOC="README.md"
43 -RUBY_FAKEGEM_BINWRAP="hocon"
44 -
45 -RUBY_FAKEGEM_GEMSPEC="hocon.gemspec"
46 -
47 -inherit ruby-fakegem
48 -
49 -DESCRIPTION="This is a port of the Typesafe Config library to Ruby."
50 -HOMEPAGE="https://github.com/puppetlabs/ruby-hocon"
51 -SRC_URI="https://github.com/puppetlabs/ruby-hocon/archive/${PV}.tar.gz -> ${P}.tar.gz"
52 -RUBY_S="ruby-hocon-${PV}"
53 -
54 -LICENSE="Apache-2.0"
55 -SLOT="0"
56 -IUSE=""
57 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
58
59 diff --git a/dev-ruby/hocon/hocon-1.3.0.ebuild b/dev-ruby/hocon/hocon-1.3.0.ebuild
60 deleted file mode 100644
61 index ce808c13ff2..00000000000
62 --- a/dev-ruby/hocon/hocon-1.3.0.ebuild
63 +++ /dev/null
64 @@ -1,24 +0,0 @@
65 -# Copyright 1999-2020 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=7
69 -
70 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
71 -
72 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
73 -RUBY_FAKEGEM_EXTRADOC="README.md"
74 -RUBY_FAKEGEM_BINWRAP="hocon"
75 -
76 -RUBY_FAKEGEM_GEMSPEC="hocon.gemspec"
77 -
78 -inherit ruby-fakegem
79 -
80 -DESCRIPTION="This is a port of the Typesafe Config library to Ruby."
81 -HOMEPAGE="https://github.com/puppetlabs/ruby-hocon"
82 -SRC_URI="https://github.com/puppetlabs/ruby-hocon/archive/${PV}.tar.gz -> ${P}.tar.gz"
83 -RUBY_S="ruby-hocon-${PV}"
84 -
85 -LICENSE="Apache-2.0"
86 -SLOT="0"
87 -IUSE=""
88 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"