summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2008-08-03 22:29:53 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2008-08-03 22:29:53 +0000
commit9b43a11bda6fda27427b478152ccb03332ec424d (patch)
tree69e067917e29a9ece2b11584e0a78ff4763d1c58 /sci-chemistry
parentStable on arches where we have stable providers available. (diff)
downloadgentoo-2-9b43a11bda6fda27427b478152ccb03332ec424d.tar.gz
gentoo-2-9b43a11bda6fda27427b478152ccb03332ec424d.tar.bz2
gentoo-2-9b43a11bda6fda27427b478152ccb03332ec424d.zip
(#209120) New package: X-ray Detector Software for processing single-crystal monochromatic diffraction data.
(Portage version: 2.2_rc5/cvs/Linux 2.6.26 x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/xds-bin/ChangeLog11
-rw-r--r--sci-chemistry/xds-bin/Manifest5
-rw-r--r--sci-chemistry/xds-bin/metadata.xml8
-rw-r--r--sci-chemistry/xds-bin/xds-bin-20080602.ebuild56
4 files changed, 80 insertions, 0 deletions
diff --git a/sci-chemistry/xds-bin/ChangeLog b/sci-chemistry/xds-bin/ChangeLog
new file mode 100644
index 000000000000..8087197018aa
--- /dev/null
+++ b/sci-chemistry/xds-bin/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for sci-chemistry/xds-bin
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/ChangeLog,v 1.1 2008/08/03 22:29:53 dberkholz Exp $
+
+*xds-bin-20080602 (03 Aug 2008)
+
+ 03 Aug 2008; Donnie Berkholz <dberkholz@gentoo.org>; +metadata.xml,
+ +xds-bin-20080602.ebuild:
+ (#209120) New package: X-ray Detector Software for processing
+ single-crystal monochromatic diffraction data.
+
diff --git a/sci-chemistry/xds-bin/Manifest b/sci-chemistry/xds-bin/Manifest
new file mode 100644
index 000000000000..bb7c888b2d3f
--- /dev/null
+++ b/sci-chemistry/xds-bin/Manifest
@@ -0,0 +1,5 @@
+DIST XDS-linux_ifc_Intel+AMD-20080602.tar.gz 7098248 RMD160 cec4cc5c9c2f590851465639c3a64ed963fd0e1e SHA1 c364a6fc487bcfdc5f2e6c7b94a52f33c415939d SHA256 eb8141118a599d3a2fd91e5263d7c97754c38dfa0b374b3fdbf6830ac379095c
+DIST XDS_html_doc-20080602.tar.gz 91958 RMD160 ddb5244edaa3629dcf96f8482a9371e9e1d8bfde SHA1 a3e5413f38eeadff94607318953ff538156027f6 SHA256 3ab3a3807c43d4428c2f66709343a9ffed300c99eba2fe04abeb77626b953050
+EBUILD xds-bin-20080602.ebuild 1349 RMD160 bcd7d7429fd377b4990197c153a51750881906be SHA1 e37b6dfc454812350be88a29f86c35bbe518327f SHA256 b2e36cab7e5bbf4c8d27ea304271248820c48b1ee36c23807fc0232edc298c12
+MISC ChangeLog 367 RMD160 e7f08cbfeb05d0cf2f6df7819dd301257f7c5e00 SHA1 24d723930148e2921f25167e39c14979f9499b21 SHA256 19d8874422c81b293b9c8256c8c46578ea9d26abcc11431864544235b2b30fc5
+MISC metadata.xml 239 RMD160 2a60e3694af4de37d5236ac52c77bafcec14ad4c SHA1 929c3b49b32825cfb22dba0cc1acdb734ee1f6d8 SHA256 2265652a2d6bf80e23a25abb1ccee4be3277ced1c11b9b02cdf26e898448c432
diff --git a/sci-chemistry/xds-bin/metadata.xml b/sci-chemistry/xds-bin/metadata.xml
new file mode 100644
index 000000000000..d96a8ac216d1
--- /dev/null
+++ b/sci-chemistry/xds-bin/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci-chemistry</herd>
+<use>
+ <flag name='smp'>Enable support for multiprocessors</flag>
+</use>
+</pkgmetadata>
diff --git a/sci-chemistry/xds-bin/xds-bin-20080602.ebuild b/sci-chemistry/xds-bin/xds-bin-20080602.ebuild
new file mode 100644
index 000000000000..148a009974e5
--- /dev/null
+++ b/sci-chemistry/xds-bin/xds-bin-20080602.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/xds-bin-20080602.ebuild,v 1.1 2008/08/03 22:29:53 dberkholz Exp $
+
+inherit eutils
+
+DESCRIPTION="X-ray Detector Software for processing single-crystal monochromatic diffraction data."
+SRC_URI="XDS-linux_ifc_Intel+AMD-${PV}.tar.gz
+ XDS_html_doc-${PV}.tar.gz"
+HOMEPAGE="http://www.mpimf-heidelberg.mpg.de/~kabsch/xds/"
+RESTRICT="fetch"
+LICENSE="free-noncomm"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="smp X"
+RDEPEND="X? (
+ x11-libs/libXdmcp
+ x11-libs/libXau
+ x11-libs/libX11
+ )"
+DEPEND=""
+
+pkg_nofetch(){
+ ewarn "Fetch XDS-linux_ifc_Intel+AMD.tar.gz and XDS_html_doc.tar.gz"
+ ewarn "from ${HOMEPAGE}html_doc/downloading.html"
+ ewarn "rename it to $A and"
+ ewarn "place it in $DISTDIR"
+}
+
+src_install() {
+ exeinto /opt/${PN}
+ doexe XDS-linux_ifc_Intel+AMD/*
+ if use smp; then
+ rm "${D}"/opt/${PN}/{xds,mintegrate,mcolspot,xscale}
+ dosym xds_par /opt/${PN}/xds
+ dosym xscale_par /opt/${PN}/xscale
+ dosym mintegrate_par /opt/${PN}/mintegrate
+ dosym mcolspot_par /opt/${PN}/mcolspot
+ else
+ rm "${D}"/opt/${PN}/*par
+ fi
+ if ! use X; then
+ rm "${D}"/opt/${PN}/VIEW
+ fi
+ dohtml -r XDS_html_doc/*
+ dodoc XDS_html_doc/html_doc/INPUT_templates/*
+
+ cat >> "${T}"/20xds <<- EOF
+ PATH="/opt/${PN}/"
+ EOF
+ doenvd "${T}"/20xds
+}
+
+pkg_postinst(){
+ elog "This package will expire on December 31, 2008"
+}