summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-07-28 05:48:52 +0000
committerHans de Graaff <graaff@gentoo.org>2009-07-28 05:48:52 +0000
commitbf6ecc10bcb05b0a1f14fe0879a33356d2db35fc (patch)
tree7a8721abeca601e0e49b36a7e5efef1cb239b50e /dev-ruby
parentStable for HPPA (bug #278978). (diff)
downloadgentoo-2-bf6ecc10bcb05b0a1f14fe0879a33356d2db35fc.tar.gz
gentoo-2-bf6ecc10bcb05b0a1f14fe0879a33356d2db35fc.tar.bz2
gentoo-2-bf6ecc10bcb05b0a1f14fe0879a33356d2db35fc.zip
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/haml/ChangeLog7
-rw-r--r--dev-ruby/haml/haml-2.2.2.ebuild14
2 files changed, 20 insertions, 1 deletions
diff --git a/dev-ruby/haml/ChangeLog b/dev-ruby/haml/ChangeLog
index b6fef97c15b8..1fca70d76dda 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.12 2009/07/19 07:41:25 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.13 2009/07/28 05:48:52 graaff Exp $
+
+*haml-2.2.2 (28 Jul 2009)
+
+ 28 Jul 2009; Hans de Graaff <graaff@gentoo.org> +haml-2.2.2.ebuild:
+ Version bump.
*haml-2.2.1 (19 Jul 2009)
diff --git a/dev-ruby/haml/haml-2.2.2.ebuild b/dev-ruby/haml/haml-2.2.2.ebuild
new file mode 100644
index 000000000000..619982d0dcdb
--- /dev/null
+++ b/dev-ruby/haml/haml-2.2.2.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.2.ebuild,v 1.1 2009/07/28 05:48:52 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"