diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-06-18 16:37:15 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-06-18 16:37:15 +0000 |
commit | 4fa3f1505d7f8284f0c973e5c3c40c5d8c75245f (patch) | |
tree | d7f34a3a4272e88fd9da08f69c25cf1e703c9a2a /dev-ruby | |
parent | Merge vdr-streamdev-{client,server} into one package, adding blockers to the ... (diff) | |
download | gentoo-2-4fa3f1505d7f8284f0c973e5c3c40c5d8c75245f.tar.gz gentoo-2-4fa3f1505d7f8284f0c973e5c3c40c5d8c75245f.tar.bz2 gentoo-2-4fa3f1505d7f8284f0c973e5c3c40c5d8c75245f.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/hoe/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/hoe/hoe-1.6.0.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-ruby/hoe/ChangeLog b/dev-ruby/hoe/ChangeLog index 347ff47de2dc..d926d58c1c3f 100644 --- a/dev-ruby/hoe/ChangeLog +++ b/dev-ruby/hoe/ChangeLog @@ -1,6 +1,11 @@ # 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.32 2008/05/22 18:00:15 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.33 2008/06/18 16:37:15 graaff Exp $ + +*hoe-1.6.0 (18 Jun 2008) + + 18 Jun 2008; Hans de Graaff <graaff@gentoo.org> +hoe-1.6.0.ebuild: + Version bump: adds blog categories. *hoe-1.5.3 (22 May 2008) diff --git a/dev-ruby/hoe/hoe-1.6.0.ebuild b/dev-ruby/hoe/hoe-1.6.0.ebuild new file mode 100644 index 000000000000..dc780973d5ac --- /dev/null +++ b/dev-ruby/hoe/hoe-1.6.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.6.0.ebuild,v 1.1 2008/06/18 16:37:15 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" |