graaff      14/06/19 06:00:48

  Modified:             ChangeLog
  Added:                map-6.5.4.ebuild
  Log:
  Version bump. Add ruby21. Drop jruby due to 1.9 ruby syntax.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.16                 dev-ruby/map/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/map/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   5 Apr 2014 23:08:26 -0000       1.15
+++ ChangeLog   19 Jun 2014 06:00:48 -0000      1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/map
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/map/ChangeLog,v 1.15 2014/04/05 
23:08:26 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/map/ChangeLog,v 1.16 2014/06/19 
06:00:48 graaff Exp $
+
+*map-6.5.4 (19 Jun 2014)
+
+  19 Jun 2014; Hans de Graaff <[email protected]> +map-6.5.4.ebuild:
+  Version bump. Add ruby21. Drop jruby due to 1.9 ruby syntax.
 
   05 Apr 2014; Manuel RĂ¼ger <[email protected]>
   -files/ruby18-failing-tests.patch, -map-6.5.2.ebuild, map-6.5.3.ebuild:



1.1                  dev-ruby/map/map-6.5.4.ebuild

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

Index: map-6.5.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/map/map-6.5.4.ebuild,v 1.1 
2014/06/19 06:00:48 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_DOC=""

RUBY_FAKEGEM_EXTRADOC="README"

RUBY_FAKEGEM_GEMSPEC="map.gemspec"

inherit ruby-fakegem

DESCRIPTION="A string/symbol indifferent ordered hash that works in all rubies."
HOMEPAGE="http://github.com/ahoward/map";

LICENSE="|| ( Ruby BSD-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE=""

each_ruby_prepare() {
        case ${RUBY} in
                *jruby)
                        epatch 
"${FILESDIR}/${PN}-6.5.1-ruby18-failing-tests.patch"
                        ;;
                *)
                        ;;
        esac
}




Reply via email to