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-tex/mh: mh-20080903.ebuild mh-20080407.ebuild ChangeLog
Date: Thu, 04 Sep 2008 07:47:59
Message-Id: E1Kb9ZJ-00028S-N1@stork.gentoo.org
1 aballier 08/09/04 07:47:53
2
3 Modified: mh-20080903.ebuild mh-20080407.ebuild ChangeLog
4 Log:
5 Add a blocker against breqn, they provide the same files and mh has incorporated breqn. Thanks to ulm for spotting that.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
7
8 Revision Changes Path
9 1.2 dev-tex/mh/mh-20080903.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/mh/mh-20080903.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/mh/mh-20080903.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/mh/mh-20080903.ebuild?r1=1.1&r2=1.2
14
15 Index: mh-20080903.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-tex/mh/mh-20080903.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mh-20080903.ebuild 3 Sep 2008 02:50:29 -0000 1.1
22 +++ mh-20080903.ebuild 4 Sep 2008 07:47:53 -0000 1.2
23 @@ -1,6 +1,6 @@
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-tex/mh/mh-20080903.ebuild,v 1.1 2008/09/03 02:50:29 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/mh/mh-20080903.ebuild,v 1.2 2008/09/04 07:47:53 aballier Exp $
28
29 inherit latex-package
30
31 @@ -12,8 +12,9 @@
32 IUSE="doc"
33 KEYWORDS="~amd64 ~sparc ~x86"
34
35 -RDEPEND=""
36 -DEPEND="app-arch/unzip"
37 +RDEPEND="!dev-tex/breqn"
38 +DEPEND="${RDEPEND}
39 + app-arch/unzip"
40
41 S=${WORKDIR}/${PN}
42 TEXMF=/usr/share/texmf-site
43
44
45
46 1.4 dev-tex/mh/mh-20080407.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/mh/mh-20080407.ebuild?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/mh/mh-20080407.ebuild?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/mh/mh-20080407.ebuild?r1=1.3&r2=1.4
51
52 Index: mh-20080407.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-tex/mh/mh-20080407.ebuild,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- mh-20080407.ebuild 23 May 2008 13:55:37 -0000 1.3
59 +++ mh-20080407.ebuild 4 Sep 2008 07:47:53 -0000 1.4
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2008 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/mh/mh-20080407.ebuild,v 1.3 2008/05/23 13:55:37 fmccor Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/mh/mh-20080407.ebuild,v 1.4 2008/09/04 07:47:53 aballier Exp $
65
66 inherit latex-package
67
68 @@ -12,8 +12,9 @@
69 IUSE="doc"
70 KEYWORDS="~amd64 ~sparc ~x86"
71
72 -RDEPEND=""
73 -DEPEND="app-arch/unzip"
74 +RDEPEND="!dev-tex/breqn"
75 +DEPEND="${RDEPEND}
76 + app-arch/unzip"
77
78 S=${WORKDIR}/${PN}
79 TEXMF=/usr/share/texmf-site
80
81
82
83 1.5 dev-tex/mh/ChangeLog
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/mh/ChangeLog?rev=1.5&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/mh/ChangeLog?rev=1.5&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/mh/ChangeLog?r1=1.4&r2=1.5
88
89 Index: ChangeLog
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-tex/mh/ChangeLog,v
92 retrieving revision 1.4
93 retrieving revision 1.5
94 diff -u -r1.4 -r1.5
95 --- ChangeLog 3 Sep 2008 02:50:29 -0000 1.4
96 +++ ChangeLog 4 Sep 2008 07:47:53 -0000 1.5
97 @@ -1,6 +1,11 @@
98 # ChangeLog for dev-tex/mh
99 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
100 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/mh/ChangeLog,v 1.4 2008/09/03 02:50:29 aballier Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/mh/ChangeLog,v 1.5 2008/09/04 07:47:53 aballier Exp $
102 +
103 + 04 Sep 2008; Alexis Ballier <aballier@g.o> mh-20080407.ebuild,
104 + mh-20080903.ebuild:
105 + Add a blocker against breqn, they provide the same files and mh has
106 + incorporated breqn. Thanks to ulm for spotting that.
107
108 *mh-20080903 (03 Sep 2008)