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-chemistry/coot: metadata.xml ChangeLog coot-0.7.ebuild coot-0.6.2-r1.ebuild coot-0.6.2.ebuild
Date: Wed, 29 May 2013 06:17:52
Message-Id: 20130529061740.A75842171D@flycatcher.gentoo.org
1 jlec 13/05/29 06:17:40
2
3 Modified: metadata.xml ChangeLog coot-0.7.ebuild
4 coot-0.6.2-r1.ebuild coot-0.6.2.ebuild
5 Log:
6 sci-chemistry/coot: Drop version restriction from clipper dep
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
9
10 Revision Changes Path
11 1.8 sci-chemistry/coot/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/metadata.xml?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/metadata.xml?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/metadata.xml?r1=1.7&r2=1.8
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/coot/metadata.xml,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- metadata.xml 28 Jun 2011 17:01:28 -0000 1.7
24 +++ metadata.xml 29 May 2013 06:17:40 -0000 1.8
25 @@ -1,5 +1,5 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 - <herd>sci-chemistry</herd>
30 + <herd>sci-chemistry</herd>
31 </pkgmetadata>
32
33
34
35 1.55 sci-chemistry/coot/ChangeLog
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/ChangeLog?rev=1.55&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/ChangeLog?rev=1.55&content-type=text/plain
39 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/ChangeLog?r1=1.54&r2=1.55
40
41 Index: ChangeLog
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v
44 retrieving revision 1.54
45 retrieving revision 1.55
46 diff -u -r1.54 -r1.55
47 --- ChangeLog 6 Oct 2012 16:19:58 -0000 1.54
48 +++ ChangeLog 29 May 2013 06:17:40 -0000 1.55
49 @@ -1,6 +1,10 @@
50 # ChangeLog for sci-chemistry/coot
51 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
52 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.54 2012/10/06 16:19:58 jlec Exp $
53 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
54 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.55 2013/05/29 06:17:40 jlec Exp $
55 +
56 + 29 May 2013; Justin Lecher <jlec@g.o> coot-0.6.2.ebuild,
57 + coot-0.6.2-r1.ebuild, coot-0.7.ebuild, metadata.xml:
58 + Drop version restriction from clipper dep
59
60 *coot-0.7 (06 Oct 2012)
61
62
63
64
65 1.2 sci-chemistry/coot/coot-0.7.ebuild
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/coot-0.7.ebuild?rev=1.2&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/coot-0.7.ebuild?rev=1.2&content-type=text/plain
69 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/coot-0.7.ebuild?r1=1.1&r2=1.2
70
71 Index: coot-0.7.ebuild
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.7.ebuild,v
74 retrieving revision 1.1
75 retrieving revision 1.2
76 diff -u -r1.1 -r1.2
77 --- coot-0.7.ebuild 6 Oct 2012 16:19:58 -0000 1.1
78 +++ coot-0.7.ebuild 29 May 2013 06:17:40 -0000 1.2
79 @@ -1,6 +1,6 @@
80 -# Copyright 1999-2012 Gentoo Foundation
81 +# Copyright 1999-2013 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.7.ebuild,v 1.1 2012/10/06 16:19:58 jlec Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.7.ebuild,v 1.2 2013/05/29 06:17:40 jlec Exp $
85
86 EAPI=4
87
88 @@ -31,7 +31,7 @@
89
90 SCIDEPS="
91 >=sci-libs/ccp4-libs-6.1
92 - >=sci-libs/clipper-20090520
93 + sci-libs/clipper
94 >=sci-libs/coot-data-2
95 >=sci-libs/gsl-1.3
96 >=sci-libs/mmdb-1.23
97
98
99
100 1.5 sci-chemistry/coot/coot-0.6.2-r1.ebuild
101
102 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/coot-0.6.2-r1.ebuild?rev=1.5&view=markup
103 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/coot-0.6.2-r1.ebuild?rev=1.5&content-type=text/plain
104 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/coot-0.6.2-r1.ebuild?r1=1.4&r2=1.5
105
106 Index: coot-0.6.2-r1.ebuild
107 ===================================================================
108 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.2-r1.ebuild,v
109 retrieving revision 1.4
110 retrieving revision 1.5
111 diff -u -r1.4 -r1.5
112 --- coot-0.6.2-r1.ebuild 7 Mar 2012 19:33:39 -0000 1.4
113 +++ coot-0.6.2-r1.ebuild 29 May 2013 06:17:40 -0000 1.5
114 @@ -1,6 +1,6 @@
115 -# Copyright 1999-2012 Gentoo Foundation
116 +# Copyright 1999-2013 Gentoo Foundation
117 # Distributed under the terms of the GNU General Public License v2
118 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.2-r1.ebuild,v 1.4 2012/03/07 19:33:39 jlec Exp $
119 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.2-r1.ebuild,v 1.5 2013/05/29 06:17:40 jlec Exp $
120
121 EAPI=3
122
123 @@ -31,7 +31,7 @@
124
125 SCIDEPS="
126 >=sci-libs/ccp4-libs-6.1
127 - >=sci-libs/clipper-20090520
128 + sci-libs/clipper
129 >=sci-libs/coot-data-2
130 >=sci-libs/gsl-1.3
131 >=sci-libs/mmdb-1.23
132
133
134
135 1.12 sci-chemistry/coot/coot-0.6.2.ebuild
136
137 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/coot-0.6.2.ebuild?rev=1.12&view=markup
138 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/coot-0.6.2.ebuild?rev=1.12&content-type=text/plain
139 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/coot-0.6.2.ebuild?r1=1.11&r2=1.12
140
141 Index: coot-0.6.2.ebuild
142 ===================================================================
143 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.2.ebuild,v
144 retrieving revision 1.11
145 retrieving revision 1.12
146 diff -u -r1.11 -r1.12
147 --- coot-0.6.2.ebuild 7 Mar 2012 19:33:39 -0000 1.11
148 +++ coot-0.6.2.ebuild 29 May 2013 06:17:40 -0000 1.12
149 @@ -1,6 +1,6 @@
150 -# Copyright 1999-2012 Gentoo Foundation
151 +# Copyright 1999-2013 Gentoo Foundation
152 # Distributed under the terms of the GNU General Public License v2
153 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.2.ebuild,v 1.11 2012/03/07 19:33:39 jlec Exp $
154 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.2.ebuild,v 1.12 2013/05/29 06:17:40 jlec Exp $
155
156 EAPI=3
157
158 @@ -27,7 +27,7 @@
159
160 SCIDEPS="
161 >=sci-libs/ccp4-libs-6.1
162 - >=sci-libs/clipper-20090520
163 + sci-libs/clipper
164 >=sci-libs/coot-data-2
165 >=sci-libs/gsl-1.3
166 >=sci-libs/mmdb-1.23