summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/vmd')
-rw-r--r--sci-chemistry/vmd/ChangeLog6
-rw-r--r--sci-chemistry/vmd/vmd-1.8.7-r2.ebuild10
-rw-r--r--sci-chemistry/vmd/vmd-1.9.ebuild10
3 files changed, 15 insertions, 11 deletions
diff --git a/sci-chemistry/vmd/ChangeLog b/sci-chemistry/vmd/ChangeLog
index bf28d47d0bb7..3a42987e7830 100644
--- a/sci-chemistry/vmd/ChangeLog
+++ b/sci-chemistry/vmd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/vmd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/ChangeLog,v 1.39 2011/06/13 12:25:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/ChangeLog,v 1.40 2011/06/13 13:14:50 jlec Exp $
+
+ 13 Jun 2011; Justin Lecher <jlec@gentoo.org> vmd-1.8.7-r2.ebuild,
+ vmd-1.9.ebuild:
+ Mirrored files aren't fetchrestricted
13 Jun 2011; Justin Lecher <jlec@gentoo.org> vmd-1.8.7-r2.ebuild,
-files/vmd-1.8.7-gentoo.patch, -files/vmd-1.8.7-respect-flags.patch,
diff --git a/sci-chemistry/vmd/vmd-1.8.7-r2.ebuild b/sci-chemistry/vmd/vmd-1.8.7-r2.ebuild
index ffbab7cecf10..5228ceb48df2 100644
--- a/sci-chemistry/vmd/vmd-1.8.7-r2.ebuild
+++ b/sci-chemistry/vmd/vmd-1.8.7-r2.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.8.7-r2.ebuild,v 1.8 2011/06/13 12:25:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.8.7-r2.ebuild,v 1.9 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"
@@ -48,10 +50,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}"
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}"
}