Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/qtparted: ChangeLog qtparted-0.4.5.ebuild
Date: Wed, 29 Jul 2009 16:18:24
Message-Id: E1MWBrC-0006VB-9l@stork.gentoo.org
1 vostorga 09/07/29 16:18:22
2
3 Modified: ChangeLog qtparted-0.4.5.ebuild
4 Log:
5 Allowing sys-apps/qtparted-0.4.5 to build against sys-apps/parted-1.9.0
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.33 sys-apps/qtparted/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/qtparted/ChangeLog?rev=1.33&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/qtparted/ChangeLog?rev=1.33&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/qtparted/ChangeLog?r1=1.32&r2=1.33
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/qtparted/ChangeLog,v
18 retrieving revision 1.32
19 retrieving revision 1.33
20 diff -u -r1.32 -r1.33
21 --- ChangeLog 23 Aug 2008 06:22:05 -0000 1.32
22 +++ ChangeLog 29 Jul 2009 16:18:22 -0000 1.33
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-apps/qtparted
25 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qtparted/ChangeLog,v 1.32 2008/08/23 06:22:05 cardoe Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qtparted/ChangeLog,v 1.33 2009/07/29 16:18:22 vostorga Exp $
29 +
30 + 29 Jul 2009; VĂ­ctor Ostorga <vostorga@g.o> qtparted-0.4.5.ebuild,
31 + +files/qtparted-0.4.5-parted-1.9-fix.patch:
32 + Allowing sys-apps/qtparted-0.4.5 to build against sys-apps/parted-1.9.0
33
34 23 Aug 2008; Doug Goldstein <cardoe@g.o> metadata.xml:
35 add GLEP 56 USE flag desc from use.local.desc
36
37
38
39 1.8 sys-apps/qtparted/qtparted-0.4.5.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/qtparted/qtparted-0.4.5.ebuild?rev=1.8&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/qtparted/qtparted-0.4.5.ebuild?rev=1.8&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/qtparted/qtparted-0.4.5.ebuild?r1=1.7&r2=1.8
44
45 Index: qtparted-0.4.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-apps/qtparted/qtparted-0.4.5.ebuild,v
48 retrieving revision 1.7
49 retrieving revision 1.8
50 diff -u -r1.7 -r1.8
51 --- qtparted-0.4.5.ebuild 28 Jul 2008 21:23:23 -0000 1.7
52 +++ qtparted-0.4.5.ebuild 29 Jul 2009 16:18:22 -0000 1.8
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qtparted/qtparted-0.4.5.ebuild,v 1.7 2008/07/28 21:23:23 carlo Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qtparted/qtparted-0.4.5.ebuild,v 1.8 2009/07/29 16:18:22 vostorga Exp $
59
60 EAPI=1
61
62 @@ -34,6 +34,9 @@
63 # Fix up for parted v1.7
64 epatch "${FILESDIR}"/qtparted-0.4.5-parted-1.7-fix.patch
65
66 + # Fix up for parted v 1.9
67 + epatch "${FILESDIR}"/${P}-parted-1.9-fix.patch
68 +
69 # Switch from gksu to kdesu for the KDE desktop.
70 if use kde; then
71 use gnome || sed -i -e 's/gksu/kdesu/' debian/menu ||