From 41cc209be46e2b81e77da2bf8de56a92ac380377 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 15 Jun 2010 14:12:09 +0000 Subject: Adopt to new installation schema Package-Manager: portage-2.2_rc67/cvs/Linux x86_64 --- sci-chemistry/molrep/molrep-11.0.00.ebuild | 6 ++++-- sci-chemistry/mosflm/mosflm-7.0.6-r1.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/sci-chemistry/molrep/molrep-11.0.00.ebuild b/sci-chemistry/molrep/molrep-11.0.00.ebuild index 8e0295c756b1..843fca188602 100644 --- a/sci-chemistry/molrep/molrep-11.0.00.ebuild +++ b/sci-chemistry/molrep/molrep-11.0.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molrep/molrep-11.0.00.ebuild,v 1.1 2010/06/15 10:51:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molrep/molrep-11.0.00.ebuild,v 1.2 2010/06/15 14:11:24 jlec Exp $ EAPI="3" @@ -49,6 +49,8 @@ src_test() { } src_install() { - dobin bin/${PN} || die + exeinto /usr/libexec/ccp4/bin/ + doexe bin/${PN} || die + dosym ../libexec/ccp4/bin/${PN} /usr/bin/${PN} dodoc readme doc/${PN}.rtf || die } diff --git a/sci-chemistry/mosflm/mosflm-7.0.6-r1.ebuild b/sci-chemistry/mosflm/mosflm-7.0.6-r1.ebuild index 93bf26151d72..7a694d4f376a 100644 --- a/sci-chemistry/mosflm/mosflm-7.0.6-r1.ebuild +++ b/sci-chemistry/mosflm/mosflm-7.0.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mosflm/mosflm-7.0.6-r1.ebuild,v 1.2 2010/06/15 14:09:13 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mosflm/mosflm-7.0.6-r1.ebuild,v 1.3 2010/06/15 14:12:09 jlec Exp $ EAPI="3" @@ -65,6 +65,6 @@ src_compile() { src_install() { exeinto /usr/libexec/ccp4/bin/ - doexe ${PN} || die - dosym ../libexec/ccp4/bin/${PN} /usr/bin/${PN} + doexe bin/ipmosflm || die + dosym ../libexec/ccp4/bin/ip${PN} /usr/bin/ip${PN} } -- cgit v1.2.3-65-gdbad