diff options
author | Alex Legler <a3li@gentoo.org> | 2009-05-10 18:27:47 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-05-10 18:27:47 +0000 |
commit | 7f11767f9d3dfb3af28190bf4c645eff3e7d5d28 (patch) | |
tree | 22ccfba6205d6c51473a460a40ee764fb87b2225 /dev-ruby/hoe | |
parent | Set QA_DT_HASH. (diff) | |
download | gentoo-2-7f11767f9d3dfb3af28190bf4c645eff3e7d5d28.tar.gz gentoo-2-7f11767f9d3dfb3af28190bf4c645eff3e7d5d28.tar.bz2 gentoo-2-7f11767f9d3dfb3af28190bf4c645eff3e7d5d28.zip |
Version bump, removing old.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/hoe')
-rw-r--r-- | dev-ruby/hoe/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/hoe/hoe-1.12.2.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/hoe/hoe-1.5.1.ebuild | 16 |
3 files changed, 27 insertions, 17 deletions
diff --git a/dev-ruby/hoe/ChangeLog b/dev-ruby/hoe/ChangeLog index 204618df17f6..1fb98081347e 100644 --- a/dev-ruby/hoe/ChangeLog +++ b/dev-ruby/hoe/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/hoe # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.49 2009/04/22 10:01:53 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.50 2009/05/10 18:27:47 a3li Exp $ + +*hoe-1.12.2 (10 May 2009) + + 10 May 2009; Alex Legler <a3li@gentoo.org> -hoe-1.5.1.ebuild, + +hoe-1.12.2.ebuild: + Version bump, deleting one old version. 22 Apr 2009; Hans de Graaff <graaff@gentoo.org> hoe-1.11.0.ebuild: hoe 1.11.0 requires rake 0.8.4 or higher. diff --git a/dev-ruby/hoe/hoe-1.12.2.ebuild b/dev-ruby/hoe/hoe-1.12.2.ebuild new file mode 100644 index 000000000000..b6b5f0321485 --- /dev/null +++ b/dev-ruby/hoe/hoe-1.12.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-1.12.2.ebuild,v 1.1 2009/05/10 18:27:47 a3li Exp $ + +inherit gems + +USE_RUBY="ruby18 ruby19" + +DESCRIPTION="Hoe extends rake to provide full project automation." +HOMEPAGE="http://seattlerb.rubyforge.org/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-ruby/rake-0.8.4 + >=dev-ruby/rubyforge-1.0.3 + >=dev-ruby/rubygems-1.2.0" +RDEPEND="${DEPEND}" diff --git a/dev-ruby/hoe/hoe-1.5.1.ebuild b/dev-ruby/hoe/hoe-1.5.1.ebuild deleted file mode 100644 index 3a9e821328a4..000000000000 --- a/dev-ruby/hoe/hoe-1.5.1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-1.5.1.ebuild,v 1.6 2008/04/17 10:56:41 armin76 Exp $ - -inherit gems - -DESCRIPTION="Hoe extends rake to provide full project automation." -HOMEPAGE="http://seattlerb.rubyforge.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ia64 ppc ppc64 x86" -IUSE="" - -DEPEND=">=dev-ruby/rake-0.8.1 - >=dev-ruby/rubyforge-0.4.4" |