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/makecif: makecif-5.6.6.ebuild metadata.xml ChangeLog makecif-5.6.6-r1.ebuild
Date: Wed, 29 Jun 2011 11:51:37
Message-Id: 20110629115115.AC66920054@flycatcher.gentoo.org
1 jlec 11/06/29 11:51:15
2
3 Modified: makecif-5.6.6.ebuild metadata.xml ChangeLog
4 Added: makecif-5.6.6-r1.ebuild
5 Log:
6 Fix blocking of refmac-5.6, EAPI bump
7
8 (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.10 sci-chemistry/makecif/makecif-5.6.6.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/makecif/makecif-5.6.6.ebuild?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/makecif/makecif-5.6.6.ebuild?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/makecif/makecif-5.6.6.ebuild?r1=1.9&r2=1.10
16
17 Index: makecif-5.6.6.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/makecif/makecif-5.6.6.ebuild,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- makecif-5.6.6.ebuild 21 Jun 2011 16:03:09 -0000 1.9
24 +++ makecif-5.6.6.ebuild 29 Jun 2011 11:51:15 -0000 1.10
25 @@ -1,8 +1,8 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/makecif/makecif-5.6.6.ebuild,v 1.9 2011/06/21 16:03:09 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/makecif/makecif-5.6.6.ebuild,v 1.10 2011/06/29 11:51:15 jlec Exp $
30
31 -EAPI="3"
32 +EAPI=3
33
34 inherit eutils fortran-2 toolchain-funcs
35
36 @@ -18,11 +18,10 @@
37 S="${WORKDIR}"/${PN}
38
39 DEPEND="
40 - virtual/fortran
41 - "
42 -RDEPEND="
43 - sci-libs/monomer-db
44 - !<sci-chemistry/refmac-5.5.0110-r1"
45 + !>=sci-chemistry/refmac-5.6
46 + virtual/fortran"
47 +RDEPEND="${DEPEND}
48 + sci-libs/monomer-db"
49
50 src_prepare() {
51 epatch "${FILESDIR}"/${PV}-makefile.patch
52
53
54
55 1.3 sci-chemistry/makecif/metadata.xml
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/makecif/metadata.xml?rev=1.3&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/makecif/metadata.xml?rev=1.3&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/makecif/metadata.xml?r1=1.2&r2=1.3
60
61 Index: metadata.xml
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/makecif/metadata.xml,v
64 retrieving revision 1.2
65 retrieving revision 1.3
66 diff -u -r1.2 -r1.3
67 --- metadata.xml 13 Jul 2010 15:34:17 -0000 1.2
68 +++ metadata.xml 29 Jun 2011 11:51:15 -0000 1.3
69 @@ -1,12 +1,12 @@
70 <?xml version="1.0" encoding="UTF-8"?>
71 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
72 <pkgmetadata>
73 -<herd>sci-chemistry</herd>
74 -<maintainer>
75 - <email>jlec@g.o</email>
76 -</maintainer>
77 -<longdescription>
78 -PDB --> CIF convertor
79 + <herd>sci-chemistry</herd>
80 + <maintainer>
81 + <email>jlec@g.o</email>
82 + </maintainer>
83 + <longdescription>
84 +PDB - CIF convertor
85 check and create correct structure description
86 create the list of restraints
87 create dictionary description of new ligands
88
89
90
91 1.10 sci-chemistry/makecif/ChangeLog
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/makecif/ChangeLog?rev=1.10&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/makecif/ChangeLog?rev=1.10&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/makecif/ChangeLog?r1=1.9&r2=1.10
96
97 Index: ChangeLog
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/makecif/ChangeLog,v
100 retrieving revision 1.9
101 retrieving revision 1.10
102 diff -u -r1.9 -r1.10
103 --- ChangeLog 21 Jun 2011 16:03:09 -0000 1.9
104 +++ ChangeLog 29 Jun 2011 11:51:15 -0000 1.10
105 @@ -1,6 +1,12 @@
106 # ChangeLog for sci-chemistry/makecif
107 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
108 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/makecif/ChangeLog,v 1.9 2011/06/21 16:03:09 jlec Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/makecif/ChangeLog,v 1.10 2011/06/29 11:51:15 jlec Exp $
110 +
111 +*makecif-5.6.6-r1 (29 Jun 2011)
112 +
113 + 29 Jun 2011; Justin Lecher <jlec@g.o> makecif-5.6.6.ebuild,
114 + +makecif-5.6.6-r1.ebuild, metadata.xml:
115 + Fix blocking of refmac-5.6, EAPI bump
116
117 21 Jun 2011; Justin Lecher <jlec@g.o> makecif-5.6.6.ebuild:
118 Add dependency on virtual/fortran
119
120
121
122 1.1 sci-chemistry/makecif/makecif-5.6.6-r1.ebuild
123
124 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/makecif/makecif-5.6.6-r1.ebuild?rev=1.1&view=markup
125 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/makecif/makecif-5.6.6-r1.ebuild?rev=1.1&content-type=text/plain
126
127 Index: makecif-5.6.6-r1.ebuild
128 ===================================================================
129 # Copyright 1999-2011 Gentoo Foundation
130 # Distributed under the terms of the GNU General Public License v2
131 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/makecif/makecif-5.6.6-r1.ebuild,v 1.1 2011/06/29 11:51:15 jlec Exp $
132
133 EAPI=4
134
135 inherit eutils fortran-2 toolchain-funcs
136
137 DESCRIPTION="PDB --> CIF convertor"
138 HOMEPAGE="http://www.ysbl.york.ac.uk/~alexei/makecif.html"
139 SRC_URI="mirror://gentoo/${P}.tar.gz"
140
141 SLOT="0"
142 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
143 LICENSE="ccp4"
144 IUSE=""
145
146 S="${WORKDIR}"/${PN}
147
148 DEPEND="
149 !>=sci-chemistry/refmac-5.6
150 virtual/fortran"
151 RDEPEND="${DEPEND}
152 sci-libs/monomer-db"
153
154 src_prepare() {
155 epatch "${FILESDIR}"/${PV}-makefile.patch
156 }
157
158 src_compile() {
159 emake -C src clean
160 emake \
161 -C src \
162 BLANC_FORT="$(tc-getFC) ${FFLAGS}" \
163 LDFLAGS="${LDFLAGS}"
164 }
165
166 src_install() {
167 dobin bin/*
168 dodoc readme
169 }