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 | f201831d9562273aadfee945d73d1b1361555382 (patch) | |
tree | 88f66cc17fb77e4cca850c26273b9012e1bbd317 /dev-ruby | |
parent | Adding ruby19. (diff) | |
download | historical-f201831d9562273aadfee945d73d1b1361555382.tar.gz historical-f201831d9562273aadfee945d73d1b1361555382.tar.bz2 historical-f201831d9562273aadfee945d73d1b1361555382.zip |
Version bump
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby')
-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" |