summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-07-27 13:06:47 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-07-27 13:06:47 +0000
commit4968853cb13326462a48838778ea76c4768da1b0 (patch)
tree9a25450dfc3da64f41ae6c6cedcb9b87f4c43535 /app-text/xdvipdfmx
parent~x86-fbsd keyworded (diff)
downloadgentoo-2-4968853cb13326462a48838778ea76c4768da1b0.tar.gz
gentoo-2-4968853cb13326462a48838778ea76c4768da1b0.tar.bz2
gentoo-2-4968853cb13326462a48838778ea76c4768da1b0.zip
bump to xdvipdfmx from TeX Live 2011, rdepend on dvipdfmx for dvipdfmx.cfg, bug #222869
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'app-text/xdvipdfmx')
-rw-r--r--app-text/xdvipdfmx/ChangeLog9
-rw-r--r--app-text/xdvipdfmx/xdvipdfmx-0.7.8_p20110705.ebuild47
2 files changed, 55 insertions, 1 deletions
diff --git a/app-text/xdvipdfmx/ChangeLog b/app-text/xdvipdfmx/ChangeLog
index f7b559f313ab..db7048612571 100644
--- a/app-text/xdvipdfmx/ChangeLog
+++ b/app-text/xdvipdfmx/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-text/xdvipdfmx
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvipdfmx/ChangeLog,v 1.38 2011/07/11 19:10:09 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvipdfmx/ChangeLog,v 1.39 2011/07/27 13:06:47 aballier Exp $
+
+*xdvipdfmx-0.7.8_p20110705 (27 Jul 2011)
+
+ 27 Jul 2011; Alexis Ballier <aballier@gentoo.org>
+ +xdvipdfmx-0.7.8_p20110705.ebuild:
+ bump to xdvipdfmx from TeX Live 2011, rdepend on dvipdfmx for dvipdfmx.cfg,
+ bug #222869
11 Jul 2011; Alexis Ballier <aballier@gentoo.org>
xdvipdfmx-0.7.8_p20100722.ebuild:
diff --git a/app-text/xdvipdfmx/xdvipdfmx-0.7.8_p20110705.ebuild b/app-text/xdvipdfmx/xdvipdfmx-0.7.8_p20110705.ebuild
new file mode 100644
index 000000000000..5481c6d0f0cc
--- /dev/null
+++ b/app-text/xdvipdfmx/xdvipdfmx-0.7.8_p20110705.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $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 $
+
+EAPI="3"
+
+DESCRIPTION="Extended dvipdfmx for use with XeTeX and other unicode TeXs."
+HOMEPAGE="http://scripts.sil.org/svn-view/xdvipdfmx/
+ http://tug.org/texlive/"
+SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="doc"
+
+RDEPEND="!<app-text/texlive-core-2010
+ dev-libs/kpathsea
+ sys-libs/zlib
+ media-libs/freetype:2
+ media-libs/fontconfig
+ >=media-libs/libpng-1.2.43-r2:0
+ app-text/libpaper"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+# for dvipdfmx.cfg
+RDEPEND="${RDEPEND}
+ app-text/dvipdfmx"
+
+S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
+
+src_configure() {
+ econf \
+ --with-system-kpathsea \
+ --with-system-zlib \
+ --with-system-libpng \
+ --with-system-freetype2
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "Install failed"
+ dodoc README TODO BUGS AUTHORS ChangeLog ChangeLog.TL || die
+ if use doc ; then
+ insinto /usr/share/doc/${PF}
+ doins -r doc || die
+ fi
+}