graaff      15/01/30 06:51:07

  Modified:             ChangeLog
  Added:                compass-1.0.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.6                  dev-ruby/compass/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/compass/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   7 Oct 2014 12:33:51 -0000       1.5
+++ ChangeLog   30 Jan 2015 06:51:07 -0000      1.6
@@ -1,6 +1,11 @@
 # 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.5 2014/10/07 
12:33:51 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/compass/ChangeLog,v 1.6 2015/01/30 
06:51:07 graaff Exp $
+
+*compass-1.0.3 (30 Jan 2015)
+
+  30 Jan 2015; Hans de Graaff <gra...@gentoo.org> +compass-1.0.3.ebuild:
+  Version bump.
 
 *compass-1.0.1-r1 (07 Oct 2014)
 



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

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

Index: compass-1.0.3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/compass/compass-1.0.3.ebuild,v 1.1 
2015/01/30 06:51:07 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.2: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

        # Remove rb-fsevent dependency since it is not needed on Linux and
        # not packaged.
        sed -i -e '/rb-fsevent/,/^-/ s:^:#:' ../metadata || die
}




Reply via email to