mrueg       14/07/26 18:35:11

  Modified:             haml-4.0.3.ebuild haml-3.1.8-r2.ebuild ChangeLog
  Added:                haml-4.0.5.ebuild
  Log:
  Version bump. Fix USE="doc". Fix tests. Drop ~x86 keyword.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.5                  dev-ruby/haml/haml-4.0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-4.0.3.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-4.0.3.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-4.0.3.ebuild?r1=1.4&r2=1.5

Index: haml-4.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-4.0.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- haml-4.0.3.ebuild   26 May 2014 05:22:58 -0000      1.4
+++ haml-4.0.3.ebuild   26 Jul 2014 18:35:11 -0000      1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-4.0.3.ebuild,v 1.4 
2014/05/26 05:22:58 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-4.0.3.ebuild,v 1.5 
2014/07/26 18:35:11 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19"
+USE_RUBY="ruby19 ruby20"
 
 RUBY_FAKEGEM_TASK_TEST="test"
 RUBY_FAKEGEM_TASK_DOC="-Ilib doc"



1.3                  dev-ruby/haml/haml-3.1.8-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-3.1.8-r2.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-3.1.8-r2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-3.1.8-r2.ebuild?r1=1.2&r2=1.3

Index: haml-3.1.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-3.1.8-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- haml-3.1.8-r2.ebuild        5 Apr 2014 14:31:19 -0000       1.2
+++ haml-3.1.8-r2.ebuild        26 Jul 2014 18:35:11 -0000      1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-3.1.8-r2.ebuild,v 1.2 
2014/04/05 14:31:19 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-3.1.8-r2.ebuild,v 1.3 
2014/07/26 18:35:11 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19"
+USE_RUBY="ruby19 ruby20"
 
 RUBY_FAKEGEM_TASK_TEST="test"
 RUBY_FAKEGEM_TASK_DOC="-Ilib doc"
@@ -28,7 +28,7 @@
 # TODO: haml has some emacs modes that it could be installing, in case
 IUSE=""
 
-RESTRICT="test"
+#RESTRICT="test"
 
 ruby_add_rdepend "dev-ruby/sass"
 



1.95                 dev-ruby/haml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?rev=1.95&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?rev=1.95&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?r1=1.94&r2=1.95

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   26 May 2014 05:22:58 -0000      1.94
+++ ChangeLog   26 Jul 2014 18:35:11 -0000      1.95
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/haml
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.94 2014/05/26 
05:22:58 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.95 2014/07/26 
18:35:11 mrueg Exp $
+
+*haml-4.0.5 (26 Jul 2014)
+
+  26 Jul 2014; Manuel Rüger <[email protected]> +haml-4.0.5.ebuild,
+  haml-3.1.8-r2.ebuild, haml-4.0.3.ebuild:
+  Version bump. Fix USE="doc". Fix tests. Drop ~x86 keyword.
 
   26 May 2014; Manuel Rüger <[email protected]> haml-4.0.3.ebuild:
   Remove ruby18 target.



1.1                  dev-ruby/haml/haml-4.0.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-4.0.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-4.0.5.ebuild?rev=1.1&content-type=text/plain

Index: haml-4.0.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-4.0.5.ebuild,v 1.1 
2014/07/26 18:35:11 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20"

RUBY_FAKEGEM_TASK_TEST="test"
RUBY_FAKEGEM_TASK_DOC="-Ilib doc"

RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md REFERENCE.md"
RUBY_FAKEGEM_DOCDIR="doc"

inherit ruby-fakegem

DESCRIPTION="A ruby web page templating engine"
HOMEPAGE="http://haml-lang.com/";

LICENSE="MIT"
SLOT="4"
KEYWORDS="~amd64 ~arm ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"

IUSE="doc test"

RDEPEND="${RDEPEND} !!<dev-ruby/haml-3.1.8-r2"

ruby_add_rdepend "dev-ruby/tilt"

ruby_add_bdepend "
        test? (
                dev-ruby/minitest:0
                dev-ruby/nokogiri
                dev-ruby/rails:3.2
        )
        doc? (
                dev-ruby/yard
                >=dev-ruby/maruku-0.7.2-r1
        )"

all_ruby_prepare() {
        sed -i -e '/bundler/ s:^:#:' \
                -e 's/gem "minitest"/gem "minitest", "~>4.0"/'\
                -e '1igem "actionpack", "~>3.2"'\
                -e '1igem "activesupport", "~>3.2"'\
                -e '1igem "railties", "~>3.2"'\
                test/test_helper.rb || die
        # Remove test that fails when RedCloth is available
        sed -i -e "/should raise error when a Tilt filters dependencies are 
unavailable for extension/,+9 s/^/#/"\
                test/filters_test.rb || die
}




Reply via email to