diff options
author | 2009-07-10 05:56:02 +0000 | |
---|---|---|
committer | 2009-07-10 05:56:02 +0000 | |
commit | 6fcd096f787c88c5e7562b1334d97eec341061d8 (patch) | |
tree | 37cf9716980afc76b58e93106487b5672866db94 /dev-ruby/hoe | |
parent | Marked ~hppa (bug #272888). (diff) | |
download | gentoo-2-6fcd096f787c88c5e7562b1334d97eec341061d8.tar.gz gentoo-2-6fcd096f787c88c5e7562b1334d97eec341061d8.tar.bz2 gentoo-2-6fcd096f787c88c5e7562b1334d97eec341061d8.zip |
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/hoe')
-rw-r--r-- | dev-ruby/hoe/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/hoe/hoe-2.3.2.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-ruby/hoe/ChangeLog b/dev-ruby/hoe/ChangeLog index 7f53ed76e15e..c1b95e4ba6d9 100644 --- a/dev-ruby/hoe/ChangeLog +++ b/dev-ruby/hoe/ChangeLog @@ -1,6 +1,11 @@ # 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.51 2009/06/17 05:50:02 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.52 2009/07/10 05:56:02 graaff Exp $ + +*hoe-2.3.2 (10 Jul 2009) + + 10 Jul 2009; Hans de Graaff <graaff@gentoo.org> +hoe-2.3.2.ebuild: + Version bump. *hoe-2.1.0 (17 Jun 2009) diff --git a/dev-ruby/hoe/hoe-2.3.2.ebuild b/dev-ruby/hoe/hoe-2.3.2.ebuild new file mode 100644 index 000000000000..79d8d258e8bf --- /dev/null +++ b/dev-ruby/hoe/hoe-2.3.2.ebuild @@ -0,0 +1,19 @@ +# 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-2.3.2.ebuild,v 1.1 2009/07/10 05:56:02 graaff 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.7 + >=dev-ruby/rubyforge-1.0.3" +RDEPEND="${DEPEND}" |