diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-10-23 15:04:59 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-10-23 15:04:59 +0000 |
commit | d1a12b9d0493a7650a47bac771d3c309616046b5 (patch) | |
tree | a822ec1f852a00ebd5f5959fd93967472402bbb5 /dev-ruby | |
parent | Version bump. (diff) | |
download | gentoo-2-d1a12b9d0493a7650a47bac771d3c309616046b5.tar.gz gentoo-2-d1a12b9d0493a7650a47bac771d3c309616046b5.tar.bz2 gentoo-2-d1a12b9d0493a7650a47bac771d3c309616046b5.zip |
Version bump.
(Portage version: 2.1.6.13/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.9.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/dev-ruby/haml/ChangeLog b/dev-ruby/haml/ChangeLog index 4624bc5a93ae..84adcfe850b5 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.19 2009/10/03 12:46:37 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.20 2009/10/23 15:04:59 graaff Exp $ + +*haml-2.2.9 (23 Oct 2009) + + 23 Oct 2009; Hans de Graaff <graaff@gentoo.org> +haml-2.2.9.ebuild: + Version bump. 03 Oct 2009; Alex Legler <a3li@gentoo.org> -haml-2.2.4.ebuild: removing old diff --git a/dev-ruby/haml/haml-2.2.9.ebuild b/dev-ruby/haml/haml-2.2.9.ebuild new file mode 100644 index 000000000000..5968007b3ce4 --- /dev/null +++ b/dev-ruby/haml/haml-2.2.9.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.9.ebuild,v 1.1 2009/10/23 15:04:59 graaff 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" |