diff options
author | Alex Legler <a3li@gentoo.org> | 2009-11-28 10:05:03 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-11-28 10:05:03 +0000 |
commit | 877d79732d63c9135d50251416859a95e3d71020 (patch) | |
tree | 7731459be2c15050f8d4f840443e1fe478bf299f /dev-ruby | |
parent | Version bump (diff) | |
download | gentoo-2-877d79732d63c9135d50251416859a95e3d71020.tar.gz gentoo-2-877d79732d63c9135d50251416859a95e3d71020.tar.bz2 gentoo-2-877d79732d63c9135d50251416859a95e3d71020.zip |
Version bump
(Portage version: 2.2_rc52/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.14.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/dev-ruby/haml/ChangeLog b/dev-ruby/haml/ChangeLog index 901710fadf21..7267e96ffdb5 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.22 2009/11/27 07:08:18 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.23 2009/11/28 10:05:03 a3li Exp $ + +*haml-2.2.14 (28 Nov 2009) + + 28 Nov 2009; Alex Legler <a3li@gentoo.org> +haml-2.2.14.ebuild: + Version bump *haml-2.2.13 (27 Nov 2009) diff --git a/dev-ruby/haml/haml-2.2.14.ebuild b/dev-ruby/haml/haml-2.2.14.ebuild new file mode 100644 index 000000000000..c190a535221d --- /dev/null +++ b/dev-ruby/haml/haml-2.2.14.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.14.ebuild,v 1.1 2009/11/28 10:05:03 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" |