Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/sigar: ChangeLog sigar-0.7.3.ebuild
Date: Sat, 07 Mar 2015 07:00:59
Message-Id: 20150307070053.E317613379@oystercatcher.gentoo.org
1 graaff 15/03/07 07:00:53
2
3 Modified: ChangeLog
4 Added: sigar-0.7.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.12 dev-ruby/sigar/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sigar/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sigar/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sigar/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sigar/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 10 Oct 2014 23:55:57 -0000 1.11
24 +++ ChangeLog 7 Mar 2015 07:00:53 -0000 1.12
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/sigar
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sigar/ChangeLog,v 1.11 2014/10/10 23:55:57 mrueg Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sigar/ChangeLog,v 1.12 2015/03/07 07:00:53 graaff Exp $
31 +
32 +*sigar-0.7.3 (07 Mar 2015)
33 +
34 + 07 Mar 2015; Hans de Graaff <graaff@g.o> +sigar-0.7.3.ebuild:
35 + Version bump.
36
37 10 Oct 2014; Manuel RĂ¼ger <mrueg@g.o> sigar-0.7.2-r1.ebuild:
38 Add ruby21 target.
39
40
41
42 1.1 dev-ruby/sigar/sigar-0.7.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sigar/sigar-0.7.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sigar/sigar-0.7.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: sigar-0.7.3.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/sigar/sigar-0.7.3.ebuild,v 1.1 2015/03/07 07:00:53 graaff Exp $
52
53 EAPI=5
54 USE_RUBY="ruby19 ruby20 ruby21 ruby22"
55
56 RUBY_FAKEGEM_RECIPE_TEST=""
57 RUBY_FAKEGEM_TASK_DOC=""
58 RUBY_FAKEGEM_EXTRADOC="README"
59
60 inherit multilib ruby-fakegem
61
62 DESCRIPTION="System Information Gatherer And Reporter"
63 HOMEPAGE="http://sigar.hyperic.com/"
64
65 LICENSE="Apache-2.0"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 each_ruby_configure() {
71 ${RUBY} -Cbindings/ruby extconf.rb || die
72 }
73
74 each_ruby_compile() {
75 emake -Cbindings/ruby V=1
76 mkdir lib || die
77 cp bindings/ruby/${PN}$(get_modname) lib/ || die
78 }