Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tex/tipa: tipa-1.3.ebuild ChangeLog
Date: Thu, 04 Sep 2008 21:15:36
Message-Id: E1KbMAt-00075V-HI@stork.gentoo.org
1 aballier 08/09/04 21:15:31
2
3 Modified: tipa-1.3.ebuild ChangeLog
4 Log:
5 depend on latex-base instead of virtual/tetex
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
7
8 Revision Changes Path
9 1.4 dev-tex/tipa/tipa-1.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/tipa/tipa-1.3.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/tipa/tipa-1.3.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/tipa/tipa-1.3.ebuild?r1=1.3&r2=1.4
14
15 Index: tipa-1.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-tex/tipa/tipa-1.3.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- tipa-1.3.ebuild 28 Jan 2007 06:46:37 -0000 1.3
22 +++ tipa-1.3.ebuild 4 Sep 2008 21:15:30 -0000 1.4
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/tipa/tipa-1.3.ebuild,v 1.3 2007/01/28 06:46:37 genone Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/tipa/tipa-1.3.ebuild,v 1.4 2008/09/04 21:15:30 aballier Exp $
29
30 DESCRIPTION="International Phonetic Alphabet package for LaTeX"
31 HOMEPAGE="http://www.l.u-tokyo.ac.jp/~fkr/"
32 @@ -12,7 +12,7 @@
33
34 IUSE=""
35
36 -DEPEND="virtual/tetex"
37 +DEPEND="virtual/latex-base"
38
39 src_compile() {
40 # install files under /usr/share/texmf/
41
42
43
44 1.6 dev-tex/tipa/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/tipa/ChangeLog?rev=1.6&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/tipa/ChangeLog?rev=1.6&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/tipa/ChangeLog?r1=1.5&r2=1.6
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-tex/tipa/ChangeLog,v
53 retrieving revision 1.5
54 retrieving revision 1.6
55 diff -u -r1.5 -r1.6
56 --- ChangeLog 13 Mar 2007 00:37:42 -0000 1.5
57 +++ ChangeLog 4 Sep 2008 21:15:30 -0000 1.6
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-tex/tipa
60 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/tipa/ChangeLog,v 1.5 2007/03/13 00:37:42 nattfodd Exp $
62 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/tipa/ChangeLog,v 1.6 2008/09/04 21:15:30 aballier Exp $
64 +
65 + 04 Sep 2008; Alexis Ballier <aballier@g.o> tipa-1.3.ebuild:
66 + depend on latex-base instead of virtual/tetex
67
68 12 Mar 2007; Alexandre Buisse <nattfodd@g.o> metadata.xml:
69 Replaced text-markup by tex as maintaining herd (text-markup split).