diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-04-09 07:02:40 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-04-09 07:02:40 +0200 |
commit | 3ef752eb664413c366633f97ca1bcf2f855340bd (patch) | |
tree | d7222cd2edcca4abb85696877713b3d6c486edf3 /dev-ruby/semantic_puppet | |
parent | dev-ruby/shoulda-context: cleanup (diff) | |
download | gentoo-3ef752eb664413c366633f97ca1bcf2f855340bd.tar.gz gentoo-3ef752eb664413c366633f97ca1bcf2f855340bd.tar.bz2 gentoo-3ef752eb664413c366633f97ca1bcf2f855340bd.zip |
dev-ruby/semantic_puppet: cleanup
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/semantic_puppet')
-rw-r--r-- | dev-ruby/semantic_puppet/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/semantic_puppet/semantic_puppet-0.1.3.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild | 24 |
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-ruby/semantic_puppet/Manifest b/dev-ruby/semantic_puppet/Manifest index 8aa0a753bc01..b85af5cc2ff4 100644 --- a/dev-ruby/semantic_puppet/Manifest +++ b/dev-ruby/semantic_puppet/Manifest @@ -1,3 +1 @@ -DIST semantic_puppet-0.1.3.gem 25600 BLAKE2B d227b5fb500af4da47db7dbc197d84a5d06485420e43473d3bd6a43b79cc3744a6b382a51e2cf2172a9f80432540e952344b95edda4b10bd7f04b0a535380fb7 SHA512 ee676033fbbea42f7316d03d13a99a5278385237eba3651e2eb8c2c64abc7c39bf5035d5bc71573be83622ae9f6681bff6f25b643c176679fcba4966361dd061 -DIST semantic_puppet-1.0.1.gem 32256 BLAKE2B 21125e70a8c7af1bbf476c94cffd3e72f16595b5b4c67b114ba2e7b92a4467975b1d368d2447139088cf0acb7f15c45371ad7bac07ccd095590c420cbaf5a83b SHA512 739641c4cce0c6d47c1ccfdda4c6577dc74a8232909f10ed493e865d0c1d691aa9367c978c23f139fd0bc36236664bda8503129f8162a04f72a51c872105e7d3 DIST semantic_puppet-1.0.2.gem 31744 BLAKE2B fd80225f799f55fe668c712cec20ad57163c3829ce70f49a30e7b73037883ea1960be0ea8f510e147c30254b7527e64f323fd7f9edb30f934762088ed997a241 SHA512 b059d8c7b13ae96dfe012318e7c6ee483cc09986d5d065c8422167a27a14d8e99433229c90388a7ff9ee425a0f5b6a6a6d5bc55f8b81901490afd8039ea86480 diff --git a/dev-ruby/semantic_puppet/semantic_puppet-0.1.3.ebuild b/dev-ruby/semantic_puppet/semantic_puppet-0.1.3.ebuild deleted file mode 100644 index a0781e52ccd1..000000000000 --- a/dev-ruby/semantic_puppet/semantic_puppet-0.1.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" - -inherit ruby-fakegem - -DESCRIPTION="Library of tools for working with Semantic Versions and module dependencies" -HOMEPAGE="https://github.com/puppetlabs/semantic_puppet" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild b/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild deleted file mode 100644 index 8ff4fb20d21e..000000000000 --- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" - -RUBY_FAKEGEM_EXTRAINSTALL="locales" - -inherit ruby-fakegem - -DESCRIPTION="Library of tools for working with Semantic Versions and module dependencies" -HOMEPAGE="https://github.com/puppetlabs/semantic_puppet" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/gettext-setup-0.3" |