diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-07-01 18:01:07 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-07-01 18:01:07 +0000 |
commit | 43586a6dd77952300f97f487e2a4e932ccca05fc (patch) | |
tree | 5cc7607fd0639e16f7c7303b7a137c2c6b5634ea /dev-ruby/hoe | |
parent | Stable for HPPA (bug #229095). (diff) | |
download | gentoo-2-43586a6dd77952300f97f487e2a4e932ccca05fc.tar.gz gentoo-2-43586a6dd77952300f97f487e2a4e932ccca05fc.tar.bz2 gentoo-2-43586a6dd77952300f97f487e2a4e932ccca05fc.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby/hoe')
-rw-r--r-- | dev-ruby/hoe/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/hoe/hoe-1.7.0.ebuild | 16 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-ruby/hoe/ChangeLog b/dev-ruby/hoe/ChangeLog index d926d58c1c3f..5e83f2e5e11b 100644 --- a/dev-ruby/hoe/ChangeLog +++ b/dev-ruby/hoe/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-ruby/hoe # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.33 2008/06/18 16:37:15 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.34 2008/07/01 18:01:07 graaff Exp $ + +*hoe-1.7.0 (01 Jul 2008) + + 01 Jul 2008; Hans de Graaff <graaff@gentoo.org> +hoe-1.7.0.ebuild: + Version bump with 3 minor enhancements: + * Use rdoc 2.x gem if available. Eric likes his backslashes. + * Added extra_dev_deps for new rubygems developer dependencies. + * Finally got a sane test that does something. Hey... it's a start. *hoe-1.6.0 (18 Jun 2008) diff --git a/dev-ruby/hoe/hoe-1.7.0.ebuild b/dev-ruby/hoe/hoe-1.7.0.ebuild new file mode 100644 index 000000000000..777adfb874c9 --- /dev/null +++ b/dev-ruby/hoe/hoe-1.7.0.ebuild @@ -0,0 +1,16 @@ +# 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.7.0.ebuild,v 1.1 2008/07/01 18:01:07 graaff 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-1.0.0" |