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/xdvipdfmx: ChangeLog xdvipdfmx-0.7.8_p20110705.ebuild
Date: Wed, 27 Jul 2011 13:07:01
Message-Id: 20110727130647.C85C82004B@flycatcher.gentoo.org
1 aballier 11/07/27 13:06:47
2
3 Modified: ChangeLog
4 Added: xdvipdfmx-0.7.8_p20110705.ebuild
5 Log:
6 bump to xdvipdfmx from TeX Live 2011, rdepend on dvipdfmx for dvipdfmx.cfg, bug #222869
7
8 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.39 app-text/xdvipdfmx/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvipdfmx/ChangeLog?rev=1.39&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvipdfmx/ChangeLog?rev=1.39&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvipdfmx/ChangeLog?r1=1.38&r2=1.39
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/xdvipdfmx/ChangeLog,v
20 retrieving revision 1.38
21 retrieving revision 1.39
22 diff -u -r1.38 -r1.39
23 --- ChangeLog 11 Jul 2011 19:10:09 -0000 1.38
24 +++ ChangeLog 27 Jul 2011 13:06:47 -0000 1.39
25 @@ -1,6 +1,13 @@
26 # ChangeLog for app-text/xdvipdfmx
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvipdfmx/ChangeLog,v 1.38 2011/07/11 19:10:09 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvipdfmx/ChangeLog,v 1.39 2011/07/27 13:06:47 aballier Exp $
30 +
31 +*xdvipdfmx-0.7.8_p20110705 (27 Jul 2011)
32 +
33 + 27 Jul 2011; Alexis Ballier <aballier@g.o>
34 + +xdvipdfmx-0.7.8_p20110705.ebuild:
35 + bump to xdvipdfmx from TeX Live 2011, rdepend on dvipdfmx for dvipdfmx.cfg,
36 + bug #222869
37
38 11 Jul 2011; Alexis Ballier <aballier@g.o>
39 xdvipdfmx-0.7.8_p20100722.ebuild:
40
41
42
43 1.1 app-text/xdvipdfmx/xdvipdfmx-0.7.8_p20110705.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvipdfmx/xdvipdfmx-0.7.8_p20110705.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvipdfmx/xdvipdfmx-0.7.8_p20110705.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xdvipdfmx-0.7.8_p20110705.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-text/xdvipdfmx/xdvipdfmx-0.7.8_p20110705.ebuild,v 1.1 2011/07/27 13:06:47 aballier Exp $
53
54 EAPI="3"
55
56 DESCRIPTION="Extended dvipdfmx for use with XeTeX and other unicode TeXs."
57 HOMEPAGE="http://scripts.sil.org/svn-view/xdvipdfmx/
58 http://tug.org/texlive/"
59 SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
64 IUSE="doc"
65
66 RDEPEND="!<app-text/texlive-core-2010
67 dev-libs/kpathsea
68 sys-libs/zlib
69 media-libs/freetype:2
70 media-libs/fontconfig
71 >=media-libs/libpng-1.2.43-r2:0
72 app-text/libpaper"
73 DEPEND="${RDEPEND}
74 dev-util/pkgconfig"
75 # for dvipdfmx.cfg
76 RDEPEND="${RDEPEND}
77 app-text/dvipdfmx"
78
79 S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
80
81 src_configure() {
82 econf \
83 --with-system-kpathsea \
84 --with-system-zlib \
85 --with-system-libpng \
86 --with-system-freetype2
87 }
88
89 src_install() {
90 emake DESTDIR="${D}" install || die "Install failed"
91 dodoc README TODO BUGS AUTHORS ChangeLog ChangeLog.TL || die
92 if use doc ; then
93 insinto /usr/share/doc/${PF}
94 doins -r doc || die
95 fi
96 }