diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-06-27 05:23:57 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-06-27 05:23:57 +0200 |
commit | 514e1497706b47b6bb40fa90c3503b114b0ade3d (patch) | |
tree | 3c89c10bfe3fe34cb539b047c081eafeb9567fa2 /dev-ruby/jmespath | |
parent | dev-python/pydl: version bump (diff) | |
download | gentoo-514e1497706b47b6bb40fa90c3503b114b0ade3d.tar.gz gentoo-514e1497706b47b6bb40fa90c3503b114b0ade3d.tar.bz2 gentoo-514e1497706b47b6bb40fa90c3503b114b0ade3d.zip |
dev-ruby/jmespath: cleanup
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-ruby/jmespath')
-rw-r--r-- | dev-ruby/jmespath/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/jmespath/jmespath-1.2.4.ebuild | 26 | ||||
-rw-r--r-- | dev-ruby/jmespath/jmespath-1.3.0.ebuild | 26 |
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-ruby/jmespath/Manifest b/dev-ruby/jmespath/Manifest index bd39c84aea34..db80531637cd 100644 --- a/dev-ruby/jmespath/Manifest +++ b/dev-ruby/jmespath/Manifest @@ -1,3 +1 @@ -DIST jmespath-1.2.4.tar.gz 39134 SHA256 5afc8c54de936bd533623ccbe4fc4057b9f0ec189fea81f46f0b5824372d3f95 SHA512 338e4c732285f92a958ccc6b7a347943443c147ae2ac17de4858363a6764928298beb077f081ef613bcf4a9ed30a5fefd57d9191d3764d392a418ed3d2150cae WHIRLPOOL 7ae65fd1d0a7d53ca1ecc62ff84cba75be23df58106e3be947d94bd07827e089f17a5df1aebd342ec579c282e1db082e839124c99ffda5e3cc6bb455e850d7cd -DIST jmespath-1.3.0.tar.gz 39557 SHA256 33163701b1cd71bea0f29eeb49906d1af54edef21791f686e890ae6e8f37d9c2 SHA512 087354862dc8a8f247b7513f9f5783f3e82a3cef020eeffa9b1b1845f602cdd7dc562b87b21eca5da0061b1af4babd4198c09cca5ada8337180b1159a1626be0 WHIRLPOOL 73b362bb85387421b919f5fcb28145918fb5779798afff76c0e60843405976727f0b24c02cf9c9cc394936b9c6ff61484b9b750e5aee8e391ab8fe21f7b527c0 DIST jmespath-1.3.1.tar.gz 40363 SHA256 3555689e777c9c6caad0948bb730a8ecff254dfd5d578d7be7c41f4023b0a648 SHA512 31f2e4d3137f0f2a837522561860dcab9aa659a51724373509caf9eef9ce7c2bc784ff57e4a527994eb68dfb6f1d2103d31f19e36a31538f0889ef56800c7829 WHIRLPOOL efe3afbcf4bc1ed5afc1415f2d6467b389dfc4863b4fcd4a2d1116356e2ab464d03d06fdc0d50613eaadafd2871dcfb6e8f22be89bcd651bb41f91321c7d7f5e diff --git a/dev-ruby/jmespath/jmespath-1.2.4.ebuild b/dev-ruby/jmespath/jmespath-1.2.4.ebuild deleted file mode 100644 index 6a06396aa933..000000000000 --- a/dev-ruby/jmespath/jmespath-1.2.4.ebuild +++ /dev/null @@ -1,26 +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="rspec3" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Implements JMESPath for Ruby" -HOMEPAGE="https://github.com/jmespath/jmespath.rb" -SRC_URI="https://github.com/jmespath/jmespath.rb/archive/v${PV}.tar.gz -> ${P}.tar.gz" -RUBY_S="${PN}.rb-${PV}" - -LICENSE="Apache-2.0" -SLOT="1" -KEYWORDS="~amd64" -IUSE="" - -all_ruby_prepare() { - sed -i -e '/simplecov/I s:^:#:' \ - spec/{compliance_spec,compliance_without_errors_spec,spec_helper}.rb || die -} diff --git a/dev-ruby/jmespath/jmespath-1.3.0.ebuild b/dev-ruby/jmespath/jmespath-1.3.0.ebuild deleted file mode 100644 index 6a06396aa933..000000000000 --- a/dev-ruby/jmespath/jmespath-1.3.0.ebuild +++ /dev/null @@ -1,26 +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="rspec3" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Implements JMESPath for Ruby" -HOMEPAGE="https://github.com/jmespath/jmespath.rb" -SRC_URI="https://github.com/jmespath/jmespath.rb/archive/v${PV}.tar.gz -> ${P}.tar.gz" -RUBY_S="${PN}.rb-${PV}" - -LICENSE="Apache-2.0" -SLOT="1" -KEYWORDS="~amd64" -IUSE="" - -all_ruby_prepare() { - sed -i -e '/simplecov/I s:^:#:' \ - spec/{compliance_spec,compliance_without_errors_spec,spec_helper}.rb || die -} |