summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2010-07-03 12:23:50 +0000
committerBenedikt Boehm <hollow@gentoo.org>2010-07-03 12:23:50 +0000
commit65bfd6edeb71e0318d5c0db3615fb4ad21f51f15 (patch)
treee9e6f42376e76b3c327d6392258f457295926b97 /dev-ruby/merb-haml/merb-haml-1.1.2.ebuild
parentinitial ebuild, thanks to Gábor Vészi (diff)
downloadgentoo-2-65bfd6edeb71e0318d5c0db3615fb4ad21f51f15.tar.gz
gentoo-2-65bfd6edeb71e0318d5c0db3615fb4ad21f51f15.tar.bz2
gentoo-2-65bfd6edeb71e0318d5c0db3615fb4ad21f51f15.zip
initial ebuild, thanks to Gábor Vészi
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-ruby/merb-haml/merb-haml-1.1.2.ebuild')
-rw-r--r--dev-ruby/merb-haml/merb-haml-1.1.2.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ruby/merb-haml/merb-haml-1.1.2.ebuild b/dev-ruby/merb-haml/merb-haml-1.1.2.ebuild
new file mode 100644
index 000000000000..59a74ef6ad83
--- /dev/null
+++ b/dev-ruby/merb-haml/merb-haml-1.1.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-haml/merb-haml-1.1.2.ebuild,v 1.1 2010/07/03 12:23:50 hollow Exp $
+
+EAPI="2"
+USE_RUBY="ruby18"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Merb plugin that provides HAML support"
+HOMEPAGE="http://merbivore.com"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/haml-2.0.3
+ ~dev-ruby/merb-core-${PV}"