Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/pstoedit: pstoedit-3.45.ebuild ChangeLog
Date: Sat, 26 Jan 2008 11:59:54
Message-Id: E1JIjhO-0001Dk-RN@stork.gentoo.org
1 aballier 08/01/26 11:59:50
2
3 Modified: pstoedit-3.45.ebuild ChangeLog
4 Log:
5 now that we dont patch, we dont need to call eautoreconf, fixes bug #207452 as a side effect
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.3 media-gfx/pstoedit/pstoedit-3.45.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pstoedit/pstoedit-3.45.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pstoedit/pstoedit-3.45.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pstoedit/pstoedit-3.45.ebuild?r1=1.2&r2=1.3
14
15 Index: pstoedit-3.45.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/pstoedit-3.45.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- pstoedit-3.45.ebuild 24 Jan 2008 17:34:51 -0000 1.2
22 +++ pstoedit-3.45.ebuild 26 Jan 2008 11:59:50 -0000 1.3
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/pstoedit-3.45.ebuild,v 1.2 2008/01/24 17:34:51 genstef Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/pstoedit-3.45.ebuild,v 1.3 2008/01/26 11:59:50 aballier Exp $
28
29 -inherit autotools base eutils
30 +inherit base eutils
31
32 DESCRIPTION="translates PostScript and PDF graphics into other vector formats"
33 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
34 @@ -35,7 +35,6 @@
35 }
36
37 src_compile() {
38 - eautoreconf
39 #$(use_with flash swf)
40 # --without-swf for bug https://bugs.gentoo.org/show_bug.cgi?id=137204
41 econf $(use_with emf) --without-swf $(use_with imagemagick magick) \
42 @@ -44,7 +43,7 @@
43 }
44
45 src_install () {
46 - emake DESTDIR=${D} install || die 'make install failed'
47 + emake DESTDIR="${D}" install || die 'make install failed'
48 cd doc
49 dodoc readme.txt || die
50 dohtml *.htm || die
51
52
53
54 1.43 media-gfx/pstoedit/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pstoedit/ChangeLog?rev=1.43&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pstoedit/ChangeLog?rev=1.43&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pstoedit/ChangeLog?r1=1.42&r2=1.43
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/ChangeLog,v
63 retrieving revision 1.42
64 retrieving revision 1.43
65 diff -u -r1.42 -r1.43
66 --- ChangeLog 24 Jan 2008 17:34:51 -0000 1.42
67 +++ ChangeLog 26 Jan 2008 11:59:50 -0000 1.43
68 @@ -1,6 +1,10 @@
69 # ChangeLog for media-gfx/pstoedit
70 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/ChangeLog,v 1.42 2008/01/24 17:34:51 genstef Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/ChangeLog,v 1.43 2008/01/26 11:59:50 aballier Exp $
73 +
74 + 26 Jan 2008; Alexis Ballier <aballier@g.o> pstoedit-3.45.ebuild:
75 + now that we dont patch, we dont need to call eautoreconf, fixes bug #207452
76 + as a side effect
77
78 24 Jan 2008; Stefan Schweizer <genstef@g.o> ChangeLog:
79 remove as-needed patch, bug 207286
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list