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-langmongolian: ChangeLog texlive-langmongolian-2008.ebuild
Date: Fri, 31 Oct 2008 14:36:45
Message-Id: E1Kvv7E-0004Q7-5F@stork.gentoo.org
1 aballier 08/10/31 14:36:44
2
3 Modified: ChangeLog texlive-langmongolian-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-langmongolian/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-langmongolian/ChangeLog?rev=1.18&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-langmongolian/ChangeLog?rev=1.18&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-langmongolian/ChangeLog?r1=1.17&r2=1.18
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langmongolian/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:27:02 -0000 1.17
22 +++ ChangeLog 31 Oct 2008 14:36:44 -0000 1.18
23 @@ -1,6 +1,12 @@
24 # ChangeLog for dev-texlive/texlive-langmongolian
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langmongolian/ChangeLog,v 1.17 2008/09/09 18:27:02 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langmongolian/ChangeLog,v 1.18 2008/10/31 14:36:44 aballier Exp $
28 +
29 + 31 Oct 2008; Alexis Ballier <aballier@g.o>
30 + texlive-langmongolian-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-langmongolian-2007.ebuild:
37
38
39
40 1.2 dev-texlive/texlive-langmongolian/texlive-langmongolian-2008.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-langmongolian/texlive-langmongolian-2008.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-langmongolian/texlive-langmongolian-2008.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-langmongolian/texlive-langmongolian-2008.ebuild?r1=1.1&r2=1.2
45
46 Index: texlive-langmongolian-2008.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langmongolian/texlive-langmongolian-2008.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- texlive-langmongolian-2008.ebuild 9 Sep 2008 16:40:31 -0000 1.1
53 +++ texlive-langmongolian-2008.ebuild 31 Oct 2008 14:36:44 -0000 1.2
54 @@ -1,10 +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-langmongolian/texlive-langmongolian-2008.ebuild,v 1.1 2008/09/09 16:40:31 aballier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langmongolian/texlive-langmongolian-2008.ebuild,v 1.2 2008/10/31 14:36:44 aballier Exp $
59
60 -TEXLIVE_MODULES_DEPS="dev-texlive/texlive-basic
61 -!=dev-texlive/texlive-langmanju-2007*
62 -"
63 TEXLIVE_MODULE_CONTENTS="hyphen-mongolian mongolian-babel montex soyombo collection-langmongolian
64 "
65 TEXLIVE_MODULE_DOC_CONTENTS="mongolian-babel.doc montex.doc soyombo.doc "
66 @@ -16,3 +13,7 @@
67 SLOT="0"
68 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
69 IUSE=""
70 +DEPEND=">=dev-texlive/texlive-basic-2008
71 +!=dev-texlive/texlive-langmanju-2007*
72 +"
73 +RDEPEND="${DEPEND}"