mrueg       14/04/07 13:27:31

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

Revision  Changes    Path
1.20                 dev-ruby/stringex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/stringex/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   5 Apr 2014 18:03:19 -0000       1.19
+++ ChangeLog   7 Apr 2014 13:27:31 -0000       1.20
@@ -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.19 
2014/04/05 18:03:19 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stringex/ChangeLog,v 1.20 
2014/04/07 13:27:31 mrueg Exp $
+
+*stringex-2.5.1 (07 Apr 2014)
+
+  07 Apr 2014; Manuel Rüger <[email protected]> +stringex-2.5.1.ebuild:
+  Version bump.
 
   05 Apr 2014; Manuel Rüger <[email protected]> stringex-1.5.1.ebuild,
   stringex-2.0.8.ebuild, stringex-2.4.2.ebuild:



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

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

Index: stringex-2.5.1.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.1.ebuild,v 
1.1 2014/04/07 13:27:31 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