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-texlive/texlive-pstricks: ChangeLog texlive-pstricks-2013.ebuild
Date: Tue, 29 Oct 2013 19:48:16
Message-Id: 20131029194812.A814020047@flycatcher.gentoo.org
1 aballier 13/10/29 19:48:12
2
3 Modified: ChangeLog texlive-pstricks-2013.ebuild
4 Log:
5 fix pst2pdf link, bug #489808 by Ulrich Müller
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.69 dev-texlive/texlive-pstricks/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-pstricks/ChangeLog?rev=1.69&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-pstricks/ChangeLog?rev=1.69&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-pstricks/ChangeLog?r1=1.68&r2=1.69
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/ChangeLog,v
19 retrieving revision 1.68
20 retrieving revision 1.69
21 diff -u -r1.68 -r1.69
22 --- ChangeLog 28 Jun 2013 16:44:32 -0000 1.68
23 +++ ChangeLog 29 Oct 2013 19:48:12 -0000 1.69
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-texlive/texlive-pstricks
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/ChangeLog,v 1.68 2013/06/28 16:44:32 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/ChangeLog,v 1.69 2013/10/29 19:48:12 aballier Exp $
29 +
30 + 29 Oct 2013; Alexis Ballier <aballier@g.o>
31 + texlive-pstricks-2013.ebuild:
32 + fix pst2pdf link, bug #489808 by Ulrich Müller
33
34 *texlive-pstricks-2013 (28 Jun 2013)
35
36
37
38
39 1.2 dev-texlive/texlive-pstricks/texlive-pstricks-2013.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-pstricks/texlive-pstricks-2013.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-pstricks/texlive-pstricks-2013.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-pstricks/texlive-pstricks-2013.ebuild?r1=1.1&r2=1.2
44
45 Index: texlive-pstricks-2013.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/texlive-pstricks-2013.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- texlive-pstricks-2013.ebuild 28 Jun 2013 16:44:32 -0000 1.1
52 +++ texlive-pstricks-2013.ebuild 29 Oct 2013 19:48:12 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/texlive-pstricks-2013.ebuild,v 1.1 2013/06/28 16:44:32 aballier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/texlive-pstricks-2013.ebuild,v 1.2 2013/10/29 19:48:12 aballier Exp $
58
59 EAPI="5"
60
61 @@ -21,7 +21,7 @@
62 RDEPEND="${DEPEND} dev-texlive/texlive-genericrecommended
63 "
64 TEXLIVE_MODULE_BINSCRIPTS="
65 - texmf-dist/scripts/pst2pdf
66 + texmf-dist/scripts/pst2pdf/pst2pdf.pl
67 texmf-dist/scripts/pedigree-perl/pedigree.pl
68 "
69 PATCHES=( "${FILESDIR}/pedigreeloc.patch" )