graaff      15/01/19 07:16:54

  Modified:             ChangeLog
  Added:                tilt-2.0.1-r1.ebuild tilt-1.4.1-r2.ebuild
  Removed:              tilt-2.0.1.ebuild
  Log:
  Move tilt 2.x in a separate slot since many packages depend explicitly on 
tilt 1.x.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.37                 dev-ruby/tilt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   18 Nov 2014 13:35:58 -0000      1.36
+++ ChangeLog   19 Jan 2015 07:16:53 -0000      1.37
@@ -1,6 +1,14 @@
 # ChangeLog for dev-ruby/tilt
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.36 2014/11/18 
13:35:58 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.37 2015/01/19 
07:16:53 graaff Exp $
+
+*tilt-2.0.1-r1 (19 Jan 2015)
+*tilt-1.4.1-r2 (19 Jan 2015)
+
+  19 Jan 2015; Hans de Graaff <gra...@gentoo.org> +tilt-1.4.1-r2.ebuild,
+  -tilt-2.0.1.ebuild, +tilt-2.0.1-r1.ebuild:
+  Move tilt 2.x in a separate slot since many packages depend explicitly on
+  tilt 1.x.
 
   18 Nov 2014; Manuel RĂ¼ger <mr...@gentoo.org>
   -files/tilt-1.3.2-thread_id.patch:



1.1                  dev-ruby/tilt/tilt-2.0.1-r1.ebuild

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

Index: tilt-2.0.1-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-2.0.1-r1.ebuild,v 1.1 
2015/01/19 07:16:53 graaff Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md"

inherit ruby-fakegem

DESCRIPTION="A thin interface over a Ruby template engines to make their usage 
as generic as possible"
HOMEPAGE="https://github.com/rtomayko/tilt";

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

# Block on some of the potential test dependencies. These dependencies
# are optional for the test suite, and we don't want to depend on all of
# them to faciliate keywording and stabling.
ruby_add_bdepend "test? (
        dev-ruby/bluecloth
        dev-ruby/coffee-script
        dev-ruby/erubis
        dev-ruby/nokogiri
        dev-ruby/radius
        !!<dev-ruby/maruku-0.7.2 )"

# Most dependencies are optional: skip haml for ruby20 and ruby21
# because haml depends on rails.
USE_RUBY="ruby19" ruby_add_bdepend "test? ( dev-ruby/haml )"

ruby_add_rdepend ">=dev-ruby/builder-2.0.0
        !!<dev-ruby/tilt-1.4.1-r2:0"

all_ruby_prepare() {
        rm Gemfile || die
        sed -e '/bundler/I s:^:#:' -i Rakefile test/test_helper.rb || die

        # Avoid tests with minor syntax differences since this happens all
        # the time when details in the dependencies change.
        sed -e '/test_smarty_pants_true/,/^    end/ s:^:#:' -i 
test/tilt_markdown_test.rb || die
        sed -e '/smartypants when :smart is set/,/^    end/ s:^:#:' -i 
test/tilt_rdiscounttemplate_test.rb || die
}



1.1                  dev-ruby/tilt/tilt-1.4.1-r2.ebuild

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

Index: tilt-1.4.1-r2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-1.4.1-r2.ebuild,v 1.1 
2015/01/19 07:16:54 graaff Exp $

EAPI=5

# jruby fails tests
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md TEMPLATES.md"

RUBY_FAKEGEM_BINWRAP=""

inherit ruby-fakegem

DESCRIPTION="A thin interface over a Ruby template engines to make their usage 
as generic as possible"
HOMEPAGE="http://github.com/rtomayko/tilt";

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

ruby_add_bdepend "test? (
        dev-ruby/bluecloth
        dev-ruby/coffee-script
        dev-ruby/erubis
        dev-ruby/nokogiri
        dev-ruby/radius )"

# Most dependencies are optional: skip haml for ruby20 and ruby21
# because haml depends on rails.
USE_RUBY="ruby19" ruby_add_bdepend "test? ( dev-ruby/haml )"

ruby_add_rdepend ">=dev-ruby/builder-2.0.0"

all_ruby_prepare() {
        # Recent kramdown versions handle quoting differently.
        rm test/tilt_kramdown_test.rb || die
}




Reply via email to