Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/ps2pkm: ChangeLog ps2pkm-1.5_p20110705.ebuild
Date: Wed, 27 Jul 2011 13:57:55
Message-Id: 20110727135742.BFCEA2004B@flycatcher.gentoo.org
1 aballier 11/07/27 13:57:42
2
3 Modified: ChangeLog
4 Added: ps2pkm-1.5_p20110705.ebuild
5 Log:
6 bump to the TeX Live 2011 version
7
8 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.10 app-text/ps2pkm/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ps2pkm/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ps2pkm/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ps2pkm/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/ps2pkm/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 7 Jul 2011 14:15:54 -0000 1.9
24 +++ ChangeLog 27 Jul 2011 13:57:42 -0000 1.10
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-text/ps2pkm
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/ps2pkm/ChangeLog,v 1.9 2011/07/07 14:15:54 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/ps2pkm/ChangeLog,v 1.10 2011/07/27 13:57:42 aballier Exp $
30 +
31 +*ps2pkm-1.5_p20110705 (27 Jul 2011)
32 +
33 + 27 Jul 2011; Alexis Ballier <aballier@g.o>
34 + +ps2pkm-1.5_p20110705.ebuild:
35 + bump to the TeX Live 2011 version
36
37 07 Jul 2011; Alexis Ballier <aballier@g.o>
38 ps2pkm-1.5_p20100722.ebuild:
39
40
41
42 1.1 app-text/ps2pkm/ps2pkm-1.5_p20110705.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ps2pkm/ps2pkm-1.5_p20110705.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ps2pkm/ps2pkm-1.5_p20110705.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ps2pkm-1.5_p20110705.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-text/ps2pkm/ps2pkm-1.5_p20110705.ebuild,v 1.1 2011/07/27 13:57:42 aballier Exp $
52
53 EAPI=3
54
55 DESCRIPTION="Tool that converts a PostScript type1 font into a corresponding TeX PK font"
56 HOMEPAGE="http://tug.org/texlive/"
57 SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
58
59 LICENSE="MIT"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
62 IUSE=""
63
64 DEPEND=">=dev-libs/kpathsea-6.0.1_p20110627"
65 RDEPEND="
66 !<app-text/texlive-core-2010
67 !app-text/ptex
68 ${DEPEND}"
69
70 S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
71
72 src_configure() {
73 econf --with-system-kpathsea
74 }
75
76 src_install() {
77 emake DESTDIR="${D}" install || die
78 dodoc ChangeLog CHANGES.type1 README README.14m README.type1 || die
79 }