Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/rcairo: ChangeLog rcairo-1.8.0.ebuild
Date: Thu, 16 Oct 2008 09:21:58
Message-Id: E1KqP3J-0004aD-Q8@stork.gentoo.org
1 flameeyes 08/10/16 09:21:53
2
3 Modified: ChangeLog
4 Added: rcairo-1.8.0.ebuild
5 Log:
6 Version bump, use gem.
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
8
9 Revision Changes Path
10 1.26 dev-ruby/rcairo/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rcairo/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rcairo/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rcairo/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 4 Jul 2008 18:51:28 -0000 1.25
23 +++ ChangeLog 16 Oct 2008 09:21:53 -0000 1.26
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/rcairo
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/ChangeLog,v 1.25 2008/07/04 18:51:28 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/ChangeLog,v 1.26 2008/10/16 09:21:53 flameeyes Exp $
29 +
30 +*rcairo-1.8.0 (16 Oct 2008)
31 +
32 + 16 Oct 2008; Diego Pettenò <flameeyes@g.o> +rcairo-1.8.0.ebuild:
33 + Version bump, use gem.
34
35 *rcairo-1.6.2 (04 Jul 2008)
36
37
38
39
40 1.1 dev-ruby/rcairo/rcairo-1.8.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rcairo/rcairo-1.8.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rcairo/rcairo-1.8.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: rcairo-1.8.0.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/rcairo-1.8.0.ebuild,v 1.1 2008/10/16 09:21:53 flameeyes Exp $
50
51 inherit gems
52
53 MY_P=${P/rcairo/cairo}
54
55 DESCRIPTION="Ruby bindings for cairo"
56 HOMEPAGE="http://cairographics.org/rcairo/"
57 SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"
58
59 SLOT="0"
60 LICENSE="|| ( Ruby GPL-2 )"
61 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
62
63 RDEPEND=">=x11-libs/cairo-1.2.0"
64 DEPEND="${RDEPEND}
65 dev-util/pkgconfig"