Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tex/leaflet: ChangeLog leaflet-20041222.ebuild
Date: Sat, 30 May 2009 07:59:41
Message-Id: E1MAJTf-0003Ki-3E@stork.gentoo.org
1 ulm 09/05/30 07:59:39
2
3 Modified: ChangeLog leaflet-20041222.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.26 dev-tex/leaflet/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/leaflet/ChangeLog?rev=1.26&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/leaflet/ChangeLog?rev=1.26&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/leaflet/ChangeLog?r1=1.25&r2=1.26
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-tex/leaflet/ChangeLog,v
18 retrieving revision 1.25
19 retrieving revision 1.26
20 diff -u -r1.25 -r1.26
21 --- ChangeLog 18 Mar 2009 19:01:09 -0000 1.25
22 +++ ChangeLog 30 May 2009 07:59:39 -0000 1.26
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-tex/leaflet
25 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/leaflet/ChangeLog,v 1.25 2009/03/18 19:01:09 armin76 Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/leaflet/ChangeLog,v 1.26 2009/05/30 07:59:39 ulm Exp $
29 +
30 + 30 May 2009; Ulrich Mueller <ulm@g.o> leaflet-20041222.ebuild:
31 + Remove app-text/tetex from dependencies, bug 227443.
32
33 18 Mar 2009; Raúl Porcel <armin76@g.o> leaflet-20041222.ebuild:
34 arm/s390/sh stable wrt #253551
35
36
37
38 1.16 dev-tex/leaflet/leaflet-20041222.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/leaflet/leaflet-20041222.ebuild?rev=1.16&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/leaflet/leaflet-20041222.ebuild?rev=1.16&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/leaflet/leaflet-20041222.ebuild?r1=1.15&r2=1.16
43
44 Index: leaflet-20041222.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-tex/leaflet/leaflet-20041222.ebuild,v
47 retrieving revision 1.15
48 retrieving revision 1.16
49 diff -u -r1.15 -r1.16
50 --- leaflet-20041222.ebuild 18 Mar 2009 19:01:09 -0000 1.15
51 +++ leaflet-20041222.ebuild 30 May 2009 07:59:39 -0000 1.16
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/leaflet/leaflet-20041222.ebuild,v 1.15 2009/03/18 19:01:09 armin76 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/leaflet/leaflet-20041222.ebuild,v 1.16 2009/05/30 07:59:39 ulm Exp $
57
58 inherit latex-package eutils
59
60 @@ -9,6 +9,7 @@
61 DESCRIPTION="LaTeX package used to create leaflet-type brochures."
62 SRC_URI="mirror://gentoo/${P}.zip"
63 HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/leaflet/"
64 +
65 LICENSE="LPPL-1.3"
66 SLOT="0"
67 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
68 @@ -18,7 +19,7 @@
69
70 TEXMF="/usr/share/texmf-site"
71
72 -RDEPEND="|| ( dev-texlive/texlive-fontsrecommended app-text/tetex app-text/ptex )"
73 +RDEPEND="|| ( dev-texlive/texlive-fontsrecommended app-text/ptex )"
74 DEPEND="${RDEPEND} app-arch/unzip"
75 DOCS="README"