Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/xds-bin: metadata.xml Manifest xds-bin-20080602.ebuild ChangeLog
Date: Sun, 03 Aug 2008 22:29:56
Message-Id: E1KPm5J-0006q6-Mi@stork.gentoo.org
1 dberkholz 08/08/03 22:29:53
2
3 Added: metadata.xml Manifest xds-bin-20080602.ebuild
4 ChangeLog
5 Log:
6 (#209120) New package: X-ray Detector Software for processing single-crystal monochromatic diffraction data.
7 (Portage version: 2.2_rc5/cvs/Linux 2.6.26 x86_64)
8
9 Revision Changes Path
10 1.1 sci-chemistry/xds-bin/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/xds-bin/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/xds-bin/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>sci-chemistry</herd>
21 <use>
22 <flag name='smp'>Enable support for multiprocessors</flag>
23 </use>
24 </pkgmetadata>
25
26
27
28 1.1 sci-chemistry/xds-bin/Manifest
29
30 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/xds-bin/Manifest?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/xds-bin/Manifest?rev=1.1&content-type=text/plain
32
33 Index: Manifest
34 ===================================================================
35 DIST XDS-linux_ifc_Intel+AMD-20080602.tar.gz 7098248 RMD160 cec4cc5c9c2f590851465639c3a64ed963fd0e1e SHA1 c364a6fc487bcfdc5f2e6c7b94a52f33c415939d SHA256 eb8141118a599d3a2fd91e5263d7c97754c38dfa0b374b3fdbf6830ac379095c
36 DIST XDS_html_doc-20080602.tar.gz 91958 RMD160 ddb5244edaa3629dcf96f8482a9371e9e1d8bfde SHA1 a3e5413f38eeadff94607318953ff538156027f6 SHA256 3ab3a3807c43d4428c2f66709343a9ffed300c99eba2fe04abeb77626b953050
37 EBUILD xds-bin-20080602.ebuild 1349 RMD160 bcd7d7429fd377b4990197c153a51750881906be SHA1 e37b6dfc454812350be88a29f86c35bbe518327f SHA256 b2e36cab7e5bbf4c8d27ea304271248820c48b1ee36c23807fc0232edc298c12
38 MISC ChangeLog 367 RMD160 e7f08cbfeb05d0cf2f6df7819dd301257f7c5e00 SHA1 24d723930148e2921f25167e39c14979f9499b21 SHA256 19d8874422c81b293b9c8256c8c46578ea9d26abcc11431864544235b2b30fc5
39 MISC metadata.xml 239 RMD160 2a60e3694af4de37d5236ac52c77bafcec14ad4c SHA1 929c3b49b32825cfb22dba0cc1acdb734ee1f6d8 SHA256 2265652a2d6bf80e23a25abb1ccee4be3277ced1c11b9b02cdf26e898448c432
40
41
42
43 1.1 sci-chemistry/xds-bin/xds-bin-20080602.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/xds-bin/xds-bin-20080602.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/xds-bin/xds-bin-20080602.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xds-bin-20080602.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/xds-bin-20080602.ebuild,v 1.1 2008/08/03 22:29:53 dberkholz Exp $
53
54 inherit eutils
55
56 DESCRIPTION="X-ray Detector Software for processing single-crystal monochromatic diffraction data."
57 SRC_URI="XDS-linux_ifc_Intel+AMD-${PV}.tar.gz
58 XDS_html_doc-${PV}.tar.gz"
59 HOMEPAGE="http://www.mpimf-heidelberg.mpg.de/~kabsch/xds/"
60 RESTRICT="fetch"
61 LICENSE="free-noncomm"
62 SLOT="0"
63 KEYWORDS="-* ~amd64 ~x86"
64 IUSE="smp X"
65 RDEPEND="X? (
66 x11-libs/libXdmcp
67 x11-libs/libXau
68 x11-libs/libX11
69 )"
70 DEPEND=""
71
72 pkg_nofetch(){
73 ewarn "Fetch XDS-linux_ifc_Intel+AMD.tar.gz and XDS_html_doc.tar.gz"
74 ewarn "from ${HOMEPAGE}html_doc/downloading.html"
75 ewarn "rename it to $A and"
76 ewarn "place it in $DISTDIR"
77 }
78
79 src_install() {
80 exeinto /opt/${PN}
81 doexe XDS-linux_ifc_Intel+AMD/*
82 if use smp; then
83 rm "${D}"/opt/${PN}/{xds,mintegrate,mcolspot,xscale}
84 dosym xds_par /opt/${PN}/xds
85 dosym xscale_par /opt/${PN}/xscale
86 dosym mintegrate_par /opt/${PN}/mintegrate
87 dosym mcolspot_par /opt/${PN}/mcolspot
88 else
89 rm "${D}"/opt/${PN}/*par
90 fi
91 if ! use X; then
92 rm "${D}"/opt/${PN}/VIEW
93 fi
94 dohtml -r XDS_html_doc/*
95 dodoc XDS_html_doc/html_doc/INPUT_templates/*
96
97 cat >> "${T}"/20xds <<- EOF
98 PATH="/opt/${PN}/"
99 EOF
100 doenvd "${T}"/20xds
101 }
102
103 pkg_postinst(){
104 elog "This package will expire on December 31, 2008"
105 }
106
107
108
109 1.1 sci-chemistry/xds-bin/ChangeLog
110
111 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/xds-bin/ChangeLog?rev=1.1&view=markup
112 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/xds-bin/ChangeLog?rev=1.1&content-type=text/plain
113
114 Index: ChangeLog
115 ===================================================================
116 # ChangeLog for sci-chemistry/xds-bin
117 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
118 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/ChangeLog,v 1.1 2008/08/03 22:29:53 dberkholz Exp $
119
120 *xds-bin-20080602 (03 Aug 2008)
121
122 03 Aug 2008; Donnie Berkholz <dberkholz@g.o>; +metadata.xml,
123 +xds-bin-20080602.ebuild:
124 (#209120) New package: X-ray Detector Software for processing
125 single-crystal monochromatic diffraction data.