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/leaflet: ChangeLog leaflet-20041222.ebuild
Date: Sat, 30 Aug 2008 12:34:13
Message-Id: E1KZPec-0002qv-Qa@stork.gentoo.org
1 aballier 08/08/30 12:34:10
2
3 Modified: ChangeLog
4 Added: leaflet-20041222.ebuild
5 Log:
6 bump to latest ctan version and install to texmf-site
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
8
9 Revision Changes Path
10 1.11 dev-tex/leaflet/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/leaflet/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/leaflet/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/leaflet/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-tex/leaflet/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 13 Mar 2007 00:29:27 -0000 1.10
23 +++ ChangeLog 30 Aug 2008 12:34:10 -0000 1.11
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-tex/leaflet
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/leaflet/ChangeLog,v 1.10 2007/03/13 00:29:27 nattfodd Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/leaflet/ChangeLog,v 1.11 2008/08/30 12:34:10 aballier Exp $
30 +
31 +*leaflet-20041222 (30 Aug 2008)
32 +
33 + 30 Aug 2008; Alexis Ballier <aballier@g.o>
34 + +files/leaflet-20041222-logging.patch, +leaflet-20041222.ebuild:
35 + bump to latest ctan version and install to texmf-site
36
37 12 Mar 2007; Alexandre Buisse <nattfodd@g.o> metadata.xml:
38 Replaced text-markup by tex as maintaining herd (text-markup split).
39
40
41
42 1.1 dev-tex/leaflet/leaflet-20041222.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/leaflet/leaflet-20041222.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/leaflet/leaflet-20041222.ebuild?rev=1.1&content-type=text/plain
46
47 Index: leaflet-20041222.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-tex/leaflet/leaflet-20041222.ebuild,v 1.1 2008/08/30 12:34:10 aballier Exp $
52
53 inherit latex-package eutils
54
55 S=${WORKDIR}/leaflet
56
57 DESCRIPTION="LaTeX package used to create leaflet-type brochures."
58 SRC_URI="mirror://gentoo/${P}.zip"
59 HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/leaflet/"
60 LICENSE="LPPL-1.3"
61 SLOT="0"
62 KEYWORDS="~amd64 ~sparc ~x86"
63 IUSE=""
64
65 # checksum from official ftp site changes frequently so we mirror it
66
67 TEXMF="/usr/share/texmf-site"
68
69 DEPEND="app-arch/unzip"
70 DOCS="README"
71
72 src_unpack() {
73 unpack ${A}
74 cd "${S}"
75 epatch "${FILESDIR}/${P}-logging.patch"
76 }