From 7d62034735e700ca67e977470d79f5571b15b221 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 26 Oct 2015 08:29:56 +0100 Subject: Drop "CCP4: Software for Macromolecular Crystallography" obsoletes: Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=160190 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=324059 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=332485 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=367771 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=367773 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=383227 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=448756 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=460502 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=460504 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=466936 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=467040 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=467048 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=476580 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478580 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478586 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478588 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478594 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478604 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=521646 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=528512 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=530878 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=540760 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=555614 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=556498 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=557038 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561196 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=562780 Signed-off-by: Justin Lecher --- sci-chemistry/xia2/xia2-0.3.4.0.ebuild | 70 ---------------------------------- 1 file changed, 70 deletions(-) delete mode 100644 sci-chemistry/xia2/xia2-0.3.4.0.ebuild (limited to 'sci-chemistry/xia2/xia2-0.3.4.0.ebuild') diff --git a/sci-chemistry/xia2/xia2-0.3.4.0.ebuild b/sci-chemistry/xia2/xia2-0.3.4.0.ebuild deleted file mode 100644 index 1d27abd355dc..000000000000 --- a/sci-chemistry/xia2/xia2-0.3.4.0.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -PYTHON_DEPEND="2" - -inherit eutils python - -DESCRIPTION="An automated data reduction system for crystallography" -HOMEPAGE="http://www.ccp4.ac.uk/xia/" -SRC_URI="http://www.ccp4.ac.uk/${PN}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - >=sci-chemistry/ccp4-apps-6.1.2 - sci-chemistry/mosflm - sci-chemistry/pointless - >=sci-libs/ccp4-libs-6.1.2 - sci-libs/cctbx" -DEPEND="${RDEPEND}" - -pkg_setup() { - python_set_active_version 2 -} - -src_prepare() { - find . -name '*.bat' -delete || die - - epatch "${FILESDIR}"/${PV}-fix-syntax.patch - python_convert_shebangs -r $(python_get_version) . -} - -src_install() { - rm -rf ${P}/binaries ${PN}core-${PV}/Test || die - - insinto /usr/share/ccp4/XIAROOT/ - doins -r * || die - - # Set programs executable -# fperms cannot handle wildcards - chmod 755 "${ED}"/usr/share/ccp4/XIAROOT/${P}/Applications/* || die - chmod 644 "${ED}"/usr/share/ccp4/XIAROOT/${P}/Applications/*.py || die - - cat >> "${T}"/23XIA <<- EOF - XIA2_HOME="${EPREFIX}/usr/share/ccp4/XIAROOT" - XIA2CORE_ROOT="${EPREFIX}/usr/share/ccp4/XIAROOT/xia2core-${PV}" - XIA2_ROOT="${EPREFIX}/usr/share/ccp4/XIAROOT/xia2-${PV}" - PATH="${EPREFIX}/usr/share/ccp4/XIAROOT/xia2-${PV}/Applications" - EOF - - doenvd "${T}"/23XIA -} - -pkg_postinst() { - python_mod_optimize /usr/share/ccp4/XIAROOT - echo "" - elog "In order to use the package, you need to" - elog "\t source ${EPREFIX}/etc/profile" - echo "" -} - -pkg_postrm() { - python_mod_cleanup /usr/share/ccp4/XIAROOT -} -- cgit v1.2.3-65-gdbad