From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/pivotal-tracker/
Date: Fri, 22 May 2015 07:06:41 +0000 (UTC) [thread overview]
Message-ID: <1432275674.304108c8a425b7edb10847dba698f82165730a21.graaff@gentoo> (raw)
commit: 304108c8a425b7edb10847dba698f82165730a21
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri May 22 06:21:14 2015 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri May 22 06:21:14 2015 +0000
URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=304108c8
Cleanup.
Package-Manager: portage-2.2.18
dev-ruby/pivotal-tracker/ChangeLog | 6 +++-
dev-ruby/pivotal-tracker/Manifest | 2 --
.../pivotal-tracker/pivotal-tracker-0.5.10.ebuild | 37 ----------------------
.../pivotal-tracker/pivotal-tracker-0.5.6.ebuild | 35 --------------------
4 files changed, 5 insertions(+), 75 deletions(-)
diff --git a/dev-ruby/pivotal-tracker/ChangeLog b/dev-ruby/pivotal-tracker/ChangeLog
index 1580404..487580f 100644
--- a/dev-ruby/pivotal-tracker/ChangeLog
+++ b/dev-ruby/pivotal-tracker/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-ruby/pivotal-tracker
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 22 May 2015; Hans de Graaff <graaff@gentoo.org>
+ -pivotal-tracker-0.5.6.ebuild, -pivotal-tracker-0.5.10.ebuild:
+ Cleanup.
+
23 Sep 2014; Hans de Graaff <graaff@gentoo.org>
pivotal-tracker-0.5.10.ebuild, pivotal-tracker-0.5.12.ebuild:
Avoid unneeded test dependencies for now. Add ruby20.
diff --git a/dev-ruby/pivotal-tracker/Manifest b/dev-ruby/pivotal-tracker/Manifest
index 48ae961..970f20f 100644
--- a/dev-ruby/pivotal-tracker/Manifest
+++ b/dev-ruby/pivotal-tracker/Manifest
@@ -1,3 +1 @@
-DIST pivotal-tracker-0.5.10.gem 25088 SHA256 86d2daf667d16f9638ecdf4e282a2c24fa5bc35be04a2f27e5edb1bfc3756a23 SHA512 d3c63b8d44c783c673baa8648ba4c8663bf9da8acf2d3ef107b0bbab3a1eb6f93d927f5b2ae891e90f2b2b8345cf3a40f62e7b100b918422d552c3b33d8b6409 WHIRLPOOL f31c9e7aa8696c488aa827bb0c4ec34551f2eaee5f8a8982bc58a4747c57f415a5a0f0bc583daf60913a63d78b69474ef6d433995a6f4e45bbf8348edd161d2d
DIST pivotal-tracker-0.5.12.gem 26112 SHA256 ed8819731dc544a4ead6dceeeaf159cb219b6e380dda4f7b359945f5203c340a SHA512 fab699485b2d16de897f0271a2daa994b049d47915f5920a1e564dd17e80f1f3b4b44456b1f2e13d0451755f7126aad0e082f217b3a2113e04a36afc6ae788bf WHIRLPOOL 52447dd1626d10cab9ee637b87c7605b831bc39eb1a27a270bf43aec5ba8fa5bb915dcb027cf9e9a45cee6a4bab9717b7ed55f4260f7e8ebb2aa3d1326408a28
-DIST pivotal-tracker-0.5.6.gem 25088 SHA256 a70d831e990c79e5f638f53577fd0945b8f7eb39996a1b5db9b2863f8339ebc8 SHA512 8906897747f63731103230b9b2893b91bfc926ae22e570cf83fe42375640ba5e2e8f55d905f620fca9c4c21458dd147e3114f6e359b8c53c0bdb3047b430721a WHIRLPOOL 44b33e39bcaa95f0a6f98aea3d51218a98d9fe45047dddbe3385c3d541d4e9fa92ce31d638a88945904c1aa788e86716880776be53d70211a5fed808553a9ac3
diff --git a/dev-ruby/pivotal-tracker/pivotal-tracker-0.5.10.ebuild b/dev-ruby/pivotal-tracker/pivotal-tracker-0.5.10.ebuild
deleted file mode 100644
index 3dc837e..0000000
--- a/dev-ruby/pivotal-tracker/pivotal-tracker-0.5.10.ebuild
+++ /dev/null
@@ -1,37 +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_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby gem that provides an AR-style interface for the Pivotal Tracker API."
-HOMEPAGE="http://github.com/jsmestad/pivotal-tracker"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RESTRICT="test" # Broken right now due to bad ruby syntax. Should fix.
-
-#ruby_add_bdepend "test? ( dev-ruby/rspec:0 >=dev-ruby/stale_fish-1.3.0 )"
-
-ruby_add_rdepend ">=dev-ruby/rest-client-1.6.0
- >=dev-ruby/nokogiri-1.4.3.1
- >=dev-ruby/happymapper-0.3.2
- dev-ruby/nokogiri-happymapper
- dev-ruby/crack
- dev-ruby/builder"
-
-all_ruby_prepare() {
- rm Gemfile || die
- sed -i -e '/[Bb]undler/d' spec/spec_helper.rb || die
-}
diff --git a/dev-ruby/pivotal-tracker/pivotal-tracker-0.5.6.ebuild b/dev-ruby/pivotal-tracker/pivotal-tracker-0.5.6.ebuild
deleted file mode 100644
index eaa98eb..0000000
--- a/dev-ruby/pivotal-tracker/pivotal-tracker-0.5.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby gem that provides an AR-style interface for the Pivotal Tracker API."
-HOMEPAGE="http://github.com/jsmestad/pivotal-tracker"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RESTRICT="test" # Broken right now due to bad ruby syntax. Should fix.
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:0 >=dev-ruby/stale_fish-1.3.0 )"
-
-ruby_add_rdepend ">=dev-ruby/rest-client-1.6.0
- >=dev-ruby/nokogiri-1.4.3.1
- >=dev-ruby/happymapper-0.3.2
- dev-ruby/builder"
-
-all_ruby_prepare() {
- rm Gemfile || die
- sed -i -e '/[Bb]undler/d' spec/spec_helper.rb || die
-}
next reply other threads:[~2015-05-22 7:06 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-22 7:06 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-09-11 13:38 [gentoo-commits] dev/graaff:master commit in: dev-ruby/pivotal-tracker/ Hans de Graaff
2016-02-14 20:33 Hans de Graaff
2016-02-14 20:33 Hans de Graaff
2016-02-14 20:33 Hans de Graaff
2015-10-01 9:48 Hans de Graaff
2015-05-22 16:12 Hans de Graaff
2014-09-23 8:23 Hans de Graaff
2014-09-23 8:23 Hans de Graaff
2013-09-13 9:46 Hans de Graaff
2013-07-04 12:44 Hans de Graaff
2013-07-04 12:40 Hans de Graaff
2013-07-04 12:26 Hans de Graaff
2012-10-08 13:37 Hans de Graaff
2011-07-26 11:39 Hans de Graaff
2011-05-30 11:02 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=1432275674.304108c8a425b7edb10847dba698f82165730a21.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