Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/bioruby: bioruby-1.4.3.0001-r1.ebuild bioruby-9999.ebuild ChangeLog
Date: Mon, 25 Nov 2013 01:13:24
Message-Id: 20131125011315.BD01A2004B@flycatcher.gentoo.org
1 mrueg 13/11/25 01:13:15
2
3 Modified: bioruby-9999.ebuild ChangeLog
4 Added: bioruby-1.4.3.0001-r1.ebuild
5 Log:
6 NMU: Add missing dependency on libxml and ruby20 support. Fix tests see bug #489712
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.5 sci-biology/bioruby/bioruby-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bioruby/bioruby-9999.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bioruby/bioruby-9999.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bioruby/bioruby-9999.ebuild?r1=1.4&r2=1.5
16
17 Index: bioruby-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-biology/bioruby/bioruby-9999.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- bioruby-9999.ebuild 14 Sep 2013 12:55:24 -0000 1.4
24 +++ bioruby-9999.ebuild 25 Nov 2013 01:13:15 -0000 1.5
25 @@ -1,10 +1,10 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioruby/bioruby-9999.ebuild,v 1.4 2013/09/14 12:55:24 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioruby/bioruby-9999.ebuild,v 1.5 2013/11/25 01:13:15 mrueg Exp $
30
31 EAPI=5
32
33 -USE_RUBY="ruby18 ruby19"
34 +USE_RUBY="ruby18 ruby19 ruby20"
35 EGIT_REPO_URI="git://github.com/bioruby/bioruby.git
36 https://github.com/bioruby/bioruby.git"
37
38 @@ -18,6 +18,8 @@
39 IUSE=""
40 KEYWORDS=""
41
42 +ruby_add_rdepend "dev-ruby/libxml"
43 +
44 all_ruby_unpack() {
45 git-2_src_unpack
46 }
47
48
49
50 1.18 sci-biology/bioruby/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bioruby/ChangeLog?rev=1.18&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bioruby/ChangeLog?rev=1.18&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bioruby/ChangeLog?r1=1.17&r2=1.18
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sci-biology/bioruby/ChangeLog,v
59 retrieving revision 1.17
60 retrieving revision 1.18
61 diff -u -r1.17 -r1.18
62 --- ChangeLog 24 Oct 2013 14:31:54 -0000 1.17
63 +++ ChangeLog 25 Nov 2013 01:13:15 -0000 1.18
64 @@ -1,6 +1,13 @@
65 # ChangeLog for sci-biology/bioruby
66 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioruby/ChangeLog,v 1.17 2013/10/24 14:31:54 chainsaw Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioruby/ChangeLog,v 1.18 2013/11/25 01:13:15 mrueg Exp $
69 +
70 +*bioruby-1.4.3.0001-r1 (25 Nov 2013)
71 +
72 + 25 Nov 2013; Manuel RĂ¼ger <mrueg@g.o> +bioruby-1.4.3.0001-r1.ebuild,
73 + +files/bioruby-1.4.3.0001-fix-tests.patch, bioruby-9999.ebuild:
74 + NMU: Add missing dependency on libxml and ruby20 support. Fix tests see bug
75 + #489712
76
77 24 Oct 2013; Tony Vroon <chainsaw@g.o> bioruby-1.4.3.0001.ebuild:
78 Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El
79
80
81
82 1.1 sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild?rev=1.1&view=markup
85 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
86
87 Index: bioruby-1.4.3.0001-r1.ebuild
88 ===================================================================
89 # Copyright 1999-2013 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 # $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 $
92
93 EAPI=5
94
95 USE_RUBY="ruby18 ruby19 ruby20"
96
97 inherit ruby-fakegem
98
99 DESCRIPTION="An integrated environment for bioinformatics using the Ruby language"
100 LICENSE="Ruby"
101 HOMEPAGE="http://www.bioruby.org/"
102 SRC_URI="http://www.${PN}.org/archive/${P}.tar.gz"
103
104 SLOT="0"
105 IUSE=""
106 KEYWORDS="~amd64 ~ppc ~x86"
107
108 ruby_add_rdepend "dev-ruby/libxml"
109
110 PATCHES=( "${FILESDIR}"/${P}-fix-tests.patch )
111
112 each_ruby_configure() {
113 ${RUBY} setup.rb config || die
114 }
115
116 each_ruby_compile() {
117 ${RUBY} setup.rb setup || die
118 }
119
120 each_ruby_install() {
121 ${RUBY} setup.rb install --prefix="${D}" || die
122 }
123
124 each_ruby_test() {
125 ${RUBY} -rubygems test/runner.rb || die
126 }