diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-13 13:14:50 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-13 13:14:50 +0000 |
commit | 1fda26ceae65a15d31d94e9c73cd4d9571624a4e (patch) | |
tree | d60d45a074613e053c3c38bd56b90e76ca921e0d /sci-chemistry/vmd/vmd-1.9.ebuild | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-1fda26ceae65a15d31d94e9c73cd4d9571624a4e.tar.gz gentoo-2-1fda26ceae65a15d31d94e9c73cd4d9571624a4e.tar.bz2 gentoo-2-1fda26ceae65a15d31d94e9c73cd4d9571624a4e.zip |
Mirrored files aren't fetchrestricted
(Portage version: 2.2.0_alpha40/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/vmd/vmd-1.9.ebuild')
-rw-r--r-- | sci-chemistry/vmd/vmd-1.9.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-chemistry/vmd/vmd-1.9.ebuild b/sci-chemistry/vmd/vmd-1.9.ebuild index 41b5b15758fe..812cbd278d24 100644 --- a/sci-chemistry/vmd/vmd-1.9.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.9.ebuild,v 1.4 2011/06/13 12:25:25 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.9.ebuild,v 1.5 2011/06/13 13:14:50 jlec Exp $ EAPI="3" @@ -10,7 +10,9 @@ inherit eutils multilib python toolchain-funcs DESCRIPTION="Visual Molecular Dynamics" HOMEPAGE="http://www.ks.uiuc.edu/Research/vmd/" -SRC_URI="${P}.src.tar.gz" +SRC_URI=" + mirror://gentoo/${P}-gentoo-patches.tar.xz + ${P}.src.tar.gz" SLOT="0" LICENSE="vmd" @@ -53,10 +55,8 @@ QA_DT_HASH_amd64="usr/lib64/vmd/plugins/LINUX/tcl/intersurf1.1/bin/intersurf.so" QA_DT_HASH_x86="usr/lib/vmd/plugins/LINUX/tcl/intersurf1.1/bin/intersurf.so" pkg_nofetch() { - elog "Please download ${A} from" + elog "Please download ${P}.src.tar.gz from" elog "${VMD_DOWNLOAD}" - elog "and" - elog "http://dev.gentoo.org/~jlec/distfiles/${P}-gentoo-patches.tar.xz" elog "after agreeing to the license and then move it to " elog "${DISTDIR}" } |