graaff      15/01/30 17:37:28

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

Revision  Changes    Path
1.9                  dev-ruby/css_parser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/css_parser/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   25 Nov 2014 11:24:13 -0000      1.8
+++ ChangeLog   30 Jan 2015 17:37:28 -0000      1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/css_parser
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/css_parser/ChangeLog,v 1.8 
2014/11/25 11:24:13 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/css_parser/ChangeLog,v 1.9 
2015/01/30 17:37:28 graaff Exp $
+
+*css_parser-1.3.6 (30 Jan 2015)
+
+  30 Jan 2015; Hans de Graaff <[email protected]> +css_parser-1.3.6.ebuild:
+  Version bump.
 
   25 Nov 2014; Manuel RĂ¼ger <[email protected]> css_parser-1.3.5-r1.ebuild:
   Drop jruby target.



1.1                  dev-ruby/css_parser/css_parser-1.3.6.ebuild

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

Index: css_parser-1.3.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/css_parser/css_parser-1.3.6.ebuild,v 1.1 
2015/01/30 17:37:28 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_DOC_DIR="doc"
RUBY_FAKEGEM_EXTRADOC="Readme.md"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"

GITHUB_USER="premailer"
GITHUB_PROJECT="${PN}"
inherit ruby-fakegem

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

SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${GITHUB_PROJECT}-${PV}.tar.gz"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"

ruby_add_rdepend "dev-ruby/addressable
        virtual/ruby-ssl"

all_ruby_prepare() {
        # get rid of bundler usage
        rm Gemfile || die
        sed -i -e '/bundler/d' -e '/bump/d' Rakefile || die
        sed -i -e '/bundler/d' test/test_helper.rb || die
        # Avoid tests using the network.
        sed -i -e '/test_loading_a_remote_file_over_ssl/,/end/ s:^:#:' 
test/test_css_parser_loading.rb || die

}

each_ruby_test() {
        ${RUBY} -Ilib test/*.rb || die
}




Reply via email to