graaff      14/10/07 12:33:51

  Modified:             ChangeLog
  Added:                compass-1.0.1-r1.ebuild
  Removed:              compass-1.0.1.ebuild
  Log:
  Remove unpackaged and unneeded rb-fsevent dependency from gemspec file.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.5                  dev-ruby/compass/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/compass/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   5 Oct 2014 07:06:56 -0000       1.4
+++ ChangeLog   7 Oct 2014 12:33:51 -0000       1.5
@@ -1,6 +1,12 @@
 # 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.4 2014/10/05 
07:06:56 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/compass/ChangeLog,v 1.5 2014/10/07 
12:33:51 graaff Exp $
+
+*compass-1.0.1-r1 (07 Oct 2014)
+
+  07 Oct 2014; Hans de Graaff <[email protected]> -compass-1.0.1.ebuild,
+  +compass-1.0.1-r1.ebuild:
+  Remove unpackaged and unneeded rb-fsevent dependency from gemspec file.
 
 *compass-1.0.1 (05 Oct 2014)
 *compass-0.12.7-r1 (05 Oct 2014)



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

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

Index: compass-1.0.1-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-1.0.1-r1.ebuild,v 
1.1 2014/10/07 12:33:51 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

        # 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