summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-05-28 19:47:02 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-05-28 19:47:02 +0000
commiteed0c00923bd829f110d85ec265d4d7c52eb7196 (patch)
treeaf68c366925c1f5d4e81d27eae457717f02564dc /dev-ruby/haml
parentStabilize all relevant arches. (diff)
downloadgentoo-2-eed0c00923bd829f110d85ec265d4d7c52eb7196.tar.gz
gentoo-2-eed0c00923bd829f110d85ec265d4d7c52eb7196.tar.bz2
gentoo-2-eed0c00923bd829f110d85ec265d4d7c52eb7196.zip
Version bump fun.
(Portage version: 2.1.5.2)
Diffstat (limited to 'dev-ruby/haml')
-rw-r--r--dev-ruby/haml/ChangeLog7
-rw-r--r--dev-ruby/haml/haml-2.0.0.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-ruby/haml/ChangeLog b/dev-ruby/haml/ChangeLog
index a0837c1456ba..58136d47eca6 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.6 2008/04/10 23:16:29 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.7 2008/05/28 19:47:02 robbat2 Exp $
+
+*haml-2.0.0 (28 May 2008)
+
+ 28 May 2008; Robin H. Johnson <robbat2@gentoo.org> +haml-2.0.0.ebuild:
+ Version bump fun.
*haml-1.8.2 (10 Apr 2008)
diff --git a/dev-ruby/haml/haml-2.0.0.ebuild b/dev-ruby/haml/haml-2.0.0.ebuild
new file mode 100644
index 000000000000..da24dff32549
--- /dev/null
+++ b/dev-ruby/haml/haml-2.0.0.ebuild
@@ -0,0 +1,16 @@
+# 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.0.ebuild,v 1.1 2008/05/28 19:47:02 robbat2 Exp $
+
+inherit ruby gems
+
+DESCRIPTION="HAML - a ruby web page templating engine"
+HOMEPAGE="http://rubyforge.org/projects/haml/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/ruby-1.8.4
+ dev-ruby/activesupport"