public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/xds-bin: ChangeLog xds-bin-20110610.ebuild xds-bin-20110111.ebuild
@ 2011-06-10 13:29 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2011-06-10 13:29 UTC (permalink / raw
  To: gentoo-commits

jlec        11/06/10 13:29:34

  Modified:             ChangeLog
  Added:                xds-bin-20110610.ebuild
  Removed:              xds-bin-20110111.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.0_alpha38/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sci-chemistry/xds-bin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xds-bin/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xds-bin/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xds-bin/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	11 Jan 2011 10:48:37 -0000	1.6
+++ ChangeLog	10 Jun 2011 13:29:34 -0000	1.7
@@ -1,6 +1,12 @@
 # ChangeLog for sci-chemistry/xds-bin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/ChangeLog,v 1.6 2011/01/11 10:48:37 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/ChangeLog,v 1.7 2011/06/10 13:29:34 jlec Exp $
+
+*xds-bin-20110610 (10 Jun 2011)
+
+  10 Jun 2011; Justin Lecher <jlec@gentoo.org> -xds-bin-20110111.ebuild,
+  +xds-bin-20110610.ebuild:
+  Version Bump
 
   11 Jan 2011; Justin Lecher <jlec@gentoo.org> xds-bin-20110111.ebuild:
   Included docs again



1.1                  sci-chemistry/xds-bin/xds-bin-20110610.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xds-bin/xds-bin-20110610.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xds-bin/xds-bin-20110610.ebuild?rev=1.1&content-type=text/plain

Index: xds-bin-20110610.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/xds-bin-20110610.ebuild,v 1.1 2011/06/10 13:29:34 jlec Exp $

EAPI="2"

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_EXECSTACK="*"

src_unpack() {
	unpack ${A}
	mv XDS-* "${S}"
}

src_install() {
	exeinto /opt/${PN}
	doexe * || die
	if use smp; then
		rm "${D}"/opt/${PN}/{xds,mintegrate,mcolspot,xscale}
		dosym xds_par /opt/${PN}/xds || die
		dosym xscale_par /opt/${PN}/xscale || die
		dosym mintegrate_par /opt/${PN}/mintegrate || die
		dosym mcolspot_par /opt/${PN}/mcolspot || die
	else
		rm "${D}"/opt/${PN}/*par
	fi
	dohtml -r "${WORKDIR}"/XDS_html_doc/* || die
	insinto /usr/share/${PN}/INPUT_templates
	doins "${WORKDIR}"/XDS_html_doc/html_doc/INPUT_templates/* || die

	cat >> "${T}"/20xds <<- EOF
	PATH="/opt/${PN}/"
	EOF
	doenvd "${T}"/20xds || die
}

pkg_postinst() {
	elog "This package will expire on December 31, 2011"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-10 13:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-10 13:29 [gentoo-commits] gentoo-x86 commit in sci-chemistry/xds-bin: ChangeLog xds-bin-20110610.ebuild xds-bin-20110111.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox