Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/kpathsea: kpathsea-6.1.1_p20130530.ebuild ChangeLog
Date: Sat, 31 Aug 2013 09:41:19
Message-Id: 20130831094116.569272004C@flycatcher.gentoo.org
1 grobian 13/08/31 09:41:16
2
3 Modified: kpathsea-6.1.1_p20130530.ebuild ChangeLog
4 Log:
5 Fix texmf-update for Prefix, bug #482346c1
6
7 (Portage version: 2.2.01.22288-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
8
9 Revision Changes Path
10 1.2 dev-libs/kpathsea/kpathsea-6.1.1_p20130530.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.1.1_p20130530.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.1.1_p20130530.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.1.1_p20130530.ebuild?r1=1.1&r2=1.2
15
16 Index: kpathsea-6.1.1_p20130530.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.1.1_p20130530.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- kpathsea-6.1.1_p20130530.ebuild 27 Jun 2013 15:08:32 -0000 1.1
23 +++ kpathsea-6.1.1_p20130530.ebuild 31 Aug 2013 09:41:16 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.1.1_p20130530.ebuild,v 1.1 2013/06/27 15:08:32 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.1.1_p20130530.ebuild,v 1.2 2013/08/31 09:41:16 grobian Exp $
29
30 EAPI=5
31
32 -inherit texlive-common eutils libtool
33 +inherit texlive-common eutils libtool prefix
34
35 TEXMFD_VERSION="5"
36
37 @@ -43,6 +43,8 @@
38 src_prepare() {
39 cd "${WORKDIR}/texlive-${PV#*_p}-source"
40 S="${WORKDIR}/texlive-${PV#*_p}-source" elibtoolize #sane .so versionning on gfbsd
41 + cp "${FILESDIR}/texmf-update-r1" "${S}"/texmf-update
42 + eprefixify "${S}"/texmf-update
43 }
44
45 src_configure() {
46 @@ -91,7 +93,7 @@
47 dosym /etc/texmf/web2c/fmtutil.cnf ${TEXMF_PATH}/web2c/fmtutil.cnf
48 dosym /etc/texmf/web2c/texmf.cnf ${TEXMF_PATH}/web2c/texmf.cnf
49
50 - newsbin "${FILESDIR}/texmf-update" texmf-update
51 + newsbin "${S}/texmf-update" texmf-update
52
53 # Keep it as that's where the formats will go
54 keepdir /var/lib/texmf
55
56
57
58 1.43 dev-libs/kpathsea/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?rev=1.43&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?rev=1.43&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?r1=1.42&r2=1.43
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v
67 retrieving revision 1.42
68 retrieving revision 1.43
69 diff -u -r1.42 -r1.43
70 --- ChangeLog 27 Jun 2013 15:08:32 -0000 1.42
71 +++ ChangeLog 31 Aug 2013 09:41:16 -0000 1.43
72 @@ -1,6 +1,10 @@
73 # ChangeLog for dev-libs/kpathsea
74 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.42 2013/06/27 15:08:32 aballier Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.43 2013/08/31 09:41:16 grobian Exp $
77 +
78 + 31 Aug 2013; Fabian Groffen <grobian@g.o> +files/texmf-update-r1,
79 + kpathsea-6.1.1_p20130530.ebuild:
80 + Fix texmf-update for Prefix, bug #482346c1
81
82 *kpathsea-6.1.1_p20130530 (27 Jun 2013)