summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-23 15:11:38 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-23 15:11:38 +0000
commita70b332aa41b7b04ece0c78590fecae7bedac11e (patch)
tree4c0bb8169cbacd8641910aabd6bff9636c35d544 /dev-ruby/hoe-seattlerb
parentMarking libmemcached-0.31 ppc64 for bug 288166 (diff)
downloadgentoo-2-a70b332aa41b7b04ece0c78590fecae7bedac11e.tar.gz
gentoo-2-a70b332aa41b7b04ece0c78590fecae7bedac11e.tar.bz2
gentoo-2-a70b332aa41b7b04ece0c78590fecae7bedac11e.zip
Add minitest as runtime dependency, otherwise the Rakefiles using hoe-seattlerb will fail. Closes bug #301929.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/hoe-seattlerb')
-rw-r--r--dev-ruby/hoe-seattlerb/ChangeLog7
-rw-r--r--dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.1.ebuild26
-rw-r--r--dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild4
3 files changed, 8 insertions, 29 deletions
diff --git a/dev-ruby/hoe-seattlerb/ChangeLog b/dev-ruby/hoe-seattlerb/ChangeLog
index f81d1cf3c131..01288010496a 100644
--- a/dev-ruby/hoe-seattlerb/ChangeLog
+++ b/dev-ruby/hoe-seattlerb/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/hoe-seattlerb
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog,v 1.7 2010/01/16 17:29:25 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog,v 1.8 2010/01/23 15:11:38 flameeyes Exp $
+
+ 23 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ -hoe-seattlerb-1.2.1.ebuild, hoe-seattlerb-1.2.2.ebuild:
+ Add minitest as runtime dependency, otherwise the Rakefiles using
+ hoe-seattlerb will fail. Closes bug #301929.
16 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
hoe-seattlerb-1.2.2.ebuild:
diff --git a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.1.ebuild b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.1.ebuild
deleted file mode 100644
index ae0232c4e9b5..000000000000
--- a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.1.ebuild,v 1.4 2010/01/06 19:50:32 jer Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ruby19"
-
-# no tests present
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Hoe plugins providing tasks used by seattle.rb"
-HOMEPAGE="http://seattlerb.rubyforge.org/hoe-seattlerb"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE=""
-
-ruby_add_rdepend '>=dev-ruby/hoe-2.3.3'
-ruby_add_bdepend doc '>=dev-ruby/hoe-2.3.3'
diff --git a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild
index 20aae423e48b..b7f0c5c7e9ac 100644
--- a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild
+++ b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild,v 1.3 2010/01/16 17:29:25 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild,v 1.4 2010/01/23 15:11:38 flameeyes Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 jruby"
@@ -22,5 +22,5 @@ SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE=""
-ruby_add_rdepend '>=dev-ruby/hoe-2.3.3'
+ruby_add_rdepend '>=dev-ruby/hoe-2.3.3 virtual/ruby-minitest'
ruby_add_bdepend doc '>=dev-ruby/hoe-2.3.3'