summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-25 17:14:29 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-25 17:14:29 +0000
commit9527d6de53d80cc45b9aced70ec05b5f2bec495b (patch)
treef2dc6385f394b9af4194461b0d0c5eba213d2417 /dev-ruby/haml
parentVersion bump KDE 4.3.5 (diff)
downloadgentoo-2-9527d6de53d80cc45b9aced70ec05b5f2bec495b.tar.gz
gentoo-2-9527d6de53d80cc45b9aced70ec05b5f2bec495b.tar.bz2
gentoo-2-9527d6de53d80cc45b9aced70ec05b5f2bec495b.zip
Add ~x86 keyword (tested on development container) and remove old version (with broken tests).
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/haml')
-rw-r--r--dev-ruby/haml/ChangeLog7
-rw-r--r--dev-ruby/haml/haml-2.2.16.ebuild39
-rw-r--r--dev-ruby/haml/haml-2.2.17.ebuild4
3 files changed, 8 insertions, 42 deletions
diff --git a/dev-ruby/haml/ChangeLog b/dev-ruby/haml/ChangeLog
index 3a3f3c7db4e0..369ae304ff90 100644
--- a/dev-ruby/haml/ChangeLog
+++ b/dev-ruby/haml/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/haml
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.33 2010/01/21 11:13:14 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.34 2010/01/25 17:14:29 flameeyes Exp $
+
+ 25 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> -haml-2.2.16.ebuild,
+ haml-2.2.17.ebuild:
+ Add ~x86 keyword (tested on development container) and remove old version
+ (with broken tests).
*haml-2.2.17 (21 Jan 2010)
diff --git a/dev-ruby/haml/haml-2.2.16.ebuild b/dev-ruby/haml/haml-2.2.16.ebuild
deleted file mode 100644
index 484d77d13af6..000000000000
--- a/dev-ruby/haml/haml-2.2.16.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-2.2.16.ebuild,v 1.7 2010/01/18 20:34:49 ranger Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ruby19"
-
-RUBY_FAKEGEM_TASK_DOC="doc"
-
-RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING README.md"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="HAML - a ruby web page templating engine"
-HOMEPAGE="http://haml.hamptoncatlin.com/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-# TODO: haml has some emacs modes that it could be installing, in case
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e '/haml.gemspec/,/Task\[:package\]/s:^:#:' "${S}"/Rakefile
-}
-
-each_ruby_install() {
- each_fakegem_install
-
- # This is needed otherwise it fails at runtime
- ruby_fakegem_doins VERSION VERSION_NAME
-}
-
-# It could use merb during testing as well, but it's not mandatory
-ruby_add_bdepend test "virtual/ruby-test-unit =dev-ruby/rack-1.0*"
-ruby_add_bdepend doc "dev-ruby/yard dev-ruby/maruku"
diff --git a/dev-ruby/haml/haml-2.2.17.ebuild b/dev-ruby/haml/haml-2.2.17.ebuild
index a4718d183594..70ba11b680c0 100644
--- a/dev-ruby/haml/haml-2.2.17.ebuild
+++ b/dev-ruby/haml/haml-2.2.17.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-2.2.17.ebuild,v 1.1 2010/01/21 11:13:14 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-2.2.17.ebuild,v 1.2 2010/01/25 17:14:29 flameeyes Exp $
EAPI=2
@@ -18,7 +18,7 @@ HOMEPAGE="http://haml.hamptoncatlin.com/"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
# TODO: haml has some emacs modes that it could be installing, in case
IUSE=""