Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gnomeprintui: ruby-gnomeprintui-0.16.0.ebuild ChangeLog
Date: Sun, 30 Mar 2008 20:37:56
Message-Id: E1Jg4Hp-0007tO-CI@stork.gentoo.org
1 coldwind 08/03/30 20:37:53
2
3 Modified: ruby-gnomeprintui-0.16.0.ebuild ChangeLog
4 Log:
5 amd64 stable wrt bug #215149
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.4 dev-ruby/ruby-gnomeprintui/ruby-gnomeprintui-0.16.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gnomeprintui/ruby-gnomeprintui-0.16.0.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gnomeprintui/ruby-gnomeprintui-0.16.0.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gnomeprintui/ruby-gnomeprintui-0.16.0.ebuild?r1=1.3&r2=1.4
14
15 Index: ruby-gnomeprintui-0.16.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnomeprintui/ruby-gnomeprintui-0.16.0.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ruby-gnomeprintui-0.16.0.ebuild 29 Mar 2008 19:32:03 -0000 1.3
22 +++ ruby-gnomeprintui-0.16.0.ebuild 30 Mar 2008 20:37:52 -0000 1.4
23 @@ -1,11 +1,11 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnomeprintui/ruby-gnomeprintui-0.16.0.ebuild,v 1.3 2008/03/29 19:32:03 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnomeprintui/ruby-gnomeprintui-0.16.0.ebuild,v 1.4 2008/03/30 20:37:52 coldwind Exp $
28
29 inherit ruby ruby-gnome2
30
31 DESCRIPTION="Ruby bindings for gnomeprintui"
32 -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
33 +KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86"
34 IUSE=""
35 USE_RUBY="ruby18 ruby19"
36 DEPEND=">=gnome-base/libgnomeprintui-2.8"
37 @@ -15,10 +15,10 @@
38
39 # Needed to generate rblibgnomeprintversion.h
40 src_compile() {
41 - cd ${WORKDIR}/ruby-gnome2-all-${PV}/gnomeprint
42 + cd "${WORKDIR}"/ruby-gnome2-all-${PV}/gnomeprint
43 ruby extconf.rb || die "ruby-libgnomeprint's extconf.rb failed"
44
45 - cd ${WORKDIR}/ruby-gnome2-all-${PV}/gnomeprintui
46 + cd "${WORKDIR}"/ruby-gnome2-all-${PV}/gnomeprintui
47 ruby extconf.rb || die "ruby-libgnomeprintui's extconf.rb failed"
48 emake CC=${CC:-gcc} CXX=${CXX:-g++} || die "emake failed"
49 }
50
51
52
53 1.8 dev-ruby/ruby-gnomeprintui/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gnomeprintui/ChangeLog?rev=1.8&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gnomeprintui/ChangeLog?rev=1.8&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gnomeprintui/ChangeLog?r1=1.7&r2=1.8
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnomeprintui/ChangeLog,v
62 retrieving revision 1.7
63 retrieving revision 1.8
64 diff -u -r1.7 -r1.8
65 --- ChangeLog 29 Mar 2008 19:32:03 -0000 1.7
66 +++ ChangeLog 30 Mar 2008 20:37:52 -0000 1.8
67 @@ -1,6 +1,10 @@
68 # ChangeLog for dev-ruby/ruby-gnomeprintui
69 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnomeprintui/ChangeLog,v 1.7 2008/03/29 19:32:03 ranger Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnomeprintui/ChangeLog,v 1.8 2008/03/30 20:37:52 coldwind Exp $
72 +
73 + 30 Mar 2008; Santiago M. Mola <coldwind@g.o>
74 + ruby-gnomeprintui-0.16.0.ebuild:
75 + amd64 stable wrt bug #215149
76
77 29 Mar 2008; Brent Baude <ranger@g.o>
78 ruby-gnomeprintui-0.16.0.ebuild:
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list