Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-langpolish: ChangeLog texlive-langpolish-2008.ebuild
Date: Fri, 31 Oct 2008 14:38:10
Message-Id: E1Kvv8a-0004TD-FS@stork.gentoo.org
1 aballier 08/10/31 14:38:08
2
3 Modified: ChangeLog texlive-langpolish-2008.ebuild
4 Log:
5 Use stricter deps for texlive 2008 to require the 2008 version of a package, get rid of TEXLIVE_MODULES_DEPS and use standard DEPEND/RDEPEND fields
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27.4 x86_64)
7
8 Revision Changes Path
9 1.18 dev-texlive/texlive-langpolish/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-langpolish/ChangeLog?rev=1.18&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-langpolish/ChangeLog?rev=1.18&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-langpolish/ChangeLog?r1=1.17&r2=1.18
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langpolish/ChangeLog,v
18 retrieving revision 1.17
19 retrieving revision 1.18
20 diff -u -r1.17 -r1.18
21 --- ChangeLog 9 Sep 2008 18:28:40 -0000 1.17
22 +++ ChangeLog 31 Oct 2008 14:38:08 -0000 1.18
23 @@ -1,6 +1,12 @@
24 # ChangeLog for dev-texlive/texlive-langpolish
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langpolish/ChangeLog,v 1.17 2008/09/09 18:28:40 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langpolish/ChangeLog,v 1.18 2008/10/31 14:38:08 aballier Exp $
28 +
29 + 31 Oct 2008; Alexis Ballier <aballier@g.o>
30 + texlive-langpolish-2008.ebuild:
31 + Use stricter deps for texlive 2008 to require the 2008 version of a
32 + package, get rid of TEXLIVE_MODULES_DEPS and use standard DEPEND/RDEPEND
33 + fields
34
35 09 Sep 2008; Alexis Ballier <aballier@g.o>
36 texlive-langpolish-2007.ebuild:
37
38
39
40 1.2 dev-texlive/texlive-langpolish/texlive-langpolish-2008.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-langpolish/texlive-langpolish-2008.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-langpolish/texlive-langpolish-2008.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-langpolish/texlive-langpolish-2008.ebuild?r1=1.1&r2=1.2
45
46 Index: texlive-langpolish-2008.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langpolish/texlive-langpolish-2008.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- texlive-langpolish-2008.ebuild 9 Sep 2008 16:42:07 -0000 1.1
53 +++ texlive-langpolish-2008.ebuild 31 Oct 2008 14:38:08 -0000 1.2
54 @@ -1,9 +1,7 @@
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langpolish/texlive-langpolish-2008.ebuild,v 1.1 2008/09/09 16:42:07 aballier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langpolish/texlive-langpolish-2008.ebuild,v 1.2 2008/10/31 14:38:08 aballier Exp $
59
60 -TEXLIVE_MODULES_DEPS="dev-texlive/texlive-latex
61 -"
62 TEXLIVE_MODULE_CONTENTS="cc-pl gustlib mex mwcls ogonek pl polski qpxqtx tap utf8mex bin-mex hyphen-polish collection-langpolish
63 "
64 TEXLIVE_MODULE_DOC_CONTENTS="cc-pl.doc gustlib.doc mex.doc mwcls.doc ogonek.doc pl.doc polski.doc qpxqtx.doc tap.doc utf8mex.doc "
65 @@ -15,3 +13,6 @@
66 SLOT="0"
67 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
68 IUSE=""
69 +DEPEND=">=dev-texlive/texlive-latex-2008
70 +"
71 +RDEPEND="${DEPEND}"