diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-01-21 09:17:40 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-01-21 09:44:54 +0100 |
commit | 83861f97d9d38b63d5fa4fe8797cbc39b02f0123 (patch) | |
tree | 163a2b55e272b69b3d98d7cf097e4681ddcb0bbc /dev-ruby/semantic_puppet | |
parent | dev-ruby/stomp: drop 1.4.9 (diff) | |
download | gentoo-83861f97d9d38b63d5fa4fe8797cbc39b02f0123.tar.gz gentoo-83861f97d9d38b63d5fa4fe8797cbc39b02f0123.tar.bz2 gentoo-83861f97d9d38b63d5fa4fe8797cbc39b02f0123.zip |
dev-ruby/semantic_puppet: drop 1.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/semantic_puppet')
-rw-r--r-- | dev-ruby/semantic_puppet/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-ruby/semantic_puppet/Manifest b/dev-ruby/semantic_puppet/Manifest index 2d7c1b090321..321d9a0a3d34 100644 --- a/dev-ruby/semantic_puppet/Manifest +++ b/dev-ruby/semantic_puppet/Manifest @@ -1,2 +1 @@ -DIST semantic_puppet-1.0.2.gem 31744 BLAKE2B fd80225f799f55fe668c712cec20ad57163c3829ce70f49a30e7b73037883ea1960be0ea8f510e147c30254b7527e64f323fd7f9edb30f934762088ed997a241 SHA512 b059d8c7b13ae96dfe012318e7c6ee483cc09986d5d065c8422167a27a14d8e99433229c90388a7ff9ee425a0f5b6a6a6d5bc55f8b81901490afd8039ea86480 DIST semantic_puppet-1.0.4.gem 32256 BLAKE2B 4704a6d913388d10cf32442511d66d742bcdba792d81d67de960209dbffc8ade970431e794934152b71031de83a75d9e09bda830e6e66838b68913d2bbb9da0a SHA512 8b830626e973bc74fb4f4147e83ca8048d412751ff48dbe96ec6e790645eae7a51c665b75a09d0f0fdec3b29d3798158c38b613e2f83d115d1ba2a4c8d24362a diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild b/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild deleted file mode 100644 index 2693101b352f..000000000000 --- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -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="amd64 ~arm ~hppa ppc ppc64 x86" -IUSE="" |