diff options
author | 2009-07-19 07:41:25 +0000 | |
---|---|---|
committer | 2009-07-19 07:41:25 +0000 | |
commit | 68fa3826bbe97ed271b1121ed163c61a7bd09524 (patch) | |
tree | 93b8813db6b1091ef9419a8055582068a6e5105d /dev-ruby/haml | |
parent | Remove old versions. (diff) | |
download | gentoo-2-68fa3826bbe97ed271b1121ed163c61a7bd09524.tar.gz gentoo-2-68fa3826bbe97ed271b1121ed163c61a7bd09524.tar.bz2 gentoo-2-68fa3826bbe97ed271b1121ed163c61a7bd09524.zip |
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/haml')
-rw-r--r-- | dev-ruby/haml/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/haml/haml-2.2.1.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/dev-ruby/haml/ChangeLog b/dev-ruby/haml/ChangeLog index 12a81b36cf43..b6fef97c15b8 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.11 2009/07/19 07:34:54 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.12 2009/07/19 07:41:25 graaff Exp $ + +*haml-2.2.1 (19 Jul 2009) + + 19 Jul 2009; Hans de Graaff <graaff@gentoo.org> +haml-2.2.1.ebuild: + Version bump with many improvements and new features. See + http://haml-lang.com/docs/yardoc/HAML_CHANGELOG.md.html for details. 19 Jul 2009; Hans de Graaff <graaff@gentoo.org> -haml-2.0.0.ebuild, -haml-2.0.6.ebuild: diff --git a/dev-ruby/haml/haml-2.2.1.ebuild b/dev-ruby/haml/haml-2.2.1.ebuild new file mode 100644 index 000000000000..d3dc6d10c73b --- /dev/null +++ b/dev-ruby/haml/haml-2.2.1.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.1.ebuild,v 1.1 2009/07/19 07:41:25 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" |