summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-03-19 09:07:34 +0000
committerJustin Lecher <jlec@gentoo.org>2013-03-19 09:07:34 +0000
commit721632c6bf69f70ad6748d30504246584e59b556 (patch)
treec332d179b0c95c0357735efc84d131a547a4d7f9 /sci-chemistry
parentVersion bump, drop buggy release (diff)
downloadgentoo-2-721632c6bf69f70ad6748d30504246584e59b556.tar.gz
gentoo-2-721632c6bf69f70ad6748d30504246584e59b556.tar.bz2
gentoo-2-721632c6bf69f70ad6748d30504246584e59b556.zip
sci-chemistry/pymol: Prefix love
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/pymol/ChangeLog5
-rw-r--r--sci-chemistry/pymol/pymol-1.5.0.3-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/pymol/ChangeLog b/sci-chemistry/pymol/ChangeLog
index 0a8be6df600d..3ecf5dbf0e9a 100644
--- a/sci-chemistry/pymol/ChangeLog
+++ b/sci-chemistry/pymol/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/pymol
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/ChangeLog,v 1.98 2013/01/30 08:51:20 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/ChangeLog,v 1.99 2013/03/19 09:07:34 jlec Exp $
+
+ 19 Mar 2013; Justin Lecher <jlec@gentoo.org> pymol-1.5.0.3-r2.ebuild:
+ Prefix love
*pymol-1.5.0.3-r2 (30 Jan 2013)
diff --git a/sci-chemistry/pymol/pymol-1.5.0.3-r2.ebuild b/sci-chemistry/pymol/pymol-1.5.0.3-r2.ebuild
index 8752c8f519a9..ec5d706ae68e 100644
--- a/sci-chemistry/pymol/pymol-1.5.0.3-r2.ebuild
+++ b/sci-chemistry/pymol/pymol-1.5.0.3-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/pymol-1.5.0.3-r2.ebuild,v 1.1 2013/01/30 08:51:20 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/pymol-1.5.0.3-r2.ebuild,v 1.2 2013/03/19 09:07:34 jlec Exp $
EAPI=5
@@ -78,7 +78,7 @@ python_install_all() {
# These environment variables should not go in the wrapper script, or else
# it will be impossible to use the PyMOL libraries from Python.
cat >> "${T}"/20pymol <<- EOF
- PYMOL_PATH="${EPREFIX}/$(python_get_sitedir)/${PN}"
+ PYMOL_PATH="$(python_get_sitedir)/${PN}"
PYMOL_DATA="${EPREFIX}/usr/share/pymol/data"
PYMOL_SCRIPTS="${EPREFIX}/usr/share/pymol/scripts"
EOF