jlec 15/03/02 07:27:37 Modified: ChangeLog Added: xds-bin-20141119.ebuild Removed: xds-bin-20141018.ebuild Log: Version Bump, #516390 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.16 sci-chemistry/xds-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xds-bin/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xds-bin/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xds-bin/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 14 Jan 2015 10:21:12 -0000 1.15 +++ ChangeLog 2 Mar 2015 07:27:37 -0000 1.16 @@ -1,6 +1,12 @@ # ChangeLog for sci-chemistry/xds-bin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/ChangeLog,v 1.15 2015/01/14 10:21:12 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/ChangeLog,v 1.16 2015/03/02 07:27:37 jlec Exp $ + +*xds-bin-20141119 (02 Mar 2015) + + 02 Mar 2015; Justin Lecher <[email protected]> +xds-bin-20141119.ebuild, + -xds-bin-20141018.ebuild: + Version Bump, #516390 *xds-bin-20141018 (14 Jan 2015) @@ -85,4 +91,3 @@ +xds-bin-20080602.ebuild: (#209120) New package: X-ray Detector Software for processing single-crystal monochromatic diffraction data. - 1.1 sci-chemistry/xds-bin/xds-bin-20141119.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xds-bin/xds-bin-20141119.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xds-bin/xds-bin-20141119.ebuild?rev=1.1&content-type=text/plain Index: xds-bin-20141119.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/xds-bin-20141119.ebuild,v 1.1 2015/03/02 07:27:37 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, 2015" }
