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