summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-10-06 06:17:36 +0000
committerHans de Graaff <graaff@gentoo.org>2012-10-06 06:17:36 +0000
commit612a348596e8473702a90fe2c2e4054b1480c91e (patch)
tree8431ca02d65fec99ff315ec3067bf6449544d285 /dev-ruby/haml
parentVersion bump. Add l10n handling. Remove beta. (diff)
downloadgentoo-2-612a348596e8473702a90fe2c2e4054b1480c91e.tar.gz
gentoo-2-612a348596e8473702a90fe2c2e4054b1480c91e.tar.bz2
gentoo-2-612a348596e8473702a90fe2c2e4054b1480c91e.zip
Cleanup.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/haml')
-rw-r--r--dev-ruby/haml/ChangeLog5
-rw-r--r--dev-ruby/haml/haml-3.1.4.ebuild42
2 files changed, 4 insertions, 43 deletions
diff --git a/dev-ruby/haml/ChangeLog b/dev-ruby/haml/ChangeLog
index bd02880e12d6..f6707696adfa 100644
--- a/dev-ruby/haml/ChangeLog
+++ b/dev-ruby/haml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/haml
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.79 2012/09/27 09:54:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.80 2012/10/06 06:17:36 graaff Exp $
+
+ 06 Oct 2012; Hans de Graaff <graaff@gentoo.org> -haml-3.1.4.ebuild:
+ Cleanup.
27 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> haml-3.1.4.ebuild,
haml-3.1.6.ebuild:
diff --git a/dev-ruby/haml/haml-3.1.4.ebuild b/dev-ruby/haml/haml-3.1.4.ebuild
deleted file mode 100644
index 8a783cacc367..000000000000
--- a/dev-ruby/haml/haml-3.1.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-3.1.4.ebuild,v 1.4 2012/09/27 09:54:28 ssuominen Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_DOC="doc"
-
-RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING README.md"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb VERSION VERSION_NAME vendor"
-
-inherit ruby-fakegem
-
-DESCRIPTION="HAML - a ruby web page templating engine"
-HOMEPAGE="http://haml-lang.com/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-# TODO: haml has some emacs modes that it could be installing, in case
-IUSE=""
-
-# The html engine requires hpricot
-ruby_add_rdepend "dev-ruby/hpricot dev-ruby/fssm"
-
-# It could use merb during testing as well, but it's not mandatory
-ruby_add_bdepend "
- test? (
- virtual/ruby-test-unit
- dev-ruby/erubis
- dev-ruby/rails
- dev-ruby/ruby_parser
- )
- doc? (
- dev-ruby/yard
- dev-ruby/maruku
- )"