diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-07-04 15:52:00 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-07-04 15:52:00 +0000 |
commit | 8379b1aa3031f03e1a16a3aaaf13e1429debc878 (patch) | |
tree | e88b79aacce170f0cd32b5b724dc8bfad26963a0 /sci-chemistry/gopenmol/gopenmol-3.00-r2.ebuild | |
parent | Old. (diff) | |
download | historical-8379b1aa3031f03e1a16a3aaaf13e1429debc878.tar.gz historical-8379b1aa3031f03e1a16a3aaaf13e1429debc878.tar.bz2 historical-8379b1aa3031f03e1a16a3aaaf13e1429debc878.zip |
sci-chemistry/gopenmol: Bump to EAPI=5 and new python eclass, fix for tcl8.6; fix implicit declarations; restrict license, #470782
Package-Manager: portage-2.2.0_alpha186/cvs/Linux x86_64
Manifest-Sign-Key: 0xB9D4F231BD1558AB!
Diffstat (limited to 'sci-chemistry/gopenmol/gopenmol-3.00-r2.ebuild')
-rw-r--r-- | sci-chemistry/gopenmol/gopenmol-3.00-r2.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sci-chemistry/gopenmol/gopenmol-3.00-r2.ebuild b/sci-chemistry/gopenmol/gopenmol-3.00-r2.ebuild index 7f5e4913bd89..d06498e19957 100644 --- a/sci-chemistry/gopenmol/gopenmol-3.00-r2.ebuild +++ b/sci-chemistry/gopenmol/gopenmol-3.00-r2.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gopenmol/gopenmol-3.00-r2.ebuild,v 1.5 2012/04/02 06:06:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gopenmol/gopenmol-3.00-r2.ebuild,v 1.6 2013/07/04 15:51:59 jlec Exp $ EAPI=4 PYTHON_DEPEND="2" -inherit eutils multilib prefix python +inherit eutils multilib python DESCRIPTION="Tool for the visualization and analysis of molecular structures" HOMEPAGE="http://www.csc.fi/gopenmol/" SRC_URI="${HOMEPAGE}/distribute/${P}-linux.tar.gz" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" @@ -31,6 +31,8 @@ RDEPEND=" x11-libs/libXxf86vm" DEPEND="${RDEPEND}" +RESTRICT="mirror" + S="${WORKDIR}/gOpenMol-${PV}/src" pkg_setup() { |