From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B8E2B1386E9 for ; Sun, 27 Jan 2013 19:23:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD42C21C0E0; Sun, 27 Jan 2013 19:22:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D34B321C0E0 for ; Sun, 27 Jan 2013 19:22:39 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B7F933DB5D for ; Sun, 27 Jan 2013 19:22:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 28063E40A0 for ; Sun, 27 Jan 2013 19:22:29 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1359313212.0e4631fec0736ecaa8b8355e35d257c97e2d5d6f.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/mgltools/ChangeLog sci-chemistry/mgltools/metadata.xml sci-chemistry/mgltools/mgltools-1.5.6_rc3.ebuild X-VCS-Directories: sci-chemistry/mgltools/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 0e4631fec0736ecaa8b8355e35d257c97e2d5d6f X-VCS-Branch: master Date: Sun, 27 Jan 2013 19:22:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8f2335c0-3902-4f3c-8e04-9becace8c6bd X-Archives-Hash: eb8deec955dc4958946c94b2f4830b8d commit: 0e4631fec0736ecaa8b8355e35d257c97e2d5d6f Author: Justin Lecher gentoo org> AuthorDate: Sun Jan 27 19:00:12 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jan 27 19:00:12 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0e4631fe sci-chemistry/mgltools: Version Bump; move to distutils-r1.eclass Package-Manager: portage-2.2.0_alpha161 --- sci-chemistry/mgltools/ChangeLog | 8 +++- sci-chemistry/mgltools/metadata.xml | 2 +- sci-chemistry/mgltools/mgltools-1.5.6_rc3.ebuild | 44 ++++++++++++++++++++++ 3 files changed, 52 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/mgltools/ChangeLog b/sci-chemistry/mgltools/ChangeLog index 50e2108..803ff88 100644 --- a/sci-chemistry/mgltools/ChangeLog +++ b/sci-chemistry/mgltools/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for sci-chemistry/mgltools -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*mgltools-1.5.6_rc3 (27 Jan 2013) + + 27 Jan 2013; Justin Lecher +mgltools-1.5.6_rc3.ebuild, + metadata.xml: + Version Bump; move to distutils-r1.eclass + 27 Apr 2012; Justin Lecher ChangeLog: Add 2.7-pypy-* to RESTRICT_PYTHON_ABIS diff --git a/sci-chemistry/mgltools/metadata.xml b/sci-chemistry/mgltools/metadata.xml index e42d0af..51fdeda 100644 --- a/sci-chemistry/mgltools/metadata.xml +++ b/sci-chemistry/mgltools/metadata.xml @@ -1,5 +1,5 @@ - sci-chemistry + sci-chemistry diff --git a/sci-chemistry/mgltools/mgltools-1.5.6_rc3.ebuild b/sci-chemistry/mgltools/mgltools-1.5.6_rc3.ebuild new file mode 100644 index 0000000..ab94b13 --- /dev/null +++ b/sci-chemistry/mgltools/mgltools-1.5.6_rc3.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_5,2_6,2_7} ) + +inherit python-single-r1 + +PLUGINS="autodocktools bhtree cadd cmolkit dejavu geomutils gle mglutil molkit + networkeditor opengltk pmv pyautodock pybabel pyglf qslimlib scenario2 sff + support symserv utpackages viewer-framework vision visionlib volume + webservices" + +DESCRIPTION="Software to visualization and analysis of molecular structures" +HOMEPAGE="http://mgltools.scripps.edu/" +#SRC_URI="http://mgltools.scripps.edu/downloads/tars/releases/REL${PV}/mgltools_source_${PV}.tar.gz" +SRC_URI="http://dev.gentoo.org/~jlec/distfiles/mgltools_source_${PV/_/}.tar.gz" + +LICENSE="MGLTOOLS" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S="${WORKDIR}"/${PN}_source_${PV/_/} + +for plug in ${PLUGINS}; do + PLUG_DEP="${PLUG_DEP} =sci-chemistry/mgltools-${plug}-${PV}*" +done + +RDEPEND="${PLUG_DEP} + dev-lang/tk + sci-libs/msms + dev-python/pmw[${PYTHON_USEDEP}] + dev-python/simpy + dev-python/imaging[tk] + dev-python/numpy" +DEPEND="${RDEPEND}" + +src_install() { + insinto /usr/share/${PN} + doins -r Data +}