Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/pkg-config: pkg-config-1.1.4-r1.ebuild ChangeLog
Date: Sat, 05 Oct 2013 10:43:16
Message-Id: 20131005104308.BD89F2004C@flycatcher.gentoo.org
1 mrueg 13/10/05 10:43:08
2
3 Modified: ChangeLog
4 Added: pkg-config-1.1.4-r1.ebuild
5 Log:
6 Tests run now, but will fail.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.20 dev-ruby/pkg-config/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 30 Sep 2012 22:06:16 -0000 1.19
24 +++ ChangeLog 5 Oct 2013 10:43:08 -0000 1.20
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/pkg-config
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.19 2012/09/30 22:06:16 flameeyes Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.20 2013/10/05 10:43:08 mrueg Exp $
31 +
32 +*pkg-config-1.1.4-r1 (05 Oct 2013)
33 +
34 + 05 Oct 2013; Manuel Rüger <mrueg@g.o> +pkg-config-1.1.4-r1.ebuild:
35 + Tests run now, but will fail.
36
37 30 Sep 2012; Diego E. Pettenò <flameeyes@g.o> pkg-config-1.1.4.ebuild:
38 Add missing dependency on virtual/pkgconfig.
39
40
41
42 1.1 dev-ruby/pkg-config/pkg-config-1.1.4-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.4-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.4-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pkg-config-1.1.4-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.4-r1.ebuild,v 1.1 2013/10/05 10:43:08 mrueg Exp $
52
53 EAPI=5
54 USE_RUBY="ruby18 ruby19"
55
56 RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"
57
58 RUBY_FAKEGEM_TASK_DOC=""
59
60 RUBY_FAKEGEM_RECIPE_TEST="none"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="A pkg-config implementation by Ruby"
65 HOMEPAGE="https://github.com/rcairo/pkg-config"
66 LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
67
68 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
69 SLOT="0"
70 IUSE="test"
71
72 ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
73 # this is used for testing
74 DEPEND+=" test? ( x11-libs/cairo )"
75 RDEPEND+=" virtual/pkgconfig"
76
77 each_ruby_test() {
78 ruby-ng_testrb-2 -Ilib test/test_${PN/-/_}.rb
79 }