From f48cdfcceac4b9ee7f19f4f5a662ea26628494a8 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sun, 6 Jul 2014 08:24:55 +0000 Subject: sci-chemistry/xds-bin: Version Bump, #516390 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!) --- sci-chemistry/xds-bin/ChangeLog | 10 ++++- sci-chemistry/xds-bin/xds-bin-20131111.ebuild | 53 --------------------------- sci-chemistry/xds-bin/xds-bin-20140110.ebuild | 53 +++++++++++++++++++++++++++ 3 files changed, 61 insertions(+), 55 deletions(-) delete mode 100644 sci-chemistry/xds-bin/xds-bin-20131111.ebuild create mode 100644 sci-chemistry/xds-bin/xds-bin-20140110.ebuild (limited to 'sci-chemistry/xds-bin') diff --git a/sci-chemistry/xds-bin/ChangeLog b/sci-chemistry/xds-bin/ChangeLog index 73e3c2de12f5..09776f5bbe28 100644 --- a/sci-chemistry/xds-bin/ChangeLog +++ b/sci-chemistry/xds-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-chemistry/xds-bin -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/ChangeLog,v 1.13 2013/11/28 11:48:36 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/ChangeLog,v 1.14 2014/07/06 08:24:55 jlec Exp $ + +*xds-bin-20140110 (06 Jul 2014) + + 06 Jul 2014; Justin Lecher -xds-bin-20131111.ebuild, + +xds-bin-20140110.ebuild: + Version Bump, #516390 *xds-bin-20131111 (28 Nov 2013) diff --git a/sci-chemistry/xds-bin/xds-bin-20131111.ebuild b/sci-chemistry/xds-bin/xds-bin-20131111.ebuild deleted file mode 100644 index 7385f44c19ad..000000000000 --- a/sci-chemistry/xds-bin/xds-bin-20131111.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/xds-bin-20131111.ebuild,v 1.1 2013/11/28 11:48:36 jlec Exp $ - -EAPI=5 - -inherit eutils - -DESCRIPTION="X-ray Detector Software for processing single-crystal monochromatic diffraction data" -HOMEPAGE="http://xds.mpimf-heidelberg.mpg.de/" -SRC_URI=" - x86? ( ftp://ftp.mpimf-heidelberg.mpg.de/pub/kabsch/XDS-IA32_Linux_x86.tar.gz -> XDS-IA32_Linux_x86-${PV}.tar.gz ) - amd64? ( ftp://ftp.mpimf-heidelberg.mpg.de/pub/kabsch/XDS-INTEL64_Linux_x86_64.tar.gz -> XDS-INTEL64_Linux_x86_64-${PV}.tar.gz ) - ftp://ftp.mpimf-heidelberg.mpg.de/pub/kabsch/XDS_html_doc.tar.gz -> XDS_html_doc-${PV}.tar.gz" - -LICENSE="free-noncomm" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="smp X" - -RDEPEND="X? ( sci-visualization/xds-viewer )" -DEPEND="" - -QA_PREBUILT="opt/xds-bin/*" - -src_unpack() { - unpack ${A} - mv XDS-* "${S}" -} - -src_install() { - local suffix bin - exeinto /opt/${PN} - doexe * - - use smp && suffix="_par" - - for bin in xds mintegrate mcolspot xscale; do - dosym ../${PN}/${bin}${suffix} /opt/bin/${bin} - done - - for bin in 2cbf cellparm forkcolspot forkintegrate merge2cbf xdsconv; do - dosym ../${PN}/${bin} /opt/bin/${bin} - done - - dohtml -r "${WORKDIR}"/XDS_html_doc/* - insinto /usr/share/${PN}/INPUT_templates - doins "${WORKDIR}"/XDS_html_doc/html_doc/INPUT_templates/* -} - -pkg_postinst() { - elog "This package will expire on December 31, 2013" -} diff --git a/sci-chemistry/xds-bin/xds-bin-20140110.ebuild b/sci-chemistry/xds-bin/xds-bin-20140110.ebuild new file mode 100644 index 000000000000..5a37fe7b2658 --- /dev/null +++ b/sci-chemistry/xds-bin/xds-bin-20140110.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/xds-bin-20140110.ebuild,v 1.1 2014/07/06 08:24:55 jlec Exp $ + +EAPI=5 + +inherit eutils + +DESCRIPTION="X-ray Detector Software for processing single-crystal monochromatic diffraction data" +HOMEPAGE="http://xds.mpimf-heidelberg.mpg.de/" +SRC_URI=" + x86? ( ftp://ftp.mpimf-heidelberg.mpg.de/pub/kabsch/XDS-IA32_Linux_x86.tar.gz -> XDS-IA32_Linux_x86-${PV}.tar.gz ) + amd64? ( ftp://ftp.mpimf-heidelberg.mpg.de/pub/kabsch/XDS-INTEL64_Linux_x86_64.tar.gz -> XDS-INTEL64_Linux_x86_64-${PV}.tar.gz ) + ftp://ftp.mpimf-heidelberg.mpg.de/pub/kabsch/XDS_html_doc.tar.gz -> XDS_html_doc-${PV}.tar.gz" + +LICENSE="free-noncomm" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="smp X" + +RDEPEND="X? ( sci-visualization/xds-viewer )" +DEPEND="" + +QA_PREBUILT="opt/xds-bin/*" + +src_unpack() { + unpack ${A} + mv XDS-* "${S}" +} + +src_install() { + local suffix bin + exeinto /opt/${PN} + doexe * + + use smp && suffix="_par" + + for bin in xds mintegrate mcolspot xscale; do + dosym ../${PN}/${bin}${suffix} /opt/bin/${bin} + done + + for bin in 2cbf cellparm forkcolspot forkintegrate merge2cbf xdsconv; do + dosym ../${PN}/${bin} /opt/bin/${bin} + done + + dohtml -r "${WORKDIR}"/XDS_html_doc/* + insinto /usr/share/${PN}/INPUT_templates + doins "${WORKDIR}"/XDS_html_doc/html_doc/INPUT_templates/* +} + +pkg_postinst() { + elog "This package will expire on December 31, 2013" +} -- cgit v1.2.3-65-gdbad