public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/xml-simple: xml-simple-1.1.5.ebuild ChangeLog
@ 2015-02-21  5:07 Manuel Rueger (mrueg)
  0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2015-02-21  5:07 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/02/21 05:07:46

  Modified:             ChangeLog
  Added:                xml-simple-1.1.5.ebuild
  Log:
  Version bump. Run tests. Add ruby22.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.46                 dev-ruby/xml-simple/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	29 Oct 2014 18:50:50 -0000	1.45
+++ ChangeLog	21 Feb 2015 05:07:46 -0000	1.46
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/xml-simple
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/ChangeLog,v 1.45 2014/10/29 18:50:50 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/ChangeLog,v 1.46 2015/02/21 05:07:46 mrueg Exp $
+
+*xml-simple-1.1.5 (21 Feb 2015)
+
+  21 Feb 2015; Manuel Rüger <mrueg@gentoo.org> +xml-simple-1.1.5.ebuild:
+  Version bump. Run tests. Add ruby22.
 
   29 Oct 2014; Manuel Rüger <mrueg@gentoo.org> xml-simple-1.1.3.ebuild,
   xml-simple-1.1.4.ebuild:



1.1                  dev-ruby/xml-simple/xml-simple-1.1.5.ebuild

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

Index: xml-simple-1.1.5.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/xml-simple-1.1.5.ebuild,v 1.1 2015/02/21 05:07:46 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"

# Gem only contains lib code, and github repository has no tags.
RUBY_FAKEGEM_RECIPE_DOC="rdoc"

inherit ruby-fakegem

SRC_URI="https://github.com/maik/xml-simple/archive/v${PV}.tar.gz -> ${P}.tar.gz"
DESCRIPTION="Easy API to maintain XML. It is a Ruby port of Grant McLean's Perl module XML::Simple"
HOMEPAGE="https://github.com/maik/xml-simple"

LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

each_ruby_test() {
	cd test || die
	for i in *.rb; do
		${RUBY} -I../lib ${i} || die
	done
}





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

only message in thread, other threads:[~2015-02-21  5:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-21  5:07 [gentoo-commits] gentoo-x86 commit in dev-ruby/xml-simple: xml-simple-1.1.5.ebuild ChangeLog Manuel Rueger (mrueg)

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