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/semantic_puppet/
Date: Tue, 09 Jan 2018 06:17:40
Message-Id: 1515478574.59198dda2a25843f354093ec6217709ef4bc868e.graaff@gentoo
1 commit: 59198dda2a25843f354093ec6217709ef4bc868e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 9 06:16:14 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 9 06:16:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59198dda
7
8 dev-ruby/semantic_puppet: cleanup
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-ruby/semantic_puppet/Manifest | 1 -
13 .../semantic_puppet/semantic_puppet-1.0.0.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-ruby/semantic_puppet/Manifest b/dev-ruby/semantic_puppet/Manifest
17 index 54d6ccc6091..4c30d65d08c 100644
18 --- a/dev-ruby/semantic_puppet/Manifest
19 +++ b/dev-ruby/semantic_puppet/Manifest
20 @@ -1,3 +1,2 @@
21 DIST semantic_puppet-0.1.3.gem 25600 BLAKE2B d227b5fb500af4da47db7dbc197d84a5d06485420e43473d3bd6a43b79cc3744a6b382a51e2cf2172a9f80432540e952344b95edda4b10bd7f04b0a535380fb7 SHA512 ee676033fbbea42f7316d03d13a99a5278385237eba3651e2eb8c2c64abc7c39bf5035d5bc71573be83622ae9f6681bff6f25b643c176679fcba4966361dd061
22 -DIST semantic_puppet-1.0.0.gem 32256 BLAKE2B 2986def6877cffa9811fd37ba7db5a16229c16292af8ae47db9c925e003f06d4071447f1bdc9c084742702e710e946c2bed3797a51a4f3886eb71c77200db550 SHA512 b44d139221e12b29c46a8114abfede123a305f0cb33c8be21ab410db1b1bad3d7f708800c513566e4a5f0aa3cccc9d0197b9d9b0aa0015b7055dd06a887b334d
23 DIST semantic_puppet-1.0.1.gem 32256 BLAKE2B 21125e70a8c7af1bbf476c94cffd3e72f16595b5b4c67b114ba2e7b92a4467975b1d368d2447139088cf0acb7f15c45371ad7bac07ccd095590c420cbaf5a83b SHA512 739641c4cce0c6d47c1ccfdda4c6577dc74a8232909f10ed493e865d0c1d691aa9367c978c23f139fd0bc36236664bda8503129f8162a04f72a51c872105e7d3
24
25 diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.0.ebuild b/dev-ruby/semantic_puppet/semantic_puppet-1.0.0.ebuild
26 deleted file mode 100644
27 index 1cfb244da2d..00000000000
28 --- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.0.ebuild
29 +++ /dev/null
30 @@ -1,22 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -USE_RUBY="ruby21 ruby22 ruby23"
36 -
37 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
38 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
39 -
40 -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
41 -
42 -inherit ruby-fakegem
43 -
44 -DESCRIPTION="Library of tools for working with Semantic Versions and module dependencies"
45 -HOMEPAGE="https://github.com/puppetlabs/semantic_puppet"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -IUSE=""
51 -
52 -ruby_add_rdepend ">=dev-ruby/gettext-setup-0.3"