# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit base OLD_PV=${PV/2013/2011} OLD_P=${P/2013/2011} DESCRIPTION="Generate and install ebuilds from the TeXLive package manager" HOMEPAGE="http://launchpad.net/g-ctan" SRC_URI="http://launchpad.net/g-ctan/${OLD_PV/\.*/}/${OLD_PV}/+download/${OLD_P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~mips ~x86" IUSE="" DEPEND="" RDEPEND="~app-text/texlive-2013 app-arch/xz-utils >=dev-libs/libpcre-0.7.6" PATCHES=( "${FILESDIR}"/g-ctan-2013.patch ) S=${WORKDIR}/${OLD_P} src_install() { emake DESTDIR="${D}" install || die }