mrueg       14/04/14 09:49:56

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

Revision  Changes    Path
1.21                 dev-ruby/stringex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/stringex/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   7 Apr 2014 13:27:31 -0000       1.20
+++ ChangeLog   14 Apr 2014 09:49:56 -0000      1.21
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/stringex
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stringex/ChangeLog,v 1.20 
2014/04/07 13:27:31 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stringex/ChangeLog,v 1.21 
2014/04/14 09:49:56 mrueg Exp $
+
+*stringex-2.5.2 (14 Apr 2014)
+
+  14 Apr 2014; Manuel RĂ¼ger <[email protected]> +stringex-2.5.2.ebuild:
+  Version bump.
 
 *stringex-2.5.1 (07 Apr 2014)
 



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

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

Index: stringex-2.5.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.5.2.ebuild,v 
1.1 2014/04/14 09:49:56 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