diff options
author | Jeffrey Gardner <je_fro@gentoo.org> | 2007-08-02 09:08:02 +0000 |
---|---|---|
committer | Jeffrey Gardner <je_fro@gentoo.org> | 2007-08-02 09:08:02 +0000 |
commit | 7ed645a175eb4dcbd057166284c6642246fd4ab9 (patch) | |
tree | 7c3e11e616816cb583600930d91dae833bbc9cdd /sci-chemistry/pymol/pymol-0.99_rc10.ebuild | |
parent | Add a patch from marienz to improve the finding of sockets (diff) | |
download | historical-7ed645a175eb4dcbd057166284c6642246fd4ab9.tar.gz historical-7ed645a175eb4dcbd057166284c6642246fd4ab9.tar.bz2 historical-7ed645a175eb4dcbd057166284c6642246fd4ab9.zip |
Fix ESVN_REPO_URI wrt bug #187462. Thanks to Michael Mysinger.
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'sci-chemistry/pymol/pymol-0.99_rc10.ebuild')
-rw-r--r-- | sci-chemistry/pymol/pymol-0.99_rc10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/pymol/pymol-0.99_rc10.ebuild b/sci-chemistry/pymol/pymol-0.99_rc10.ebuild index 1793a1df92a8..75b46642210b 100644 --- a/sci-chemistry/pymol/pymol-0.99_rc10.ebuild +++ b/sci-chemistry/pymol/pymol-0.99_rc10.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/pymol-0.99_rc10.ebuild,v 1.6 2007/07/04 18:00:01 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/pymol-0.99_rc10.ebuild,v 1.7 2007/08/02 09:08:02 je_fro Exp $ inherit distutils eutils multilib subversion -ESVN_REPO_URI="https://svn.sourceforge.net/svnroot/pymol/branches/b099/pymol" +ESVN_REPO_URI="https://pymol.svn.sourceforge.net/svnroot/pymol/branches/b099/pymol" ESVN_UPDATE_CMD="svn -r 2974 update" DESCRIPTION="A Python-extensible molecular graphics system." |