public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/map: ChangeLog map-6.5.1.ebuild
@ 2013-10-22 18:03 Hans de Graaff (graaff)
  0 siblings, 0 replies; only message in thread
From: Hans de Graaff (graaff) @ 2013-10-22 18:03 UTC (permalink / raw
  To: gentoo-commits

graaff      13/10/22 18:03:08

  Modified:             ChangeLog
  Added:                map-6.5.1.ebuild
  Log:
  Version bump. Ebuild and patches by Peter Wilmott in the ruby overlay.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.11                 dev-ruby/map/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/map/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	26 Aug 2012 06:22:12 -0000	1.10
+++ ChangeLog	22 Oct 2013 18:03:08 -0000	1.11
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/map
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/map/ChangeLog,v 1.10 2012/08/26 06:22:12 graaff Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/map/ChangeLog,v 1.11 2013/10/22 18:03:08 graaff Exp $
+
+*map-6.5.1 (22 Oct 2013)
+
+  22 Oct 2013; Hans de Graaff <graaff@gentoo.org> +map-6.5.1.ebuild,
+  +files/ruby18-failing-tests.patch,
+  +files/map-6.5.1-ruby18-failing-tests.patch:
+  Version bump. Ebuild and patches by Peter Wilmott in the ruby overlay.
 
   26 Aug 2012; Hans de Graaff <graaff@gentoo.org> -map-5.1.0.ebuild,
   -map-5.2.0.ebuild:



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

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

Index: map-6.5.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/map/map-6.5.1.ebuild,v 1.1 2013/10/22 18:03:08 graaff Exp $

EAPI=5
USE_RUBY="ruby18 ruby19 ruby20 jruby"

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
		*ruby18)
			epatch "${FILESDIR}/ruby18-failing-tests.patch"
			epatch "${FILESDIR}/${P}-ruby18-failing-tests.patch"
			;;
		*jruby)
			epatch "${FILESDIR}/${P}-ruby18-failing-tests.patch"
			;;
		*)
			;;
	esac
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-22 18:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-22 18:03 [gentoo-commits] gentoo-x86 commit in dev-ruby/map: ChangeLog map-6.5.1.ebuild Hans de Graaff (graaff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox