diff options
author | Alex Legler <a3li@gentoo.org> | 2009-08-26 23:23:20 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-08-26 23:23:20 +0000 |
commit | fee47a4126c16fa7c57e6248b83ff7f6ebb6665f (patch) | |
tree | 3195df2df984f4f46e3c442a071b7f27e28c961a /dev-ruby/haml | |
parent | Adding ruby19. (diff) | |
download | gentoo-2-fee47a4126c16fa7c57e6248b83ff7f6ebb6665f.tar.gz gentoo-2-fee47a4126c16fa7c57e6248b83ff7f6ebb6665f.tar.bz2 gentoo-2-fee47a4126c16fa7c57e6248b83ff7f6ebb6665f.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/haml')
-rw-r--r-- | dev-ruby/haml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/haml/haml-2.2.3.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/dev-ruby/haml/ChangeLog b/dev-ruby/haml/ChangeLog index 2675030f6b8d..caae97d4c201 100644 --- a/dev-ruby/haml/ChangeLog +++ b/dev-ruby/haml/ChangeLog @@ -1,6 +1,11 @@ # 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.14 2009/08/23 07:42:45 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.15 2009/08/26 23:23:20 a3li Exp $ + +*haml-2.2.3 (26 Aug 2009) + + 26 Aug 2009; Alex Legler <a3li@gentoo.org> +haml-2.2.3.ebuild: + Version bump. 23 Aug 2009; Hans de Graaff <graaff@gentoo.org> -haml-2.0.9.ebuild, -haml-2.2.1.ebuild: diff --git a/dev-ruby/haml/haml-2.2.3.ebuild b/dev-ruby/haml/haml-2.2.3.ebuild new file mode 100644 index 000000000000..87bcb8795e8b --- /dev/null +++ b/dev-ruby/haml/haml-2.2.3.ebuild @@ -0,0 +1,14 @@ +# 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" |