Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/scribus: ChangeLog scribus-1.3.3.13.ebuild
Date: Thu, 30 Jul 2009 19:09:16
Message-Id: E1MWb06-0006q9-AO@stork.gentoo.org
1 hanno 09/07/30 19:09:14
2
3 Modified: ChangeLog
4 Added: scribus-1.3.3.13.ebuild
5 Log:
6 scribus bump
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.114 app-office/scribus/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/scribus/ChangeLog?rev=1.114&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/scribus/ChangeLog?rev=1.114&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/scribus/ChangeLog?r1=1.113&r2=1.114
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/scribus/ChangeLog,v
19 retrieving revision 1.113
20 retrieving revision 1.114
21 diff -u -r1.113 -r1.114
22 --- ChangeLog 21 Nov 2008 13:30:04 -0000 1.113
23 +++ ChangeLog 30 Jul 2009 19:09:14 -0000 1.114
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-office/scribus
26 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/ChangeLog,v 1.113 2008/11/21 13:30:04 hanno Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/ChangeLog,v 1.114 2009/07/30 19:09:14 hanno Exp $
30 +
31 +*scribus-1.3.3.13 (30 Jul 2009)
32 +
33 + 30 Jul 2009; Hanno Boeck <hanno@g.o> +scribus-1.3.3.13.ebuild,
34 + +files/scribus-1.3.3.13-cheaders.diff:
35 + Version bump, patch for QA warnings, moved to EAPI 2.
36
37 21 Nov 2008; Hanno Boeck <hanno@g.o> scribus-1.3.3.12-r1.ebuild:
38 Remove dodoc, redundant as the scribus build system already installs the
39
40
41
42 1.1 app-office/scribus/scribus-1.3.3.13.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/scribus/scribus-1.3.3.13.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/scribus/scribus-1.3.3.13.ebuild?rev=1.1&content-type=text/plain
46
47 Index: scribus-1.3.3.13.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.3.3.13.ebuild,v 1.1 2009/07/30 19:09:14 hanno Exp $
52
53 EAPI=2
54
55 inherit qt3 eutils cmake-utils
56
57 DESCRIPTION="Desktop Publishing (DTP) and Layout program for Linux."
58 HOMEPAGE="http://www.scribus.net"
59 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
60 SLOT="0"
61 LICENSE="GPL-2"
62 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
63 IUSE="cairo cups"
64
65 DEPEND="x11-libs/qt:3
66 >=media-libs/freetype-2.3
67 >=media-libs/lcms-1.17
68 >=media-libs/tiff-3.6
69 >=media-libs/libart_lgpl-2.3.17
70 >=dev-libs/libxml2-2.6.0
71 media-libs/jpeg
72 media-libs/libpng
73 dev-python/imaging
74 media-libs/fontconfig
75 cups? ( net-print/cups )
76 cairo? ( >=x11-libs/cairo-1.4.10[X,svg] )"
77
78 RDEPEND="${DEPEND}
79 virtual/ghostscript"
80
81 src_prepare() {
82 epatch "${FILESDIR}/${P}-cheaders.diff" || die
83 }
84
85 src_compile() {
86 local mycmakeargs="$(cmake-utils_use_want cairo CAIRO) \
87 $(cmake-utils_use_enable cups)"
88 cmake-utils_src_compile || die "compile failed"
89 }
90
91 src_install() {
92 cmake-utils_src_install
93
94 domenu scribus.desktop
95 doicon scribus/icons/scribus.png || die "doicon failed"
96 }