diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-12-20 13:24:05 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-12-20 13:24:05 +0000 |
commit | 7e4a5d41a89f1adfac84f60dbb759b75cccce64d (patch) | |
tree | 1e78bed5cdfac839b1679991458bb8d056b6578c /dev-ruby/haml | |
parent | Version bump (diff) | |
download | gentoo-2-7e4a5d41a89f1adfac84f60dbb759b75cccce64d.tar.gz gentoo-2-7e4a5d41a89f1adfac84f60dbb759b75cccce64d.tar.bz2 gentoo-2-7e4a5d41a89f1adfac84f60dbb759b75cccce64d.zip |
Version bump
(Portage version: 2.1.6.1/cvs/Linux 2.6.26-gentoo-r2 x86_64)
Diffstat (limited to 'dev-ruby/haml')
-rw-r--r-- | dev-ruby/haml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/haml/haml-2.0.6.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-ruby/haml/ChangeLog b/dev-ruby/haml/ChangeLog index 92e7f9830dd8..bca027006470 100644 --- a/dev-ruby/haml/ChangeLog +++ b/dev-ruby/haml/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/haml # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.8 2008/12/19 19:25:30 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.9 2008/12/20 13:24:05 graaff Exp $ + +*haml-2.0.6 (20 Dec 2008) + + 20 Dec 2008; Hans de Graaff <graaff@gentoo.org> +haml-2.0.6.ebuild: + Version bump based on a3li's ebuild from the overlay 19 Dec 2008; Hans de Graaff <graaff@gentoo.org> -haml-1.7.1.ebuild, -haml-1.8.2.ebuild: diff --git a/dev-ruby/haml/haml-2.0.6.ebuild b/dev-ruby/haml/haml-2.0.6.ebuild new file mode 100644 index 000000000000..74bd0ba312d1 --- /dev/null +++ b/dev-ruby/haml/haml-2.0.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-2.0.6.ebuild,v 1.1 2008/12/20 13:24:05 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="" + +DEPEND=" + >=dev-lang/ruby-1.8.6 + dev-ruby/activesupport + dev-ruby/hpricot" |