From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MIKNq-0001uZ-9g for garchives@archives.gentoo.org; Sun, 21 Jun 2009 10:34:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8E84E03DA; Sun, 21 Jun 2009 10:34:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A499FE03DA for ; Sun, 21 Jun 2009 10:34:45 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 537C964FB5 for ; Sun, 21 Jun 2009 10:34:45 +0000 (UTC) Received: from aballier by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MIKNo-0006p0-Nf for gentoo-commits@lists.gentoo.org; Sun, 21 Jun 2009 10:34:44 +0000 From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: texlive-module.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: texlive-module.eclass X-VCS-Directories: eclass X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Message-Id: Sender: Alexis Ballier Date: Sun, 21 Jun 2009 10:34:44 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5ad53f85-8abc-40bf-afff-96cc71c17426 X-Archives-Hash: ae0f4229fbebbdc502861a26b2937c76 aballier 09/06/21 10:34:44 Modified: texlive-module.eclass Log: drop tl 2007 install support as all ebuilds are gone now Revision Changes Path 1.22 eclass/texlive-module.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-mod= ule.eclass?rev=3D1.22&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-mod= ule.eclass?rev=3D1.22&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-mod= ule.eclass?r1=3D1.21&r2=3D1.22 Index: texlive-module.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- texlive-module.eclass 8 Jun 2009 10:05:04 -0000 1.21 +++ texlive-module.eclass 21 Jun 2009 10:34:44 -0000 1.22 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.21 2= 009/06/08 10:05:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.22 2= 009/06/21 10:34:44 aballier Exp $ =20 # @ECLASS: texlive-module.eclass # @MAINTAINER: @@ -55,15 +55,6 @@ =20 # TeX Live 2007 was providing .zip files of CTAN packages. For 2008 they= are now # .tar.lzma -if [ -z "${PV##2007*}" ] ; then -for i in ${TEXLIVE_MODULE_CONTENTS}; do - SRC_URI=3D"${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.zip" -done -COMMON_DEPEND=3D"${COMMON_DEPEND} - ${TEXLIVE_MODULES_DEPS}" -DEPEND=3D"${COMMON_DEPEND} - app-arch/unzip" -else for i in ${TEXLIVE_MODULE_CONTENTS}; do SRC_URI=3D"${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.tar.lzm= a" done @@ -86,7 +77,6 @@ done SRC_URI=3D"${SRC_URI} )" fi -fi =20 RDEPEND=3D"${COMMON_DEPEND}" =20 @@ -159,17 +149,10 @@ =20 # Generate config files # TeX Live 2007 was providing lists. For 2008 they are now tlpobj. - if [ -z "${PV##2007*}" ] ; then - for i in "${S}"/texmf/lists/*; - do - grep '^!' "${i}" | sed -e 's/^!//' | tr ' ' '@' |sort|uniq >> "${T}/jo= bs" - done - else for i in "${S}"/tlpkg/tlpobj/*; do grep '^execute ' "${i}" | sed -e 's/^execute //' | tr ' ' '@' |sort|un= iq >> "${T}/jobs" done - fi =20 for i in $(<"${T}/jobs"); do @@ -218,7 +201,7 @@ =20 [ -d texmf ] && cp -pR texmf "${D}/usr/share/" [ -d texmf-dist ] && cp -pR texmf-dist "${D}/usr/share/" - [ -n "${PV##2007*}" ] && [ -d tlpkg ] && use source && cp -pR tlpkg "${= D}/usr/share/" + [ -d tlpkg ] && use source && cp -pR tlpkg "${D}/usr/share/" =20 insinto /var/lib/texmf [ -d texmf-var ] && doins -r texmf-var/*