Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/kpathsea: kpathsea-6.2.0_p20140523.ebuild ChangeLog
Date: Sun, 05 Oct 2014 18:45:14
Message-Id: 20141005184507.ADB17710D@oystercatcher.gentoo.org
1 mrueg 14/10/05 18:45:07
2
3 Modified: ChangeLog
4 Added: kpathsea-6.2.0_p20140523.ebuild
5 Log:
6 Version bump for texlive-2014. Initial commit based on ebuild patch from Franz Fellner (bug #503282) and tarballs from exherbo.
7
8 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.44 dev-libs/kpathsea/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?rev=1.44&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?rev=1.44&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?r1=1.43&r2=1.44
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v
20 retrieving revision 1.43
21 retrieving revision 1.44
22 diff -u -r1.43 -r1.44
23 --- ChangeLog 31 Aug 2013 09:41:16 -0000 1.43
24 +++ ChangeLog 5 Oct 2014 18:45:07 -0000 1.44
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-libs/kpathsea
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.43 2013/08/31 09:41:16 grobian Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.44 2014/10/05 18:45:07 mrueg Exp $
31 +
32 +*kpathsea-6.2.0_p20140523 (05 Oct 2014)
33 +
34 + 05 Oct 2014; Manuel RĂ¼ger <mrueg@g.o> +kpathsea-6.2.0_p20140523.ebuild:
35 + Version bump for texlive-2014. Initial commit based on ebuild patch from Franz
36 + Fellner (bug #503282) and tarballs from exherbo.
37
38 31 Aug 2013; Fabian Groffen <grobian@g.o> +files/texmf-update-r1,
39 kpathsea-6.1.1_p20130530.ebuild:
40
41
42
43 1.1 dev-libs/kpathsea/kpathsea-6.2.0_p20140523.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.2.0_p20140523.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.2.0_p20140523.ebuild?rev=1.1&content-type=text/plain
47
48 Index: kpathsea-6.2.0_p20140523.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.2.0_p20140523.ebuild,v 1.1 2014/10/05 18:45:07 mrueg Exp $
53
54 EAPI=5
55
56 inherit texlive-common eutils libtool prefix
57
58 TEXMFD_VERSION=5
59 TL_VERSION=2014
60 TEXMF_PATH=/usr/share/texmf-dist
61
62 DESCRIPTION="Library implementing generic path searching, configuration, and TeX-specific file searching"
63 HOMEPAGE="http://tug.org/texlive/"
64 SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
65 mirror://gentoo/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz"
66
67 LICENSE="GPL-2"
68 SLOT="0"
69 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
70 IUSE="doc source static-libs"
71
72 DEPEND="!<app-text/texlive-core-${TL_VERSION}
73 !app-text/ptex"
74 RDEPEND="${DEPEND}"
75
76 S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
77
78 EXTRA_TL_MODULES="kpathsea"
79 EXTRA_TL_DOC_MODULES="kpathsea.doc"
80
81 for i in ${EXTRA_TL_MODULES} ; do
82 SRC_URI+=" mirror://gentoo/texlive-module-${i}-${TL_VERSION}.tar.xz"
83 done
84
85 SRC_URI+=" doc? ( "
86 for i in ${EXTRA_TL_DOC_MODULES} ; do
87 SRC_URI+=" mirror://gentoo/texlive-module-${i}-${TL_VERSION}.tar.xz"
88 done
89 SRC_URI+=" )"
90
91 src_prepare() {
92 cd "${WORKDIR}/texlive-${PV#*_p}-source"
93 S="${WORKDIR}/texlive-${PV#*_p}-source" elibtoolize #sane .so versionning on gfbsd
94 cp "${FILESDIR}/texmf-update-r1" "${S}"/texmf-update
95 eprefixify "${S}"/texmf-update
96 }
97
98 src_configure() {
99 # Too many regexps use A-Z a-z constructs, what causes problems with locales
100 # that don't have the same alphabetical order than ascii. Bug #347798
101 # So we set LC_ALL to C in order to avoid problems.
102 export LC_ALL=C
103
104 # Disable largefile because it seems to cause problems on big endian 32 bits
105 # systems...
106 econf \
107 --disable-largefile \
108 $(use_enable static-libs static)
109 }
110
111 src_install() {
112 emake DESTDIR="${D}" web2cdir="${EPREFIX}/usr/share/texmf-dist/web2c" install
113 find "${D}" -name '*.la' -delete || die
114
115 dodir /usr/share # just in case
116 cp -pR "${WORKDIR}"/texmf-dist "${ED}/usr/share/" || die "failed to install texmf trees"
117 if use source ; then
118 cp -pR "${WORKDIR}"/tlpkg "${ED}/usr/share/" || die "failed to install tlpkg files"
119 fi
120
121 # The default configuration expects it to be world writable, bug #266680
122 # People can still change it with texconfig though.
123 dodir /var/cache/fonts
124 fperms 1777 /var/cache/fonts
125
126 # Take care of fmtutil.cnf and texmf.cnf
127 dodir /etc/texmf/{fmtutil.d,texmf.d}
128
129 # Remove default texmf.cnf to ship our own, greatly based on texlive dvd's
130 # texmf.cnf
131 # It will also be generated from /etc/texmf/texmf.d files by texmf-update
132 rm -f "${ED}${TEXMF_PATH}/web2c/texmf.cnf"
133
134 insinto /etc/texmf/texmf.d
135 doins "${WORKDIR}/texmf.d/"*.cnf
136
137 # Remove fmtutil.cnf, it will be regenerated from /etc/texmf/fmtutil.d files
138 # by texmf-update
139 rm -f "${ED}${TEXMF_PATH}/web2c/fmtutil.cnf"
140
141 dosym /etc/texmf/web2c/fmtutil.cnf ${TEXMF_PATH}/web2c/fmtutil.cnf
142 dosym /etc/texmf/web2c/texmf.cnf ${TEXMF_PATH}/web2c/texmf.cnf
143
144 newsbin "${S}/texmf-update" texmf-update
145
146 # Keep it as that's where the formats will go
147 keepdir /var/lib/texmf
148
149 dodoc ChangeLog NEWS PROJECTS README
150 }
151
152 pkg_postinst() {
153 etexmf-update
154 }
155
156 pkg_postrm() {
157 etexmf-update
158 }