Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/gts: ChangeLog gts-20100321-r2.ebuild gts-20100321-r3.ebuild gts-20100321-r1.ebuild
Date: Thu, 05 Jan 2012 18:58:11
Message-Id: 20120105185800.35EF52004B@flycatcher.gentoo.org
1 jlec 12/01/05 18:58:00
2
3 Modified: ChangeLog gts-20100321-r2.ebuild
4 gts-20100321-r3.ebuild gts-20100321-r1.ebuild
5 Log:
6 Fix for file collitions with apbs
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.20 sci-libs/gts/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gts/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gts/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gts/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gts/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 4 Jan 2012 17:35:17 -0000 1.19
24 +++ ChangeLog 5 Jan 2012 18:58:00 -0000 1.20
25 @@ -1,6 +1,10 @@
26 # ChangeLog for sci-libs/gts
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/ChangeLog,v 1.19 2012/01/04 17:35:17 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/ChangeLog,v 1.20 2012/01/05 18:58:00 jlec Exp $
30 +
31 + 05 Jan 2012; Justin Lecher <jlec@g.o> gts-20100321-r1.ebuild,
32 + gts-20100321-r2.ebuild, gts-20100321-r3.ebuild:
33 + Fix for file collitions with apbs
34
35 *gts-20100321-r3 (04 Jan 2012)
36
37
38
39
40 1.5 sci-libs/gts/gts-20100321-r2.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gts/gts-20100321-r2.ebuild?rev=1.5&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gts/gts-20100321-r2.ebuild?rev=1.5&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gts/gts-20100321-r2.ebuild?r1=1.4&r2=1.5
45
46 Index: gts-20100321-r2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r2.ebuild,v
49 retrieving revision 1.4
50 retrieving revision 1.5
51 diff -u -r1.4 -r1.5
52 --- gts-20100321-r2.ebuild 4 Jan 2012 17:35:17 -0000 1.4
53 +++ gts-20100321-r2.ebuild 5 Jan 2012 18:58:00 -0000 1.5
54 @@ -1,16 +1,17 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r2.ebuild,v 1.4 2012/01/04 17:35:17 jlec Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r2.ebuild,v 1.5 2012/01/05 18:58:00 jlec Exp $
59
60 EAPI=2
61 +
62 inherit eutils fortran-2 autotools
63
64 DESCRIPTION="GNU Triangulated Surface Library"
65 -LICENSE="LGPL-2"
66 HOMEPAGE="http://gts.sourceforge.net/"
67 SRC_URI="mirror://gentoo/${P}.tar.gz"
68
69 SLOT="0"
70 +LICENSE="LGPL-2"
71 KEYWORDS="~amd64 ~ppc ~x86"
72 IUSE="doc examples test"
73
74 @@ -18,7 +19,7 @@
75 virtual/fortran
76
77 dev-libs/glib:2
78 - !sci-chemistry/apbs[tools]
79 + !<=sci-chemistry/apbs-1.3-r1[tools]
80 !<=sci-chemistry/ccp4-apps-6.1.3-r2"
81 DEPEND="${RDEPEND}
82 dev-util/pkgconfig
83
84
85
86 1.2 sci-libs/gts/gts-20100321-r3.ebuild
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gts/gts-20100321-r3.ebuild?rev=1.2&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gts/gts-20100321-r3.ebuild?rev=1.2&content-type=text/plain
90 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gts/gts-20100321-r3.ebuild?r1=1.1&r2=1.2
91
92 Index: gts-20100321-r3.ebuild
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r3.ebuild,v
95 retrieving revision 1.1
96 retrieving revision 1.2
97 diff -u -r1.1 -r1.2
98 --- gts-20100321-r3.ebuild 4 Jan 2012 17:35:17 -0000 1.1
99 +++ gts-20100321-r3.ebuild 5 Jan 2012 18:58:00 -0000 1.2
100 @@ -1,16 +1,17 @@
101 # Copyright 1999-2012 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r3.ebuild,v 1.1 2012/01/04 17:35:17 jlec Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r3.ebuild,v 1.2 2012/01/05 18:58:00 jlec Exp $
105
106 EAPI=2
107 +
108 inherit eutils fortran-2 autotools
109
110 DESCRIPTION="GNU Triangulated Surface Library"
111 -LICENSE="LGPL-2"
112 HOMEPAGE="http://gts.sourceforge.net/"
113 SRC_URI="mirror://gentoo/${P}.tar.gz"
114
115 SLOT="0"
116 +LICENSE="LGPL-2"
117 KEYWORDS="~amd64 ~ppc ~x86"
118 IUSE="doc examples test"
119
120
121
122
123 1.6 sci-libs/gts/gts-20100321-r1.ebuild
124
125 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gts/gts-20100321-r1.ebuild?rev=1.6&view=markup
126 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gts/gts-20100321-r1.ebuild?rev=1.6&content-type=text/plain
127 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gts/gts-20100321-r1.ebuild?r1=1.5&r2=1.6
128
129 Index: gts-20100321-r1.ebuild
130 ===================================================================
131 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r1.ebuild,v
132 retrieving revision 1.5
133 retrieving revision 1.6
134 diff -u -r1.5 -r1.6
135 --- gts-20100321-r1.ebuild 4 Jan 2012 17:35:17 -0000 1.5
136 +++ gts-20100321-r1.ebuild 5 Jan 2012 18:58:00 -0000 1.6
137 @@ -1,16 +1,17 @@
138 # Copyright 1999-2012 Gentoo Foundation
139 # Distributed under the terms of the GNU General Public License v2
140 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r1.ebuild,v 1.5 2012/01/04 17:35:17 jlec Exp $
141 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r1.ebuild,v 1.6 2012/01/05 18:58:00 jlec Exp $
142
143 EAPI=2
144 +
145 inherit eutils fortran-2 autotools
146
147 DESCRIPTION="GNU Triangulated Surface Library"
148 -LICENSE="LGPL-2"
149 HOMEPAGE="http://gts.sourceforge.net/"
150 SRC_URI="mirror://gentoo/${P}.tar.gz"
151
152 SLOT="0"
153 +LICENSE="LGPL-2"
154 KEYWORDS="~amd64 ~ppc ~x86"
155 IUSE="doc examples test"
156
157 @@ -19,7 +20,7 @@
158
159 dev-libs/glib:2
160 !dev-vcs/rcs
161 - !sci-chemistry/apbs[tools]
162 + !<=sci-chemistry/apbs-1.3-r1[tools]
163 !<=sci-chemistry/ccp4-apps-6.1.3-r2"
164 DEPEND="${RDEPEND}
165 dev-util/pkgconfig