summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-02-11 15:50:39 +0000
committerHans de Graaff <graaff@gentoo.org>2011-02-11 15:50:39 +0000
commitd06c14d47fa9a73e604121a48fc22614355ca9f9 (patch)
tree47d117368944d0b5a726b72abc0ba9398400b842
parentAdding live ebuild per upstream request (diff)
downloadgentoo-2-d06c14d47fa9a73e604121a48fc22614355ca9f9.tar.gz
gentoo-2-d06c14d47fa9a73e604121a48fc22614355ca9f9.tar.bz2
gentoo-2-d06c14d47fa9a73e604121a48fc22614355ca9f9.zip
Remove old version. Drop ruby19 to create stable candidate.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
-rw-r--r--dev-ruby/hoe/ChangeLog6
-rw-r--r--dev-ruby/hoe/hoe-2.6.2.ebuild41
-rw-r--r--dev-ruby/hoe/hoe-2.8.0.ebuild4
3 files changed, 7 insertions, 44 deletions
diff --git a/dev-ruby/hoe/ChangeLog b/dev-ruby/hoe/ChangeLog
index 090693af5dd6..ee5fc33092c1 100644
--- a/dev-ruby/hoe/ChangeLog
+++ b/dev-ruby/hoe/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/hoe
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.104 2011/02/11 08:38:21 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.105 2011/02/11 15:50:39 graaff Exp $
+
+ 11 Feb 2011; Hans de Graaff <graaff@gentoo.org> -hoe-2.6.2.ebuild,
+ hoe-2.8.0.ebuild:
+ Remove old version. Drop ruby19 to create stable candidate.
*hoe-2.9.1 (11 Feb 2011)
diff --git a/dev-ruby/hoe/hoe-2.6.2.ebuild b/dev-ruby/hoe/hoe-2.6.2.ebuild
deleted file mode 100644
index bd9584c2daf1..000000000000
--- a/dev-ruby/hoe/hoe-2.6.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.6.2.ebuild,v 1.3 2011/01/09 16:14:18 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_DOC="docs"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt"
-
-RUBY_FAKEGEM_EXTRAINSTALL="template"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Hoe extends rake to provide full project automation."
-HOMEPAGE="http://seattlerb.rubyforge.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RUBY_PATCHES=( "${PN}-2.6.1-test-file-ordering.patch" )
-
-# - also requires dev-ruby/hoe-seattlerb for 1.9;
-# - dev-ruby/gemcutter is an optional dependency at both runtime and
-# test-time, at least for us;
-# - rubyforge is loaded at runtime when needed, so we don't strictly
-# depend on it at runtime, but we need it for tests (for now);
-ruby_add_bdepend "test? ( dev-ruby/minitest >=dev-ruby/rubyforge-2.0.4 )"
-
-ruby_add_rdepend ">=dev-ruby/rake-0.8.7"
-
-all_ruby_prepare() {
- # Remove normal metadata so that our stub gemspec is generated.
- # This avoids problems with the gemspec requiring rubyforge and
- # gemcutter while we don't.
- rm ../metadata || die
-}
diff --git a/dev-ruby/hoe/hoe-2.8.0.ebuild b/dev-ruby/hoe/hoe-2.8.0.ebuild
index 15e0ecfa13b6..350516490e4c 100644
--- a/dev-ruby/hoe/hoe-2.8.0.ebuild
+++ b/dev-ruby/hoe/hoe-2.8.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild,v 1.3 2011/01/02 10:21:33 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild,v 1.4 2011/02/11 15:50:39 graaff Exp $
EAPI=2
-USE_RUBY="ruby18 ree18 ruby19 jruby"
+USE_RUBY="ruby18 ree18 jruby"
RUBY_FAKEGEM_TASK_DOC="docs"