Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/active-dvi: ChangeLog active-dvi-1.7.3.ebuild
Date: Sat, 30 May 2009 07:08:09
Message-Id: E1MAIfn-0001v8-3p@stork.gentoo.org
1 ulm 09/05/30 07:08:07
2
3 Modified: ChangeLog active-dvi-1.7.3.ebuild
4 Log:
5 Remove app-text/tetex from dependencies, bug 227443.
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.28 app-text/active-dvi/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/ChangeLog?rev=1.28&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/ChangeLog?rev=1.28&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/ChangeLog?r1=1.27&r2=1.28
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v
18 retrieving revision 1.27
19 retrieving revision 1.28
20 diff -u -r1.27 -r1.28
21 --- ChangeLog 7 Mar 2009 14:09:07 -0000 1.27
22 +++ ChangeLog 30 May 2009 07:08:07 -0000 1.28
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-text/active-dvi
25 -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.27 2009/03/07 14:09:07 gentoofan23 Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.28 2009/05/30 07:08:07 ulm Exp $
29 +
30 + 30 May 2009; Ulrich Mueller <ulm@g.o> active-dvi-1.7.3.ebuild:
31 + Remove app-text/tetex from dependencies, bug 227443. Move epatch to
32 + src_prepare to make repoman happy.
33
34 07 Mar 2009; Thomas Anderson <gentoofan23@g.o>
35 active-dvi-1.7.3.ebuild:
36
37
38
39 1.9 app-text/active-dvi/active-dvi-1.7.3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/active-dvi-1.7.3.ebuild?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/active-dvi-1.7.3.ebuild?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/active-dvi-1.7.3.ebuild?r1=1.8&r2=1.9
44
45 Index: active-dvi-1.7.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.7.3.ebuild,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- active-dvi-1.7.3.ebuild 7 Mar 2009 14:09:07 -0000 1.8
52 +++ active-dvi-1.7.3.ebuild 30 May 2009 07:08:07 -0000 1.9
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.7.3.ebuild,v 1.8 2009/03/07 14:09:07 gentoofan23 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.7.3.ebuild,v 1.9 2009/05/30 07:08:07 ulm Exp $
58
59 EAPI="2"
60
61 @@ -25,16 +25,15 @@
62 virtual/ghostscript
63 x11-libs/libXinerama"
64 DEPEND="${RDEPEND}
65 - || ( ( dev-texlive/texlive-pstricks dev-texlive/texlive-pictures ) app-text/tetex app-text/ptex )
66 + || ( ( dev-texlive/texlive-pstricks dev-texlive/texlive-pictures )
67 + app-text/ptex )
68 x11-proto/xineramaproto
69 dev-ml/findlib
70 dev-tex/hevea"
71
72 DOCS="README TODO"
73
74 -src_unpack() {
75 - unpack ${A}
76 - cd "${S}"
77 +src_prepare() {
78 epatch "${FILESDIR}/${P}-asneeded.patch"
79 AT_M4DIR="." eautoreconf
80 }