Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-zope/zaaplugins: ChangeLog zaaplugins-2.12.ebuild
Date: Wed, 10 Feb 2010 22:45:59
Message-Id: E1NfLJj-0004XU-Mz@stork.gentoo.org
1 ssuominen 10/02/10 22:45:55
2
3 Modified: ChangeLog zaaplugins-2.12.ebuild
4 Log:
5 Fix poppler depend.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 net-zope/zaaplugins/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zaaplugins/ChangeLog?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zaaplugins/ChangeLog?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zaaplugins/ChangeLog?r1=1.6&r2=1.7
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-zope/zaaplugins/ChangeLog,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ChangeLog 30 Mar 2009 14:02:02 -0000 1.6
22 +++ ChangeLog 10 Feb 2010 22:45:55 -0000 1.7
23 @@ -1,6 +1,10 @@
24 # ChangeLog for net-zope/zaaplugins
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zaaplugins/ChangeLog,v 1.6 2009/03/30 14:02:02 loki_val Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zaaplugins/ChangeLog,v 1.7 2010/02/10 22:45:55 ssuominen Exp $
29 +
30 + 10 Feb 2010; Samuli Suominen <ssuominen@g.o>
31 + zaaplugins-2.12.ebuild:
32 + Fix poppler depend.
33
34 30 Mar 2009; Peter Alfredsen <loki_val@g.o> zaaplugins-2.12.ebuild:
35 Update dependencies w.r.t. bug 264230, fully-split-out poppler transition.
36
37
38
39 1.7 net-zope/zaaplugins/zaaplugins-2.12.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zaaplugins/zaaplugins-2.12.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zaaplugins/zaaplugins-2.12.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zaaplugins/zaaplugins-2.12.ebuild?r1=1.6&r2=1.7
44
45 Index: zaaplugins-2.12.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-zope/zaaplugins/zaaplugins-2.12.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- zaaplugins-2.12.ebuild 30 Mar 2009 14:02:02 -0000 1.6
52 +++ zaaplugins-2.12.ebuild 10 Feb 2010 22:45:55 -0000 1.7
53 @@ -1,7 +1,8 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zaaplugins/zaaplugins-2.12.ebuild,v 1.6 2009/03/30 14:02:02 loki_val Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zaaplugins/zaaplugins-2.12.ebuild,v 1.7 2010/02/10 22:45:55 ssuominen Exp $
59
60 +EAPI=2
61 inherit zproduct
62
63 DESCRIPTION="A collection of ZAttachmentAttribute Plugins"
64 @@ -14,7 +15,7 @@
65 DEPEND=">=net-zope/zattachmentattribute-2.12
66 >=app-text/wv-1.0.0
67 >=app-text/xlhtml-0.5
68 - >=virtual/poppler-utils-0.5"
69 + >=app-text/poppler-0.12.3-r3[utils]"
70
71 ZPROD_LIST="ZAAPlugins"