summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2013-01-08 19:22:39 +0000
committerChristoph Junghans <ottxor@gentoo.org>2013-01-08 19:22:39 +0000
commitd8147e552a7dd6ae455b1753a516cdb92715c93f (patch)
tree523f20a332f7a68aae8ead507328847780f9fbd7 /sci-libs
parentStable for ppc64, wrt bug #418383 (diff)
downloadgentoo-2-d8147e552a7dd6ae455b1753a516cdb92715c93f.tar.gz
gentoo-2-d8147e552a7dd6ae455b1753a516cdb92715c93f.tar.bz2
gentoo-2-d8147e552a7dd6ae455b1753a516cdb92715c93f.zip
removed fetch restriction as license allows redistribution
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/openmm/ChangeLog5
-rw-r--r--sci-libs/openmm/openmm-4.1.1.ebuild11
2 files changed, 6 insertions, 10 deletions
diff --git a/sci-libs/openmm/ChangeLog b/sci-libs/openmm/ChangeLog
index 6ce8719f239a..b11449a94c23 100644
--- a/sci-libs/openmm/ChangeLog
+++ b/sci-libs/openmm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/openmm
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/ChangeLog,v 1.3 2013/01/04 14:55:16 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/ChangeLog,v 1.4 2013/01/08 19:22:39 ottxor Exp $
+
+ 08 Jan 2013; Christoph Junghans <ottxor@gentoo.org> openmm-4.1.1.ebuild:
+ removed fetch restriction as license allows redistribution
04 Jan 2013; Christoph Junghans <ottxor@gentoo.org> openmm-4.1.1.ebuild:
fixed license (thx to ulm)
diff --git a/sci-libs/openmm/openmm-4.1.1.ebuild b/sci-libs/openmm/openmm-4.1.1.ebuild
index 5d32a1cafa2b..71bbf0db54f2 100644
--- a/sci-libs/openmm/openmm-4.1.1.ebuild
+++ b/sci-libs/openmm/openmm-4.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild,v 1.3 2013/01/04 14:55:16 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/openmm-4.1.1.ebuild,v 1.4 2013/01/08 19:22:39 ottxor Exp $
EAPI="5"
@@ -9,7 +9,7 @@ inherit cmake-utils
MY_P="${PN^^[om]}${PV}-Source"
DESCRIPTION="provides tools for modern molecular modeling simulation"
HOMEPAGE="https://simtk.org/home/openmm"
-SRC_URI="${MY_P}.zip"
+SRC_URI="mirror://gentoo/${MY_P}.zip"
LICENSE="MIT LGPL-2.1+ BSD RU-BSD"
SLOT="0"
@@ -22,15 +22,8 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-util/cmake"
-RESTRICT="fetch"
S="${WORKDIR}/${MY_P}"
-pkg_nofetch(){
- einfo "Please download ${SRC_URI} from"
- einfo "${HOMEPAGE}"
- einfo "and put it into ${DISTDIR}"
-}
-
src_configure() {
mycmakeargs=(
$(cmake-utils_use cuda OPENMM_BUILD_CUDA_LIB)