graaff      14/10/05 07:06:56

  Modified:             ChangeLog
  Added:                compass-0.12.7-r1.ebuild compass-1.0.1.ebuild
  Log:
  Version bump in new slot. Add revision for compass:0 as well to avoid file 
collisions upon installation.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.4                  dev-ruby/compass/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/compass/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   18 Aug 2014 05:48:14 -0000      1.3
+++ ChangeLog   5 Oct 2014 07:06:56 -0000       1.4
@@ -1,6 +1,14 @@
 # ChangeLog for dev-ruby/compass
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/compass/ChangeLog,v 1.3 2014/08/18 
05:48:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/compass/ChangeLog,v 1.4 2014/10/05 
07:06:56 graaff Exp $
+
+*compass-1.0.1 (05 Oct 2014)
+*compass-0.12.7-r1 (05 Oct 2014)
+
+  05 Oct 2014; Hans de Graaff <gra...@gentoo.org> +compass-0.12.7-r1.ebuild,
+  +compass-1.0.1.ebuild:
+  Version bump in new slot. Add revision for compass:0 as well to avoid file
+  collisions upon installation.
 
 *compass-0.12.7 (18 Aug 2014)
 



1.1                  dev-ruby/compass/compass-0.12.7-r1.ebuild

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

Index: compass-0.12.7-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/compass/compass-0.12.7-r1.ebuild,v 
1.1 2014/10/05 07:06:56 graaff Exp $

EAPI=5

USE_RUBY="ruby19"

RUBY_FAKEGEM_TASK_TEST="-Ilib test features"
RUBY_FAKEGEM_EXTRAINSTALL="frameworks"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"

# To avoid collisions with compass:1
RUBY_FAKEGEM_BINWRAP=""

inherit ruby-fakegem

DESCRIPTION="Sass-based Stylesheet Framework"
HOMEPAGE="http://compass-style.org/";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

ruby_add_bdepend "
        >=dev-ruby/sass-3.2.19:0
        >=dev-ruby/chunky_png-1.2
        >=dev-ruby/fssm-0.2.7
        test? (
                dev-ruby/mocha:0.13
                dev-ruby/css_parser
                dev-util/cucumber
        )
"

all_ruby_prepare() {
        sed -e '/.*[Bb]undler.*/d' \
                -i Rakefile || die "sed failed"
        sed -e '/require \"mocha\/test_unit\"/d' \
                -i test/test_helper.rb || die "sed failed"

        sed -i -e '1igem "mocha", "~> 0.13.0"' test/test_helper.rb || die

        sed -i -e "s:/tmp:${TMPDIR}:" 
features/step_definitions/command_line_steps.rb || die
        # This scenario fails, not clear yet why.
        sed -i -e '/Watching a project for changes/,/^$/ d' 
features/command_line.feature || die
}



1.1                  dev-ruby/compass/compass-1.0.1.ebuild

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

Index: compass-1.0.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/compass/compass-1.0.1.ebuild,v 1.1 
2014/10/05 07:06:56 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_DOC=""

RUBY_FAKEGEM_TASK_TEST="-Ilib test features"

inherit ruby-fakegem

DESCRIPTION="Compass Stylesheet Authoring Framework"
HOMEPAGE="http://compass-style.org/";

LICENSE="MIT"
SLOT="1"
KEYWORDS="~amd64"
IUSE=""

# Gem does not contain all files needed to run specs and it is not clear
# which upstream repository/branch/directory to use.
RESTRICT="test"

ruby_add_rdepend ">=dev-ruby/chunky_png-1.2
        >=dev-ruby/compass-core-1.0.1:1.0
        >=dev-ruby/compass-import-once-1.0.5:1.0
        >=dev-ruby/rb-inotify-0.9
        >=dev-ruby/sass-3.3.13 <dev-ruby/sass-3.5
        !!<dev-ruby/compass-0.12.7-r1"

#ruby_add_bdepend "test? ( dev-ruby/colorize )"

all_ruby_prepare() {
        sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die
}




Reply via email to