From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/highrise/
Date: Mon, 29 Jun 2015 05:20:26 +0000 (UTC) [thread overview]
Message-ID: <1435555212.2e692c64e2feb0e91e49c2986efb666899e8581c.graaff@gentoo> (raw)
commit: 2e692c64e2feb0e91e49c2986efb666899e8581c
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon Jun 29 05:20:12 2015 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jun 29 05:20:12 2015 +0000
URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=2e692c64
Cleanup.
Package-Manager: portage-2.2.18
dev-ruby/highrise/ChangeLog | 6 +++++-
dev-ruby/highrise/Manifest | 3 ---
dev-ruby/highrise/highrise-3.1.1.ebuild | 28 ----------------------------
dev-ruby/highrise/highrise-3.1.5.ebuild | 28 ----------------------------
dev-ruby/highrise/highrise-3.1.6.ebuild | 28 ----------------------------
5 files changed, 5 insertions(+), 88 deletions(-)
diff --git a/dev-ruby/highrise/ChangeLog b/dev-ruby/highrise/ChangeLog
index 5ecf1b5..685562d 100644
--- a/dev-ruby/highrise/ChangeLog
+++ b/dev-ruby/highrise/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-ruby/highrise
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 29 Jun 2015; Hans de Graaff <graaff@gentoo.org> -highrise-3.1.1.ebuild,
+ -highrise-3.1.5.ebuild, -highrise-3.1.6.ebuild:
+ Cleanup.
+
*highrise-3.2.1 (23 May 2014)
23 May 2014; Hans de Graaff <graaff@gentoo.org> +highrise-3.2.1.ebuild:
diff --git a/dev-ruby/highrise/Manifest b/dev-ruby/highrise/Manifest
index 16bce58..e5fb1a1 100644
--- a/dev-ruby/highrise/Manifest
+++ b/dev-ruby/highrise/Manifest
@@ -1,4 +1 @@
-DIST highrise-3.1.1.gem 20480 SHA256 4b1ca12916fff098624cd12c4921080d342743646566301256ce66a912872057 SHA512 58ce593c355655ece01f5bd14e41b8744cafd16ba76da4a3f17532e32a8899b3dbce42d865b61393d60c0bfdc18cb9fa77fb72f2fadfb5aab3813cbe58a6eee0 WHIRLPOOL 455fc7335f1579120536e9509246743cd2e2a25040b2d5acb418442045f0bea8e5f591cedecbbe8e01c859dc51fe01ecef5616f88263a0a831e884117ee05b20
-DIST highrise-3.1.5.gem 16896 SHA256 c18c5bb473bdc1d314b06741cc11c7e7b9817e5a4ce9dd9282cf2329a4aa2033 SHA512 77105a88e728dc5876736cddf6cfa4c3012ae76ce96e9fcc5e4817241dd373074cc9f4c3e54d45ddd9aae4bbc8e0ac2b4214fdc4be8777b6c4d63acbfbbb82b3 WHIRLPOOL f4d46c634e811126165559bbe9328b83c6a4ff0fd2f4eaeb0ecf004f7cc6301ac52b7160a0dad7a5153f90405287d39d5d2ca6f81e6992f9cb8f29953a382f8f
-DIST highrise-3.1.6.gem 16896 SHA256 5f951d7d31bae5e870d20548b666d6da7fa7ebc5df6b1c5f79e3d9c895f59f1c SHA512 a4641b2de3d1ecc9e73a311d4cc32cfee6d03ec2bd6c2b8dd1e83e78bfaf36132531aa7d6e568d5938a377087d35460cd4e2807873d74c736a2e7da5ea20a8ee WHIRLPOOL b6f3f5933908ccfd7c7227555a40300a2d0a9653cd759f7fbef9d826fb495bf73173e6963145bbc11d7a07964628f1e6d1d4a41b715c0540b2d7d6aa0abc43b1
DIST highrise-3.2.1.gem 18944 SHA256 8639cf1e421d7f8a016c9937c223d624e2050c04d37b64bc8d236202fec5affa SHA512 e5e543a4dc8bcc3624e7d54b63a7f63713edff5903f1f1e8aa014279f09f61f9ffd97ee1ca3f9a86800f3f06d7bdb97bb3eeacfdd689f228cd23cc711a237ad8 WHIRLPOOL d78f55569cf1077e95961da158ab7a3c047d6458c4e73bf62b0faef318bc0ad068090093185f5133ac290837f6ad2e2be6545a06659c50e1763c10bd8b941a2f
diff --git a/dev-ruby/highrise/highrise-3.1.1.ebuild b/dev-ruby/highrise/highrise-3.1.1.ebuild
deleted file mode 100644
index 2ccebfd..0000000
--- a/dev-ruby/highrise/highrise-3.1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY="ruby18 ruby19"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A set of classes to access information on Highrise via the published API"
-HOMEPAGE="https://github.com/tapajos/highrise/"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="doc"
-
-ruby_add_rdepend "=dev-ruby/activeresource-3*"
-
-all_ruby_prepare() {
- rm Gemfile || die
- sed -i -e '/Bundler/ s:^:#:' spec/spec_helper.rb || die
-}
diff --git a/dev-ruby/highrise/highrise-3.1.5.ebuild b/dev-ruby/highrise/highrise-3.1.5.ebuild
deleted file mode 100644
index 24d074d..0000000
--- a/dev-ruby/highrise/highrise-3.1.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY="ruby18 ruby19"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A set of classes to access information on Highrise via the published API"
-HOMEPAGE="https://github.com/tapajos/highrise/"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="doc"
-
-ruby_add_rdepend ">=dev-ruby/activeresource-3.2.13:3.2"
-
-all_ruby_prepare() {
- rm Gemfile || die
- sed -i -e '/Bundler/ s:^:#:' spec/spec_helper.rb || die
-}
diff --git a/dev-ruby/highrise/highrise-3.1.6.ebuild b/dev-ruby/highrise/highrise-3.1.6.ebuild
deleted file mode 100644
index f66bffb..0000000
--- a/dev-ruby/highrise/highrise-3.1.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY="ruby19"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A set of classes to access information on Highrise via the published API"
-HOMEPAGE="https://github.com/tapajos/highrise/"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="doc"
-
-ruby_add_rdepend ">=dev-ruby/activeresource-3.2.13"
-
-all_ruby_prepare() {
- rm Gemfile || die
- sed -i -e '/Bundler/ s:^:#:' spec/spec_helper.rb || die
-}
next reply other threads:[~2015-06-29 5:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-29 5:20 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-04-27 5:54 [gentoo-commits] dev/graaff:master commit in: dev-ruby/highrise/ Hans de Graaff
2014-05-27 5:07 Hans de Graaff
2014-04-22 16:54 Hans de Graaff
2013-10-25 9:08 Hans de Graaff
2013-07-26 6:31 Hans de Graaff
2013-05-19 6:51 Hans de Graaff
2012-07-25 13:13 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=1435555212.2e692c64e2feb0e91e49c2986efb666899e8581c.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