diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-01-11 10:48:37 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-01-11 10:48:37 +0000 |
commit | aa1c0a342d2f2f4e18112010f48a6d056f6c9d89 (patch) | |
tree | 53c857245e1a601b97b5b75cb36014d70d33b0d7 /sci-chemistry/xds-bin | |
parent | Version Bump (diff) | |
download | gentoo-2-aa1c0a342d2f2f4e18112010f48a6d056f6c9d89.tar.gz gentoo-2-aa1c0a342d2f2f4e18112010f48a6d056f6c9d89.tar.bz2 gentoo-2-aa1c0a342d2f2f4e18112010f48a6d056f6c9d89.zip |
Included docs again
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/xds-bin')
-rw-r--r-- | sci-chemistry/xds-bin/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/xds-bin/xds-bin-20110111.ebuild | 16 |
2 files changed, 11 insertions, 10 deletions
diff --git a/sci-chemistry/xds-bin/ChangeLog b/sci-chemistry/xds-bin/ChangeLog index 9fa3973ce939..970e4b0d5637 100644 --- a/sci-chemistry/xds-bin/ChangeLog +++ b/sci-chemistry/xds-bin/ChangeLog @@ -1,6 +1,9 @@ # 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.5 2011/01/11 10:45:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/ChangeLog,v 1.6 2011/01/11 10:48:37 jlec Exp $ + + 11 Jan 2011; Justin Lecher <jlec@gentoo.org> xds-bin-20110111.ebuild: + Included docs again *xds-bin-20110111 (11 Jan 2011) diff --git a/sci-chemistry/xds-bin/xds-bin-20110111.ebuild b/sci-chemistry/xds-bin/xds-bin-20110111.ebuild index 32cfbbae0431..5ceec4699015 100644 --- a/sci-chemistry/xds-bin/xds-bin-20110111.ebuild +++ b/sci-chemistry/xds-bin/xds-bin-20110111.ebuild @@ -1,6 +1,6 @@ # 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-20110111.ebuild,v 1.1 2011/01/11 10:45:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/xds-bin-20110111.ebuild,v 1.2 2011/01/11 10:48:37 jlec Exp $ EAPI="2" @@ -10,9 +10,8 @@ DESCRIPTION="X-ray Detector Software for processing single-crystal monochromatic 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 )" -# no docs this time -# ftp://ftp.mpimf-heidelberg.mpg.de/pub/kabsch/XDS_html_doc.tar.gz -> XDS_html_doc-${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" @@ -26,7 +25,7 @@ QA_EXECSTACK="*" src_unpack() { unpack ${A} - mv XDS* "${S}" + mv XDS-* "${S}" } src_install() { @@ -41,10 +40,9 @@ src_install() { else rm "${D}"/opt/${PN}/*par fi -# see ^^ -# dohtml -r "${WORKDIR}"/XDS_html_doc/* || die -# insinto /usr/share/${PN}/INPUT_templates -# doins "${WORKDIR}"/XDS_html_doc/html_doc/INPUT_templates/* || die + 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}/" |