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-bibtexextra: texlive-bibtexextra-2008.ebuild ChangeLog
Date: Fri, 31 Oct 2008 14:12:29
Message-Id: E1Kvujj-0003aH-Fu@stork.gentoo.org
1 aballier 08/10/31 14:12:27
2
3 Modified: texlive-bibtexextra-2008.ebuild ChangeLog
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.2 dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2008.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2008.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2008.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2008.ebuild?r1=1.1&r2=1.2
14
15 Index: texlive-bibtexextra-2008.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2008.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- texlive-bibtexextra-2008.ebuild 9 Sep 2008 16:13:04 -0000 1.1
22 +++ texlive-bibtexextra-2008.ebuild 31 Oct 2008 14:12:27 -0000 1.2
23 @@ -1,10 +1,7 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2008.ebuild,v 1.1 2008/09/09 16:13:04 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2008.ebuild,v 1.2 2008/10/31 14:12:27 aballier Exp $
28
29 -TEXLIVE_MODULES_DEPS="dev-texlive/texlive-latex
30 -!=dev-texlive/texlive-latexextra-2007*
31 -"
32 TEXLIVE_MODULE_CONTENTS="aichej apacite beebe bibarts bibhtml biblist bibtopic bibtopicprefix bibunits chicago compactbib custom-bib din1505 dk-bib doipubmed elsevier-bib fbs figbib footbib harvard harvmac ijqc inlinebib iopart-num jneurosci jurabib listbib multibib munich notes2bib perception rsc sort-by-letters splitbib urlbst collection-bibtexextra
33 "
34 TEXLIVE_MODULE_DOC_CONTENTS="apacite.doc bibarts.doc bibhtml.doc biblist.doc bibtopic.doc bibtopicprefix.doc bibunits.doc custom-bib.doc din1505.doc dk-bib.doc doipubmed.doc elsevier-bib.doc figbib.doc footbib.doc harvard.doc harvmac.doc ijqc.doc inlinebib.doc iopart-num.doc jneurosci.doc jurabib.doc listbib.doc multibib.doc munich.doc notes2bib.doc perception.doc rsc.doc sort-by-letters.doc splitbib.doc urlbst.doc "
35 @@ -16,3 +13,7 @@
36 SLOT="0"
37 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
38 IUSE=""
39 +DEPEND=">=dev-texlive/texlive-latex-2008
40 +!=dev-texlive/texlive-latexextra-2007*
41 +"
42 +RDEPEND="${DEPEND}"
43
44
45
46 1.18 dev-texlive/texlive-bibtexextra/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-bibtexextra/ChangeLog?rev=1.18&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-bibtexextra/ChangeLog?rev=1.18&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-bibtexextra/ChangeLog?r1=1.17&r2=1.18
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-bibtexextra/ChangeLog,v
55 retrieving revision 1.17
56 retrieving revision 1.18
57 diff -u -r1.17 -r1.18
58 --- ChangeLog 9 Sep 2008 17:59:43 -0000 1.17
59 +++ ChangeLog 31 Oct 2008 14:12:27 -0000 1.18
60 @@ -1,6 +1,12 @@
61 # ChangeLog for dev-texlive/texlive-bibtexextra
62 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-bibtexextra/ChangeLog,v 1.17 2008/09/09 17:59:43 aballier Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-bibtexextra/ChangeLog,v 1.18 2008/10/31 14:12:27 aballier Exp $
65 +
66 + 31 Oct 2008; Alexis Ballier <aballier@g.o>
67 + texlive-bibtexextra-2008.ebuild:
68 + Use stricter deps for texlive 2008 to require the 2008 version of a
69 + package, get rid of TEXLIVE_MODULES_DEPS and use standard DEPEND/RDEPEND
70 + fields
71
72 09 Sep 2008; Alexis Ballier <aballier@g.o>
73 texlive-bibtexextra-2007.ebuild: