diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-12-02 13:50:13 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-12-03 08:13:16 +0100 |
commit | 6a5f5434ea0f7cd887d9cbd0bd69b42bac031c58 (patch) | |
tree | cd0f7f747e1709a8f3c4673ea58020cdcc12a329 /dev-ruby/semantic_puppet | |
parent | dev-ruby/simple-rss: drop 1.3.3 (diff) | |
download | gentoo-6a5f5434ea0f7cd887d9cbd0bd69b42bac031c58.tar.gz gentoo-6a5f5434ea0f7cd887d9cbd0bd69b42bac031c58.tar.bz2 gentoo-6a5f5434ea0f7cd887d9cbd0bd69b42bac031c58.zip |
dev-ruby/semantic_puppet: drop 1.0.3
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.3.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-ruby/semantic_puppet/Manifest b/dev-ruby/semantic_puppet/Manifest index 90bc5047302f..2d7c1b090321 100644 --- a/dev-ruby/semantic_puppet/Manifest +++ b/dev-ruby/semantic_puppet/Manifest @@ -1,3 +1,2 @@ DIST semantic_puppet-1.0.2.gem 31744 BLAKE2B fd80225f799f55fe668c712cec20ad57163c3829ce70f49a30e7b73037883ea1960be0ea8f510e147c30254b7527e64f323fd7f9edb30f934762088ed997a241 SHA512 b059d8c7b13ae96dfe012318e7c6ee483cc09986d5d065c8422167a27a14d8e99433229c90388a7ff9ee425a0f5b6a6a6d5bc55f8b81901490afd8039ea86480 -DIST semantic_puppet-1.0.3.gem 32256 BLAKE2B bbde7e40e2d7361b09906974b451a33a2698dcc33db1ab3c790968318b21f4c72d2ce775eb56c331b0509666972cde2e5a1db64580eb6e558d604ff025e389d0 SHA512 bdca6793a064d37d15010551c579f61837b1095025d84469ed8893d4bbed4372cde005ed452460a8d771c8e4bf842283628f2c613295bab0af3834cdc163f7ba DIST semantic_puppet-1.0.4.gem 32256 BLAKE2B 4704a6d913388d10cf32442511d66d742bcdba792d81d67de960209dbffc8ade970431e794934152b71031de83a75d9e09bda830e6e66838b68913d2bbb9da0a SHA512 8b830626e973bc74fb4f4147e83ca8048d412751ff48dbe96ec6e790645eae7a51c665b75a09d0f0fdec3b29d3798158c38b613e2f83d115d1ba2a4c8d24362a diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.3.ebuild b/dev-ruby/semantic_puppet/semantic_puppet-1.0.3.ebuild deleted file mode 100644 index ce1be8b94a38..000000000000 --- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -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="" |