diff options
author | Alex Legler <a3li@gentoo.org> | 2009-10-03 12:45:39 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-10-03 12:45:39 +0000 |
commit | 5f0f9b38bf8c5ede971594b6acec7f6903c4bc01 (patch) | |
tree | a809b68306539f058b2b7d51bc0ab438f00513f8 /dev-ruby/haml | |
parent | Stable for ppp. (diff) | |
download | gentoo-2-5f0f9b38bf8c5ede971594b6acec7f6903c4bc01.tar.gz gentoo-2-5f0f9b38bf8c5ede971594b6acec7f6903c4bc01.tar.bz2 gentoo-2-5f0f9b38bf8c5ede971594b6acec7f6903c4bc01.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.6.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/dev-ruby/haml/ChangeLog b/dev-ruby/haml/ChangeLog index d679338ef95f..3e97185e52e1 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.17 2009/09/23 09:49:45 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.18 2009/10/03 12:45:39 a3li Exp $ + +*haml-2.2.6 (03 Oct 2009) + + 03 Oct 2009; Alex Legler <a3li@gentoo.org> +haml-2.2.6.ebuild: + Version bump *haml-2.2.5 (23 Sep 2009) diff --git a/dev-ruby/haml/haml-2.2.6.ebuild b/dev-ruby/haml/haml-2.2.6.ebuild new file mode 100644 index 000000000000..4f4c62c9efba --- /dev/null +++ b/dev-ruby/haml/haml-2.2.6.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.6.ebuild,v 1.1 2009/10/03 12:45:39 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 ruby19" |