From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jmespath/
Date: Fri, 8 Jul 2016 05:09:46 +0000 (UTC) [thread overview]
Message-ID: <1467950110.00f9ecaca22596d7f5d57e24ffc93538231a44c0.graaff@gentoo> (raw)
commit: 00f9ecaca22596d7f5d57e24ffc93538231a44c0
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 8 03:55:10 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jul 8 03:55:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f9ecac
dev-ruby/jmespath: cleanup
Package-Manager: portage-2.2.28
dev-ruby/jmespath/Manifest | 2 --
dev-ruby/jmespath/jmespath-1.1.3.ebuild | 27 ---------------------------
dev-ruby/jmespath/jmespath-1.2.2.ebuild | 27 ---------------------------
3 files changed, 56 deletions(-)
diff --git a/dev-ruby/jmespath/Manifest b/dev-ruby/jmespath/Manifest
index 9cf75ba..99fc3b8 100644
--- a/dev-ruby/jmespath/Manifest
+++ b/dev-ruby/jmespath/Manifest
@@ -1,3 +1 @@
-DIST jmespath-1.1.3.tar.gz 34314 SHA256 2c987327ab21bdab28b310cd3696af9cdf2e6264b0174ee40ecfd26d855c02b4 SHA512 ea76eb9fcda4cae9a874d120c81c9dc6bea0a7988287a88c9dabedc3755c9ce3ccea7a485de76d00a0e010f4f534fefa6acc99f865e370c7788b40ec10181fcf WHIRLPOOL aec4eb9fb25026e43de99da4403a12db170a9b841c5cd40d38f6a01acc4574eed9c798a57fd19c8991838d9009ccda62c701154689e8157f29e9546d3752e020
-DIST jmespath-1.2.2.tar.gz 38801 SHA256 0425a2b8e39f129edd0827cfa995a4e5176dc6af7dc702b7f2474ab91951bab1 SHA512 4af9cf3100b31304428cf7bea4d479157a08504b6a19e045aa9f52c45f591563fa9e18f385ae8fb24783e20756ad4bebf62c50e4d7b08f932661f2e77e2cb824 WHIRLPOOL d59fc2de76188a3739a5cf60111ef1230978034e83637ad2c8fedea5b8842358b8b00c17fbc18402611fd96d045e4e7a0cee04279e0a39c8b31a858bb7d1ac3f
DIST jmespath-1.2.4.tar.gz 39134 SHA256 5afc8c54de936bd533623ccbe4fc4057b9f0ec189fea81f46f0b5824372d3f95 SHA512 338e4c732285f92a958ccc6b7a347943443c147ae2ac17de4858363a6764928298beb077f081ef613bcf4a9ed30a5fefd57d9191d3764d392a418ed3d2150cae WHIRLPOOL 7ae65fd1d0a7d53ca1ecc62ff84cba75be23df58106e3be947d94bd07827e089f17a5df1aebd342ec579c282e1db082e839124c99ffda5e3cc6bb455e850d7cd
diff --git a/dev-ruby/jmespath/jmespath-1.1.3.ebuild b/dev-ruby/jmespath/jmespath-1.1.3.ebuild
deleted file mode 100644
index be1a31a..0000000
--- a/dev-ruby/jmespath/jmespath-1.1.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-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,spec_helper}.rb || die
-}
diff --git a/dev-ruby/jmespath/jmespath-1.2.2.ebuild b/dev-ruby/jmespath/jmespath-1.2.2.ebuild
deleted file mode 100644
index e6d7fd1..0000000
--- a/dev-ruby/jmespath/jmespath-1.2.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}
next reply other threads:[~2016-07-08 5:09 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-08 5:09 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-31 19:10 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jmespath/ Hans de Graaff
2023-07-03 9:15 Hans de Graaff
2023-04-02 5:07 Sam James
2022-11-28 7:01 Hans de Graaff
2022-07-22 8:52 Hans de Graaff
2022-05-03 4:30 Hans de Graaff
2022-05-03 4:30 Hans de Graaff
2022-03-14 6:34 Hans de Graaff
2022-02-23 5:53 Hans de Graaff
2022-01-11 6:25 Hans de Graaff
2020-10-01 0:26 Sam James
2020-08-16 16:30 Hans de Graaff
2019-02-02 7:55 Hans de Graaff
2018-12-19 6:23 Hans de Graaff
2018-04-05 5:36 Hans de Graaff
2017-06-27 3:55 Hans de Graaff
2017-06-27 3:55 Hans de Graaff
2016-07-20 5:08 Hans de Graaff
2016-07-08 5:09 Hans de Graaff
2016-04-13 4:53 Hans de Graaff
2016-04-01 6:09 Hans de Graaff
2015-12-02 6:16 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1467950110.00f9ecaca22596d7f5d57e24ffc93538231a44c0.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox