From c6fb4562716b5786f52d051c897c88c550f04af3 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 13 May 2010 10:06:31 +0000 Subject: Fix for new CBIN location (Portage version: 2.2_rc67/cvs/Linux x86_64) --- sci-chemistry/refmac/ChangeLog | 4 ++-- sci-chemistry/refmac/refmac-5.5.0110.ebuild | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sci-chemistry/refmac/ChangeLog b/sci-chemistry/refmac/ChangeLog index 30c1710d47e7..6dcfcb34a444 100644 --- a/sci-chemistry/refmac/ChangeLog +++ b/sci-chemistry/refmac/ChangeLog @@ -1,12 +1,12 @@ # ChangeLog for sci-chemistry/refmac # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v 1.4 2010/05/13 09:59:22 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v 1.5 2010/05/13 10:06:31 jlec Exp $ *refmac-5.5.0110 (13 May 2010) 13 May 2010; Justin Lecher +files/5.5.0110-allow-dynamic-linking.patch, +refmac-5.5.0110.ebuild: - Version Bump + Version Bump, New CBIN location 28 Mar 2010; Justin Lecher refmac-5.5.0109.ebuild: Keyworded for ~x86-linux ~amd64-linux diff --git a/sci-chemistry/refmac/refmac-5.5.0110.ebuild b/sci-chemistry/refmac/refmac-5.5.0110.ebuild index 0fbf693c30d6..9f627644cfc4 100644 --- a/sci-chemistry/refmac/refmac-5.5.0110.ebuild +++ b/sci-chemistry/refmac/refmac-5.5.0110.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/refmac/refmac-5.5.0110.ebuild,v 1.1 2010/05/13 09:59:22 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110.ebuild,v 1.2 2010/05/13 10:06:31 jlec Exp $ EAPI="2" @@ -60,7 +60,9 @@ src_test() { src_install() { for i in refmac libcheck makecif; do - dobin ${i} || die + exeinto /usr/libexec/ccp4/bin/ + doexe ${i} || die + dosym ../libexec/ccp4/bin/${i} /usr/bin/${i} done dosym refmac /usr/bin/refmac5 || die dodoc refmac_keywords.pdf bugs_and_features.pdf || die -- cgit v1.2.3-65-gdbad