From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Kvuns-0002Ui-Cf for garchives@archives.gentoo.org; Fri, 31 Oct 2008 14:16:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC655E0522; Fri, 31 Oct 2008 14:16:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 73669E0522 for ; Fri, 31 Oct 2008 14:16:44 +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 C6E1264E5C for ; Fri, 31 Oct 2008 14:16:42 +0000 (UTC) Received: from aballier by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Kvunq-0003jC-DB for gentoo-commits@lists.gentoo.org; Fri, 31 Oct 2008 14:16:42 +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 dev-texlive/texlive-documentation-french: texlive-documentation-french-2008.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: texlive-documentation-french-2008.ebuild ChangeLog X-VCS-Directories: dev-texlive/texlive-documentation-french X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Message-Id: Sender: Alexis Ballier Date: Fri, 31 Oct 2008 14:16:42 +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: 714d503d-c71c-460b-927a-b98047289bab X-Archives-Hash: 5447bd393a313cf972d65bddab79c59b aballier 08/10/31 14:16:42 Modified: texlive-documentation-french-2008.ebuild ChangeLo= g Log: Use stricter deps for texlive 2008 to require the 2008 version of a pac= kage, get rid of TEXLIVE_MODULES_DEPS and use standard DEPEND/RDEPEND fie= lds (Portage version: 2.2_rc12/cvs/Linux 2.6.27.4 x86_64) Revision Changes Path 1.2 dev-texlive/texlive-documentation-french/texlive-doc= umentation-french-2008.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texliv= e-documentation-french/texlive-documentation-french-2008.ebuild?rev=3D1.2= &view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texliv= e-documentation-french/texlive-documentation-french-2008.ebuild?rev=3D1.2= &content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texliv= e-documentation-french/texlive-documentation-french-2008.ebuild?r1=3D1.1&= r2=3D1.2 Index: texlive-documentation-french-2008.ebuild =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/dev-texlive/texlive-documentation-frenc= h/texlive-documentation-french-2008.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- texlive-documentation-french-2008.ebuild 9 Sep 2008 16:17:56 -0000 1.= 1 +++ texlive-documentation-french-2008.ebuild 31 Oct 2008 14:16:42 -0000 1= .2 @@ -1,9 +1,7 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-fre= nch/texlive-documentation-french-2008.ebuild,v 1.1 2008/09/09 16:17:56 ab= allier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-fre= nch/texlive-documentation-french-2008.ebuild,v 1.2 2008/10/31 14:16:42 ab= allier Exp $ =20 -TEXLIVE_MODULES_DEPS=3D"dev-texlive/texlive-documentation-base -" TEXLIVE_MODULE_CONTENTS=3D"epslatex-fr impatient-fr l2tabu-french lshort= -french texlive-fr collection-documentation-french " TEXLIVE_MODULE_DOC_CONTENTS=3D"epslatex-fr.doc impatient-fr.doc l2tabu-f= rench.doc lshort-french.doc texlive-fr.doc " @@ -15,3 +13,6 @@ SLOT=3D"0" KEYWORDS=3D"~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE=3D"" +DEPEND=3D">=3Ddev-texlive/texlive-documentation-base-2008 +" +RDEPEND=3D"${DEPEND}" 1.18 dev-texlive/texlive-documentation-french/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texliv= e-documentation-french/ChangeLog?rev=3D1.18&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texliv= e-documentation-french/ChangeLog?rev=3D1.18&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texliv= e-documentation-french/ChangeLog?r1=3D1.17&r2=3D1.18 Index: ChangeLog =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/dev-texlive/texlive-documentation-frenc= h/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 9 Sep 2008 18:04:36 -0000 1.17 +++ ChangeLog 31 Oct 2008 14:16:42 -0000 1.18 @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-documentation-french # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-fre= nch/ChangeLog,v 1.17 2008/09/09 18:04:36 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-fre= nch/ChangeLog,v 1.18 2008/10/31 14:16:42 aballier Exp $ + + 31 Oct 2008; Alexis Ballier + texlive-documentation-french-2008.ebuild: + Use stricter deps for texlive 2008 to require the 2008 version of a + package, get rid of TEXLIVE_MODULES_DEPS and use standard DEPEND/RDEPE= ND + fields =20 09 Sep 2008; Alexis Ballier texlive-documentation-french-2007.ebuild: