diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-11-21 08:56:20 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-11-21 08:56:20 +0000 |
commit | db49b66bc5ba8271abb8fcaa8d877af784cc3275 (patch) | |
tree | c3283e8e29a1220b7e557168511dab1034b31302 /sci-chemistry | |
parent | QA commit: transfer stable keywords from old revision and drop that revision (diff) | |
download | gentoo-2-db49b66bc5ba8271abb8fcaa8d877af784cc3275.tar.gz gentoo-2-db49b66bc5ba8271abb8fcaa8d877af784cc3275.tar.bz2 gentoo-2-db49b66bc5ba8271abb8fcaa8d877af784cc3275.zip |
sci-chemistry/pdb2pqr: Avoid double prefix
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/pdb2pqr/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-chemistry/pdb2pqr/ChangeLog b/sci-chemistry/pdb2pqr/ChangeLog index 4b9d978750f5..3bdfbf19b402 100644 --- a/sci-chemistry/pdb2pqr/ChangeLog +++ b/sci-chemistry/pdb2pqr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/pdb2pqr # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.44 2014/10/29 02:42:21 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.45 2014/11/21 08:56:20 jlec Exp $ + + 21 Nov 2014; Justin Lecher <jlec@gentoo.org> pdb2pqr-1.9.0-r1.ebuild: + Avoid double prefix 29 Oct 2014; Patrick Lauer <patrick@gentoo.org> pdb2pqr-1.9.0-r1.ebuild, pdb2pqr-1.9.0.ebuild: diff --git a/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild b/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild index 4d84331b8e05..7184ae232fd5 100644 --- a/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild +++ b/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild,v 1.2 2014/10/29 02:42:21 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild,v 1.3 2014/11/21 08:56:20 jlec Exp $ EAPI=5 @@ -62,7 +62,7 @@ src_configure() { cd "${BUILD_DIR}" || die cat > build_config.py <<- EOF - PREFIX="${ED}/$(python_get_sitedir)/${PN}" + PREFIX="${D}/$(python_get_sitedir)/${PN}" #URL="http://<COMPUTER NAME>/pdb2pqr/" APBS="${EPREFIX}/usr/bin/apbs" #OPAL="http://nbcr-222.ucsd.edu/opal2/services/pdb2pqr_1.8" @@ -104,7 +104,7 @@ src_install() { escons install - find "${ED}"$(python_get_sitedir)/${PN}/{jmol,examples,doc,contrib} -delete || die + find "${D}$(python_get_sitedir)"/${PN}/{jmol,examples,doc,contrib} -delete || die python_doscript "${FILESDIR}"/{${PN},pdb2pka} |