Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/diasce: diasce-1.4.ebuild ChangeLog diasce-1.2.ebuild
Date: Mon, 04 Feb 2008 20:59:11
Message-Id: E1JM8PE-0005l7-Lt@stork.gentoo.org
1 armin76 08/02/04 20:59:08
2
3 Modified: diasce-1.4.ebuild ChangeLog
4 Removed: diasce-1.2.ebuild
5 Log:
6 x86 stable, remove old, add missing libgnomeprintui DEPEND
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.13 dev-util/diasce/diasce-1.4.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diasce/diasce-1.4.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diasce/diasce-1.4.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diasce/diasce-1.4.ebuild?r1=1.12&r2=1.13
15
16 Index: diasce-1.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/diasce/diasce-1.4.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- diasce-1.4.ebuild 28 Jun 2007 19:54:00 -0000 1.12
23 +++ diasce-1.4.ebuild 4 Feb 2008 20:59:08 -0000 1.13
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/diasce/diasce-1.4.ebuild,v 1.12 2007/06/28 19:54:00 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/diasce/diasce-1.4.ebuild,v 1.13 2008/02/04 20:59:08 armin76 Exp $
30
31 inherit eutils
32
33 @@ -12,7 +12,7 @@
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 -KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
38 +KEYWORDS="~amd64 ~ppc ~sparc x86"
39 IUSE="nls"
40
41 RDEPEND=">=dev-libs/libxml2-2.4
42 @@ -25,7 +25,8 @@
43 >=gnome-base/libbonoboui-2
44 >=gnome-base/gnome-vfs-2
45 >=gnome-base/gconf-1.2
46 - >=gnome-base/libgnomecanvas-2"
47 + >=gnome-base/libgnomecanvas-2
48 + >=gnome-base/libgnomeprintui-2"
49 DEPEND="${RDEPEND}
50 dev-util/pkgconfig
51 >=gnome-base/orbit-2.8
52 @@ -33,8 +34,8 @@
53
54 src_unpack() {
55 unpack ${A}
56 - cd ${S}
57 - epatch ${FILESDIR}/${P}-linc.patch
58 + cd "${S}"
59 + epatch "${FILESDIR}"/${P}-linc.patch
60 }
61
62 src_compile() {
63
64
65
66 1.13 dev-util/diasce/ChangeLog
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diasce/ChangeLog?rev=1.13&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diasce/ChangeLog?rev=1.13&content-type=text/plain
70 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diasce/ChangeLog?r1=1.12&r2=1.13
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/dev-util/diasce/ChangeLog,v
75 retrieving revision 1.12
76 retrieving revision 1.13
77 diff -u -r1.12 -r1.13
78 --- ChangeLog 28 Jun 2007 19:54:00 -0000 1.12
79 +++ ChangeLog 4 Feb 2008 20:59:08 -0000 1.13
80 @@ -1,6 +1,10 @@
81 # ChangeLog for dev-util/diasce
82 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/dev-util/diasce/ChangeLog,v 1.12 2007/06/28 19:54:00 eva Exp $
84 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
85 +# $Header: /var/cvsroot/gentoo-x86/dev-util/diasce/ChangeLog,v 1.13 2008/02/04 20:59:08 armin76 Exp $
86 +
87 + 04 Feb 2008; Raúl Porcel <armin76@g.o> -diasce-1.2.ebuild,
88 + diasce-1.4.ebuild:
89 + x86 stable, remove old, add missing libgnomeprintui DEPEND
90
91 28 Jun 2007; Gilles Dartiguelongue <eva@g.o> diasce-1.4.ebuild:
92 removing linc dependency since it's dead upstream and can be replaced by
93
94
95
96 --
97 gentoo-commits@l.g.o mailing list