Gentoo Archives: gentoo-commits

From: "Keri Harris (keri)" <keri@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/mercury-extras: mercury-extras-0.12.2-r2.ebuild mercury-extras-0.13.1.ebuild ChangeLog
Date: Wed, 12 Mar 2008 06:31:01
Message-Id: E1JZKUM-0001zu-Ls@stork.gentoo.org
1 keri 08/03/12 06:30:58
2
3 Modified: mercury-extras-0.12.2-r2.ebuild
4 mercury-extras-0.13.1.ebuild ChangeLog
5 Log:
6 Do not restrict tcl-tk bindings to -8.4
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.16 dev-lang/mercury-extras/mercury-extras-0.12.2-r2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury-extras/mercury-extras-0.12.2-r2.ebuild?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury-extras/mercury-extras-0.12.2-r2.ebuild?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury-extras/mercury-extras-0.12.2-r2.ebuild?r1=1.15&r2=1.16
15
16 Index: mercury-extras-0.12.2-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-0.12.2-r2.ebuild,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- mercury-extras-0.12.2-r2.ebuild 13 Jan 2007 11:04:23 -0000 1.15
23 +++ mercury-extras-0.12.2-r2.ebuild 12 Mar 2008 06:30:58 -0000 1.16
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-0.12.2-r2.ebuild,v 1.15 2007/01/13 11:04:23 keri Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-0.12.2-r2.ebuild,v 1.16 2008/03/12 06:30:58 keri Exp $
30
31 inherit eutils
32
33 @@ -20,8 +20,8 @@
34 ncurses? ( sys-libs/ncurses )
35 opengl? ( virtual/opengl )
36 tcl? ( tk? (
37 - =dev-lang/tcl-8.4*
38 - =dev-lang/tk-8.4*
39 + dev-lang/tcl
40 + dev-lang/tk
41 x11-libs/libX11
42 x11-libs/libXmu ) )"
43
44 @@ -81,7 +81,6 @@
45 }
46
47 src_install() {
48 - cd "${S}"
49 mmake \
50 MMAKEFLAGS="${MAKEOPTS}" \
51 INSTALL_PREFIX="${D}"/usr \
52
53
54
55 1.4 dev-lang/mercury-extras/mercury-extras-0.13.1.ebuild
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury-extras/mercury-extras-0.13.1.ebuild?rev=1.4&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury-extras/mercury-extras-0.13.1.ebuild?rev=1.4&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury-extras/mercury-extras-0.13.1.ebuild?r1=1.3&r2=1.4
60
61 Index: mercury-extras-0.13.1.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-0.13.1.ebuild,v
64 retrieving revision 1.3
65 retrieving revision 1.4
66 diff -u -r1.3 -r1.4
67 --- mercury-extras-0.13.1.ebuild 13 Jan 2007 11:04:23 -0000 1.3
68 +++ mercury-extras-0.13.1.ebuild 12 Mar 2008 06:30:58 -0000 1.4
69 @@ -1,6 +1,6 @@
70 -# Copyright 1999-2007 Gentoo Foundation
71 +# Copyright 1999-2008 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-0.13.1.ebuild,v 1.3 2007/01/13 11:04:23 keri Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-0.13.1.ebuild,v 1.4 2008/03/12 06:30:58 keri Exp $
75
76 inherit eutils
77
78 @@ -21,8 +21,8 @@
79 ncurses? ( sys-libs/ncurses )
80 opengl? ( virtual/opengl )
81 tcl? ( tk? (
82 - =dev-lang/tcl-8.4*
83 - =dev-lang/tk-8.4*
84 + dev-lang/tcl
85 + dev-lang/tk
86 x11-libs/libX11
87 x11-libs/libXmu ) )"
88
89 @@ -88,7 +88,6 @@
90 }
91
92 src_install() {
93 - cd "${S}"
94 mmake \
95 MMAKEFLAGS="${MAKEOPTS}" \
96 INSTALL_PREFIX="${D}" \
97
98
99
100 1.64 dev-lang/mercury-extras/ChangeLog
101
102 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury-extras/ChangeLog?rev=1.64&view=markup
103 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury-extras/ChangeLog?rev=1.64&content-type=text/plain
104 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mercury-extras/ChangeLog?r1=1.63&r2=1.64
105
106 Index: ChangeLog
107 ===================================================================
108 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/ChangeLog,v
109 retrieving revision 1.63
110 retrieving revision 1.64
111 diff -u -r1.63 -r1.64
112 --- ChangeLog 13 Jan 2007 22:35:53 -0000 1.63
113 +++ ChangeLog 12 Mar 2008 06:30:58 -0000 1.64
114 @@ -1,6 +1,10 @@
115 # ChangeLog for dev-lang/mercury-extras
116 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
117 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/ChangeLog,v 1.63 2007/01/13 22:35:53 keri Exp $
118 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
119 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/ChangeLog,v 1.64 2008/03/12 06:30:58 keri Exp $
120 +
121 + 12 Mar 2008; keri <keri@g.o> mercury-extras-0.12.2-r2.ebuild,
122 + mercury-extras-0.13.1.ebuild:
123 + Do not limit tcl-tk bindings to -8.4
124
125 13 Jan 2007; keri <keri@g.o>
126 files/mercury-extras-0.13.1-mercury_opengl.patch:
127
128
129
130 --
131 gentoo-commits@l.g.o mailing list