mrueg       14/03/27 02:33:32

  Modified:             ChangeLog
  Added:                stringex-2.4.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.18                 dev-ruby/stringex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/stringex/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   25 Oct 2013 09:05:58 -0000      1.17
+++ ChangeLog   27 Mar 2014 02:33:32 -0000      1.18
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/stringex
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stringex/ChangeLog,v 1.17 
2013/10/25 09:05:58 graaff Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stringex/ChangeLog,v 1.18 
2014/03/27 02:33:32 mrueg Exp $
+
+*stringex-2.4.2 (27 Mar 2014)
+
+  27 Mar 2014; Manuel RĂ¼ger <[email protected]> +stringex-2.4.2.ebuild:
+  Version bump.
 
   25 Oct 2013; Hans de Graaff <[email protected]> stringex-2.0.8.ebuild:
   Add ruby20, but skip the rails tests and dependencies for now so we can



1.1                  dev-ruby/stringex/stringex-2.4.2.ebuild

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

Index: stringex-2.4.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stringex/stringex-2.4.2.ebuild,v 
1.1 2014/03/27 02:33:32 mrueg Exp $

EAPI=5
USE_RUBY="ruby19"

RUBY_FAKEGEM_DOC_DIR="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.rdoc"

inherit ruby-fakegem

DESCRIPTION="Extensions for Ruby's String class"
HOMEPAGE="http://github.com/rsl/stringex";
LICENSE="MIT"

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

# we could rely on activerecord[sqlite3], but since we do not remove the
# sqlite3 adapter from activerecord when building -sqlite3, it's easier
# to just add another dependency, so the user doesn't have to change the
# USE flags at all.
ruby_add_bdepend "
        test? (
                dev-ruby/activerecord:3.2
                dev-ruby/sqlite3
                dev-ruby/redcloth
                dev-ruby/test-unit:2
        )"

each_ruby_test() {
        # rake seems to break this
        ruby-ng_testrb-2 -Ilib -Itest test/{unit,performance}/**/*_test.rb || 
die "tests failed"
}




Reply via email to