diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-13 12:25:26 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-13 12:25:26 +0000 |
commit | b541cc534a659965bd0cd0969dd5b410796a9b3d (patch) | |
tree | 1a321fdb807ac1197e3f739e2d09e29e5f8f72ac /sci-chemistry/vmd/vmd-1.9.ebuild | |
parent | Removed FEATURES=loadpolicy for profiles/selinux (diff) | |
download | gentoo-2-b541cc534a659965bd0cd0969dd5b410796a9b3d.tar.gz gentoo-2-b541cc534a659965bd0cd0969dd5b410796a9b3d.tar.bz2 gentoo-2-b541cc534a659965bd0cd0969dd5b410796a9b3d.zip |
No binaryfiles in VCS please, #370915
(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 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-chemistry/vmd/vmd-1.9.ebuild b/sci-chemistry/vmd/vmd-1.9.ebuild index 137dc78023d6..41b5b15758fe 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.3 2011/03/27 11:02:31 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.9.ebuild,v 1.4 2011/06/13 12:25:25 jlec Exp $ EAPI="3" @@ -55,6 +55,8 @@ QA_DT_HASH_x86="usr/lib/vmd/plugins/LINUX/tcl/intersurf1.1/bin/intersurf.so" pkg_nofetch() { elog "Please download ${A} 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}" } |