jlec 14/11/21 08:56:20 Modified: ChangeLog pdb2pqr-1.9.0-r1.ebuild Log: sci-chemistry/pdb2pqr: Avoid double prefix (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.45 sci-chemistry/pdb2pqr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 29 Oct 2014 02:42:21 -0000 1.44 +++ ChangeLog 21 Nov 2014 08:56:20 -0000 1.45 @@ -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 <[email protected]> pdb2pqr-1.9.0-r1.ebuild: + Avoid double prefix 29 Oct 2014; Patrick Lauer <[email protected]> pdb2pqr-1.9.0-r1.ebuild, pdb2pqr-1.9.0.ebuild: 1.3 sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild?r1=1.2&r2=1.3 Index: pdb2pqr-1.9.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pdb2pqr-1.9.0-r1.ebuild 29 Oct 2014 02:42:21 -0000 1.2 +++ pdb2pqr-1.9.0-r1.ebuild 21 Nov 2014 08:56:20 -0000 1.3 @@ -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 @@ 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 @@ 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}
