diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-02-01 20:42:43 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-02-01 20:42:43 +0000 |
commit | 1af312ebf1125e1d65f1f877c4f5d3a823ed8bcb (patch) | |
tree | 3d67cbeac341a051428b9367c870560130c39702 /sci-chemistry/pymol | |
parent | Added an mpi keyword to actually use mpi wrappers when hdf5 was compiled with... (diff) | |
download | gentoo-2-1af312ebf1125e1d65f1f877c4f5d3a823ed8bcb.tar.gz gentoo-2-1af312ebf1125e1d65f1f877c4f5d3a823ed8bcb.tar.bz2 gentoo-2-1af312ebf1125e1d65f1f877c4f5d3a823ed8bcb.zip |
We don't install the splash window until we have a gentoo community
contribution, fixes bug 299020
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/pymol')
-rw-r--r-- | sci-chemistry/pymol/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/pymol/pymol-1.2.1.ebuild | 6 | ||||
-rw-r--r-- | sci-chemistry/pymol/pymol-1.2.2.ebuild | 6 |
3 files changed, 12 insertions, 7 deletions
diff --git a/sci-chemistry/pymol/ChangeLog b/sci-chemistry/pymol/ChangeLog index 43a6a84656ce..8e3da3dcf330 100644 --- a/sci-chemistry/pymol/ChangeLog +++ b/sci-chemistry/pymol/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-chemistry/pymol # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/ChangeLog,v 1.50 2010/01/31 22:30:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/ChangeLog,v 1.51 2010/02/01 20:42:43 jlec Exp $ + + 01 Feb 2010; Justin Lecher (jlec) <jlec@gentoo.org> pymol-1.2.1.ebuild, + pymol-1.2.2.ebuild: + We don't install the splash window until we have a gentoo community + contribution, fixes bug 299020 31 Jan 2010; Justin Lecher (jlec) <jlec@j-schmitz.net> -files/1.1/pymol-1.1-r2-data-path.patch, diff --git a/sci-chemistry/pymol/pymol-1.2.1.ebuild b/sci-chemistry/pymol/pymol-1.2.1.ebuild index 126e166109e2..275a05aa9a68 100644 --- a/sci-chemistry/pymol/pymol-1.2.1.ebuild +++ b/sci-chemistry/pymol/pymol-1.2.1.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/pymol/pymol-1.2.1.ebuild,v 1.6 2010/01/31 22:11:44 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/pymol-1.2.1.ebuild,v 1.7 2010/02/01 20:42:43 jlec Exp $ EAPI="2" @@ -45,8 +45,8 @@ src_prepare() { || die "Failed to apply data-path.patch" # Turn off splash screen. Please do make a project contribution - # if you are able though. - [[ -n ${WANT_SPLASH} ]] || epatch "${FILESDIR}"/${PV}/nosplash-gentoo.patch + # if you are able though. #299020 + epatch "${FILESDIR}"/${PV}/nosplash-gentoo.patch # Respect CFLAGS sed -i \ diff --git a/sci-chemistry/pymol/pymol-1.2.2.ebuild b/sci-chemistry/pymol/pymol-1.2.2.ebuild index 4b88f6302183..1ce9b313cafe 100644 --- a/sci-chemistry/pymol/pymol-1.2.2.ebuild +++ b/sci-chemistry/pymol/pymol-1.2.2.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/pymol/pymol-1.2.2.ebuild,v 1.3 2010/01/31 22:11:44 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/pymol-1.2.2.ebuild,v 1.4 2010/02/01 20:42:43 jlec Exp $ EAPI="2" @@ -45,8 +45,8 @@ src_prepare() { || die "Failed to apply data-path.patch" # Turn off splash screen. Please do make a project contribution - # if you are able though. - [[ -n ${WANT_SPLASH} ]] || epatch "${FILESDIR}"/1.2.1/nosplash-gentoo.patch + # if you are able though. #299020 + epatch "${FILESDIR}"/1.2.1/nosplash-gentoo.patch # Respect CFLAGS sed -i \ |