mrueg       14/09/12 12:25:49

  Modified:             ChangeLog
  Added:                map-6.5.5.ebuild
  Removed:              map-6.5.3.ebuild
  Log:
  Version bump. Cleanup old.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.18                 dev-ruby/map/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/map/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   5 Aug 2014 16:00:56 -0000       1.17
+++ ChangeLog   12 Sep 2014 12:25:49 -0000      1.18
@@ -1,6 +1,12 @@
 # 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.17 2014/08/05 
16:00:56 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/map/ChangeLog,v 1.18 2014/09/12 
12:25:49 mrueg Exp $
+
+*map-6.5.5 (12 Sep 2014)
+
+  12 Sep 2014; Manuel Rüger <[email protected]> +map-6.5.5.ebuild,
+  -map-6.5.3.ebuild:
+  Version bump. Cleanup old.
 
   05 Aug 2014; Manuel Rüger <[email protected]> map-6.5.3.ebuild,
   map-6.5.4.ebuild:



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

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

Index: map-6.5.5.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.5.ebuild,v 1.1 
2014/09/12 12:25:49 mrueg 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