Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/qimageblitz: qimageblitz-0.0.4.ebuild ChangeLog
Date: Sun, 26 Apr 2009 13:07:05
Message-Id: E1Ly44T-0004YC-R6@stork.gentoo.org
1 yngwin 09/04/26 13:07:01
2
3 Modified: qimageblitz-0.0.4.ebuild ChangeLog
4 Log:
5 Fix description, depend, whitespace
6 (Portage version: 2.2_rc28/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 kde-base/qimageblitz/qimageblitz-0.0.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qimageblitz/qimageblitz-0.0.4.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qimageblitz/qimageblitz-0.0.4.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qimageblitz/qimageblitz-0.0.4.ebuild?r1=1.6&r2=1.7
14
15 Index: qimageblitz-0.0.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/kde-base/qimageblitz/qimageblitz-0.0.4.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- qimageblitz-0.0.4.ebuild 11 Apr 2009 15:51:37 -0000 1.6
22 +++ qimageblitz-0.0.4.ebuild 26 Apr 2009 13:07:01 -0000 1.7
23 @@ -1,12 +1,12 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/kde-base/qimageblitz/qimageblitz-0.0.4.ebuild,v 1.6 2009/04/11 15:51:37 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/kde-base/qimageblitz/qimageblitz-0.0.4.ebuild,v 1.7 2009/04/26 13:07:01 yngwin Exp $
28
29 EAPI="1"
30
31 inherit cmake-utils eutils
32
33 -DESCRIPTION="interim image effect library that people can use until KDE 4.1"
34 +DESCRIPTION="A graphical effect and filter library for KDE4"
35 HOMEPAGE="http://websvn.kde.org/trunk/kdesupport/qimageblitz/"
36 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
37
38 @@ -15,14 +15,12 @@
39 SLOT="0"
40 IUSE="3dnow altivec debug mmx sse sse2"
41
42 -DEPEND="|| ( x11-libs/qt-gui:4
43 - >=x11-libs/qt-4.2.0:4 )"
44 +DEPEND="x11-libs/qt-gui:4"
45 RDEPEND="${DEPEND}"
46
47 src_unpack() {
48 unpack ${A}
49 cd "${S}"
50 -
51 epatch "${FILESDIR}"/qimageblitz-9999-exec-stack.patch
52 }
53
54
55
56
57 1.8 kde-base/qimageblitz/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qimageblitz/ChangeLog?rev=1.8&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qimageblitz/ChangeLog?rev=1.8&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qimageblitz/ChangeLog?r1=1.7&r2=1.8
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/kde-base/qimageblitz/ChangeLog,v
66 retrieving revision 1.7
67 retrieving revision 1.8
68 diff -u -r1.7 -r1.8
69 --- ChangeLog 11 Apr 2009 15:51:37 -0000 1.7
70 +++ ChangeLog 26 Apr 2009 13:07:01 -0000 1.8
71 @@ -1,6 +1,9 @@
72 # ChangeLog for kde-base/qimageblitz
73 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/kde-base/qimageblitz/ChangeLog,v 1.7 2009/04/11 15:51:37 armin76 Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/kde-base/qimageblitz/ChangeLog,v 1.8 2009/04/26 13:07:01 yngwin Exp $
76 +
77 + 26 Apr 2009; Ben de Groot <yngwin@g.o> qimageblitz-0.0.4:
78 + Fix description, depend, whitespace
79
80 11 Apr 2009; Raúl Porcel <armin76@g.o> qimageblitz-0.0.4.ebuild:
81 Add ~alpha/~ia64 wrt #260777