diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-25 17:14:29 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-25 17:14:29 +0000 |
commit | 89454ee92c9d1305071a81a2bf0b27cb3f31b6bc (patch) | |
tree | e0b05be1853ff3c32c72321dfb5871ed5e27a74d /dev-ruby/haml | |
parent | Revbump and fix automagic handling of useflag (missing \) (diff) | |
download | historical-89454ee92c9d1305071a81a2bf0b27cb3f31b6bc.tar.gz historical-89454ee92c9d1305071a81a2bf0b27cb3f31b6bc.tar.bz2 historical-89454ee92c9d1305071a81a2bf0b27cb3f31b6bc.zip |
Add ~x86 keyword (tested on development container) and remove old version (with broken tests).
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/haml')
-rw-r--r-- | dev-ruby/haml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/haml/haml-2.2.16.ebuild | 39 | ||||
-rw-r--r-- | dev-ruby/haml/haml-2.2.17.ebuild | 4 |
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="" |