Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/gempak: gempak-5.7.4.ebuild gempak-5.7.2_p2.ebuild ChangeLog
Date: Sun, 04 May 2008 18:19:10
Message-Id: E1Jsinj-0004Qb-O4@stork.gentoo.org
1 ulm 08/05/04 18:19:07
2
3 Modified: gempak-5.7.4.ebuild gempak-5.7.2_p2.ebuild
4 ChangeLog
5 Log:
6 Fix Motif dependencies, bug 117057.
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.6 sci-geosciences/gempak/gempak-5.7.4.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gempak/gempak-5.7.4.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gempak/gempak-5.7.4.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gempak/gempak-5.7.4.ebuild?r1=1.5&r2=1.6
15
16 Index: gempak-5.7.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/gempak-5.7.4.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- gempak-5.7.4.ebuild 26 Jun 2007 02:41:43 -0000 1.5
23 +++ gempak-5.7.4.ebuild 4 May 2008 18:19:07 -0000 1.6
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/sci-geosciences/gempak/gempak-5.7.4.ebuild,v 1.5 2007/06/26 02:41:43 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/gempak-5.7.4.ebuild,v 1.6 2008/05/04 18:19:07 ulm Exp $
30
31 inherit eutils
32
33 @@ -12,13 +12,15 @@
34 DESCRIPTION="GEMPAK Meteorological Plotting and Analysis Package"
35 HOMEPAGE="http://www.unidata.ucar.edu/packages/gempak"
36 SRC_URI="${MY_P}.tar.gz"
37 +
38 LICENSE="as-is"
39 -DEPEND="virtual/motif
40 - !x11-libs/lesstif"
41 SLOT="0"
42 -IUSE=""
43 KEYWORDS="~x86 ~ppc"
44 +IUSE=""
45 RESTRICT="fetch"
46 +
47 +DEPEND="x11-libs/openmotif"
48 +
49 # More inconsistencies, this sometimes changes on bumps.
50 S="${WORKDIR}/GEMPAK${MY_PV}"
51
52
53
54
55 1.6 sci-geosciences/gempak/gempak-5.7.2_p2.ebuild
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gempak/gempak-5.7.2_p2.ebuild?rev=1.6&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gempak/gempak-5.7.2_p2.ebuild?rev=1.6&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gempak/gempak-5.7.2_p2.ebuild?r1=1.5&r2=1.6
60
61 Index: gempak-5.7.2_p2.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/gempak-5.7.2_p2.ebuild,v
64 retrieving revision 1.5
65 retrieving revision 1.6
66 diff -u -r1.5 -r1.6
67 --- gempak-5.7.2_p2.ebuild 26 Jun 2007 02:41:43 -0000 1.5
68 +++ gempak-5.7.2_p2.ebuild 4 May 2008 18:19:07 -0000 1.6
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/sci-geosciences/gempak/gempak-5.7.2_p2.ebuild,v 1.5 2007/06/26 02:41:43 mr_bones_ Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/gempak-5.7.2_p2.ebuild,v 1.6 2008/05/04 18:19:07 ulm Exp $
75
76 inherit eutils
77
78 @@ -12,15 +12,17 @@
79 DESCRIPTION="GEMPAK Meteorological Plotting and Analysis Package"
80 HOMEPAGE="http://www.unidata.ucar.edu/packages/gempak"
81 SRC_URI="${MY_P}.tar.gz"
82 +
83 LICENSE="as-is"
84 -DEPEND=""
85 -RDEPEND="${DEPEND}
86 - virtual/motif
87 - !x11-libs/lesstif"
88 SLOT="0"
89 -IUSE=""
90 KEYWORDS="x86 ~ppc"
91 +IUSE=""
92 RESTRICT="fetch"
93 +
94 +DEPEND=""
95 +RDEPEND="${DEPEND}
96 + x11-libs/openmotif"
97 +
98 # More inconsistencies, this sometimes changes on bumps.
99 S="${WORKDIR}/GEMPAK${MY_PV}"
100
101
102
103
104 1.8 sci-geosciences/gempak/ChangeLog
105
106 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gempak/ChangeLog?rev=1.8&view=markup
107 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gempak/ChangeLog?rev=1.8&content-type=text/plain
108 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gempak/ChangeLog?r1=1.7&r2=1.8
109
110 Index: ChangeLog
111 ===================================================================
112 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/ChangeLog,v
113 retrieving revision 1.7
114 retrieving revision 1.8
115 diff -u -r1.7 -r1.8
116 --- ChangeLog 28 Apr 2007 15:54:24 -0000 1.7
117 +++ ChangeLog 4 May 2008 18:19:07 -0000 1.8
118 @@ -1,6 +1,10 @@
119 # ChangeLog for sci-geosciences/gempak
120 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
121 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/ChangeLog,v 1.7 2007/04/28 15:54:24 tove Exp $
122 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
123 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gempak/ChangeLog,v 1.8 2008/05/04 18:19:07 ulm Exp $
124 +
125 + 04 May 2008; Ulrich Mueller <ulm@g.o> gempak-5.7.2_p2.ebuild,
126 + gempak-5.7.4.ebuild:
127 + Fix Motif dependencies, bug 117057.
128
129 28 Apr 2007; Torsten Veller <tove@g.o> gempak-5.7.2_p2.ebuild,
130 gempak-5.7.4.ebuild:
131
132
133
134 --
135 gentoo-commits@l.g.o mailing list