From: "Kacper Kowalik" <xarthisius@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xarthisius:master commit in: dev-vcs/hub/
Date: Sun, 18 Nov 2012 16:54:44 +0000 (UTC) [thread overview]
Message-ID: <1353257676.22565b10c77d25cb2db9421477a24088192c1201.xarthisius@gentoo> (raw)
commit: 22565b10c77d25cb2db9421477a24088192c1201
Author: Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 18 16:54:36 2012 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Sun Nov 18 16:54:36 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xarthisius.git;a=commit;h=22565b10
Fix DESCRIPTION, drop useless deps that are needed for cucumber tests (disabled for now). Thanks to graaff for review
---
dev-vcs/hub/hub-1.10.2.ebuild | 21 ++++++++-------------
1 files changed, 8 insertions(+), 13 deletions(-)
diff --git a/dev-vcs/hub/hub-1.10.2.ebuild b/dev-vcs/hub/hub-1.10.2.ebuild
index 0d08a33..910a7b0 100644
--- a/dev-vcs/hub/hub-1.10.2.ebuild
+++ b/dev-vcs/hub/hub-1.10.2.ebuild
@@ -6,13 +6,12 @@ EAPI=4
USE_RUBY="ruby18 ruby19"
-RUBY_FAKEGEM_TASK_TEST="test"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md HISTORY.md"
inherit ruby-fakegem
-DESCRIPTION="Wrapper for git that make working with GitHub easier"
+DESCRIPTION="Wrapper for git that makes working with GitHub easier"
HOMEPAGE="http://defunkt.io/hub"
SRC_URI="https://github.com/defunkt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -25,20 +24,16 @@ DEPEND=">=dev-vcs/git-1.7.3"
RDEPEND="${DEPEND}"
ruby_add_bdepend "test? (
- dev-ruby/test-unit
+ dev-ruby/test-unit:2
dev-ruby/webmock
)"
-ruby_add_rdepend "app-text/ronn
- dev-ruby/json
- dev-ruby/sinatra
- dev-util/aruba
- www-servers/thin"
-
-all_ruby_prepare() {
- # Remove bundler support.
- rm Gemfile || die
-}
+# There are optional cucumber tests that require
+# dev-ruby/json
+# dev-ruby/sinatra
+# dev-util/aruba
+# but lots of them fails. Disabled for now.
+# use RUBY_FAKEGEM_TASK_TEST="test features" to enable them
all_ruby_install() {
all_fakegem_install
next reply other threads:[~2012-11-18 16:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-18 16:54 Kacper Kowalik [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-11-18 12:28 [gentoo-commits] dev/xarthisius:master commit in: dev-vcs/hub/ Kacper Kowalik
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=1353257676.22565b10c77d25cb2db9421477a24088192c1201.xarthisius@gentoo \
--to=xarthisius@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