public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-biology/bioruby: bioruby-1.4.3.0001-r1.ebuild bioruby-9999.ebuild ChangeLog
@ 2013-11-25  1:13 Manuel Rueger (mrueg)
  0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2013-11-25  1:13 UTC (permalink / raw
  To: gentoo-commits

mrueg       13/11/25 01:13:15

  Modified:             bioruby-9999.ebuild ChangeLog
  Added:                bioruby-1.4.3.0001-r1.ebuild
  Log:
  NMU: Add missing dependency on libxml and ruby20 support. Fix tests see bug #489712
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.5                  sci-biology/bioruby/bioruby-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bioruby/bioruby-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bioruby/bioruby-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bioruby/bioruby-9999.ebuild?r1=1.4&r2=1.5

Index: bioruby-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/bioruby/bioruby-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bioruby-9999.ebuild	14 Sep 2013 12:55:24 -0000	1.4
+++ bioruby-9999.ebuild	25 Nov 2013 01:13:15 -0000	1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioruby/bioruby-9999.ebuild,v 1.4 2013/09/14 12:55:24 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioruby/bioruby-9999.ebuild,v 1.5 2013/11/25 01:13:15 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby18 ruby19 ruby20"
 EGIT_REPO_URI="git://github.com/bioruby/bioruby.git
 	https://github.com/bioruby/bioruby.git"
 
@@ -18,6 +18,8 @@
 IUSE=""
 KEYWORDS=""
 
+ruby_add_rdepend "dev-ruby/libxml"
+
 all_ruby_unpack() {
 	git-2_src_unpack
 }



1.18                 sci-biology/bioruby/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/bioruby/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	24 Oct 2013 14:31:54 -0000	1.17
+++ ChangeLog	25 Nov 2013 01:13:15 -0000	1.18
@@ -1,6 +1,13 @@
 # ChangeLog for sci-biology/bioruby
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioruby/ChangeLog,v 1.17 2013/10/24 14:31:54 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioruby/ChangeLog,v 1.18 2013/11/25 01:13:15 mrueg Exp $
+
+*bioruby-1.4.3.0001-r1 (25 Nov 2013)
+
+  25 Nov 2013; Manuel RĂ¼ger <mrueg@gentoo.org> +bioruby-1.4.3.0001-r1.ebuild,
+  +files/bioruby-1.4.3.0001-fix-tests.patch, bioruby-9999.ebuild:
+  NMU: Add missing dependency on libxml and ruby20 support. Fix tests see bug
+  #489712
 
   24 Oct 2013; Tony Vroon <chainsaw@gentoo.org> bioruby-1.4.3.0001.ebuild:
   Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El



1.1                  sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild?rev=1.1&content-type=text/plain

Index: bioruby-1.4.3.0001-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild,v 1.1 2013/11/25 01:13:15 mrueg Exp $

EAPI=5

USE_RUBY="ruby18 ruby19 ruby20"

inherit ruby-fakegem

DESCRIPTION="An integrated environment for bioinformatics using the Ruby language"
LICENSE="Ruby"
HOMEPAGE="http://www.bioruby.org/"
SRC_URI="http://www.${PN}.org/archive/${P}.tar.gz"

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

ruby_add_rdepend "dev-ruby/libxml"

PATCHES=( "${FILESDIR}"/${P}-fix-tests.patch )

each_ruby_configure() {
	${RUBY} setup.rb config || die
}

each_ruby_compile() {
	${RUBY} setup.rb setup || die
}

each_ruby_install() {
	${RUBY} setup.rb install --prefix="${D}" || die
}

each_ruby_test() {
	${RUBY} -rubygems test/runner.rb || die
}





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

only message in thread, other threads:[~2013-11-25  1:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-25  1:13 [gentoo-commits] gentoo-x86 commit in sci-biology/bioruby: bioruby-1.4.3.0001-r1.ebuild bioruby-9999.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