Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: ChangeLog texlive-context-2009.ebuild
Date: Tue, 02 Feb 2010 21:02:45
Message-Id: E1NcPtS-0004Up-RH@stork.gentoo.org
1 abcd 10/02/02 21:02:42
2
3 Modified: ChangeLog texlive-context-2009.ebuild
4 Log:
5 Add ~amd64-linux/~x86-linux keywords, prefix support
6 (Portage version: -svn/cvs/Linux i686)
7
8 Revision Changes Path
9 1.36 dev-texlive/texlive-context/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.36&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.36&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/ChangeLog?r1=1.35&r2=1.36
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
18 retrieving revision 1.35
19 retrieving revision 1.36
20 diff -u -r1.35 -r1.36
21 --- ChangeLog 25 Jan 2010 14:11:30 -0000 1.35
22 +++ ChangeLog 2 Feb 2010 21:02:42 -0000 1.36
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-texlive/texlive-context
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.35 2010/01/25 14:11:30 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.36 2010/02/02 21:02:42 abcd Exp $
28 +
29 + 02 Feb 2010; Jonathan Callen <abcd@g.o>
30 + texlive-context-2009.ebuild:
31 + Add ~amd64-linux/~x86-linux keywords, prefix support
32
33 25 Jan 2010; Alexis Ballier <aballier@g.o>
34 texlive-context-2009.ebuild:
35
36
37
38 1.4 dev-texlive/texlive-context/texlive-context-2009.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/texlive-context-2009.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/texlive-context-2009.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/texlive-context-2009.ebuild?r1=1.3&r2=1.4
43
44 Index: texlive-context-2009.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2009.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- texlive-context-2009.ebuild 25 Jan 2010 14:11:30 -0000 1.3
51 +++ texlive-context-2009.ebuild 2 Feb 2010 21:02:42 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2009.ebuild,v 1.3 2010/01/25 14:11:30 aballier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2009.ebuild,v 1.4 2010/02/02 21:02:42 abcd Exp $
57
58 TEXLIVE_MODULE_CONTENTS="context jmn lmextra context-account context-algorithmic context-bnf context-chromato context-construction-plan context-degrade context-fixme context-french context-games context-gnuplot context-letter context-lettrine context-lilypond context-mathsets context-notes-zh-cn context-simplefonts context-simpleslides context-top-ten context-typearea context-typescripts context-vim collection-context
59 "
60 @@ -11,7 +11,7 @@
61
62 LICENSE="GPL-2 as-is FDL-1.1 GPL-1 GPL-2 public-domain "
63 SLOT="0"
64 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
65 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
66 IUSE=""
67 DEPEND=">=dev-texlive/texlive-metapost-2009
68 >=dev-texlive/texlive-basic-2009
69 @@ -31,8 +31,10 @@
70 # created and cause collisions.
71
72 pkg_setup() {
73 - if [ -f "${ROOT}/var/lib/texmf/web2c/metapost/metafun.log" ]; then
74 - einfo "Removing ${ROOT}/var/lib/texmf/web2c/metapost/metafun.log"
75 - rm -f "${ROOT}/var/lib/texmf/web2c/metapost/metafun.log"
76 + use prefix || EPREFIX=
77 +
78 + if [ -f "${ROOT%/}${EPREFIX}/var/lib/texmf/web2c/metapost/metafun.log" ]; then
79 + einfo "Removing ${ROOT%/}${EPREFIX}/var/lib/texmf/web2c/metapost/metafun.log"
80 + rm -f "${ROOT%/}${EPREFIX}/var/lib/texmf/web2c/metapost/metafun.log"
81 fi
82 }