diff options
author | Alex Legler <a3li@gentoo.org> | 2009-09-23 09:49:45 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-09-23 09:49:45 +0000 |
commit | 01ed4bcddba5c832aeb087b0a12f3274afd462f3 (patch) | |
tree | b73dc317a3bb40e1aa74af5850c19a51710a7036 /dev-ruby | |
parent | Version bump. (diff) | |
download | gentoo-2-01ed4bcddba5c832aeb087b0a12f3274afd462f3.tar.gz gentoo-2-01ed4bcddba5c832aeb087b0a12f3274afd462f3.tar.bz2 gentoo-2-01ed4bcddba5c832aeb087b0a12f3274afd462f3.zip |
Version bump, enabling ruby19, cleaning a little
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/haml/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/haml/haml-2.2.3.ebuild | 14 | ||||
-rw-r--r-- | dev-ruby/haml/haml-2.2.5.ebuild (renamed from dev-ruby/haml/haml-2.2.2.ebuild) | 4 |
3 files changed, 9 insertions, 17 deletions
diff --git a/dev-ruby/haml/ChangeLog b/dev-ruby/haml/ChangeLog index 22fd7081a4a7..d679338ef95f 100644 --- a/dev-ruby/haml/ChangeLog +++ b/dev-ruby/haml/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/haml # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.16 2009/09/18 05:56:00 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.17 2009/09/23 09:49:45 a3li Exp $ + +*haml-2.2.5 (23 Sep 2009) + + 23 Sep 2009; Alex Legler <a3li@gentoo.org> -haml-2.2.2.ebuild, + -haml-2.2.3.ebuild, +haml-2.2.5.ebuild: + Version bump, enabling ruby19, cleaning a little *haml-2.2.4 (18 Sep 2009) diff --git a/dev-ruby/haml/haml-2.2.3.ebuild b/dev-ruby/haml/haml-2.2.3.ebuild deleted file mode 100644 index 87bcb8795e8b..000000000000 --- a/dev-ruby/haml/haml-2.2.3.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-2.2.3.ebuild,v 1.1 2009/08/26 23:23:20 a3li Exp $ - -inherit ruby gems - -DESCRIPTION="HAML - a ruby web page templating engine" -HOMEPAGE="http://haml.hamptoncatlin.com/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" -USE_RUBY="ruby18" diff --git a/dev-ruby/haml/haml-2.2.2.ebuild b/dev-ruby/haml/haml-2.2.5.ebuild index 619982d0dcdb..778c88236f37 100644 --- a/dev-ruby/haml/haml-2.2.2.ebuild +++ b/dev-ruby/haml/haml-2.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-2.2.2.ebuild,v 1.1 2009/07/28 05:48:52 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-2.2.5.ebuild,v 1.1 2009/09/23 09:49:45 a3li Exp $ inherit ruby gems @@ -11,4 +11,4 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" -USE_RUBY="ruby18" +USE_RUBY="ruby18 ruby19" |