From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RjubE-0004xC-5F for garchives@archives.gentoo.org; Sun, 08 Jan 2012 15:23:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FB6521C08D; Sun, 8 Jan 2012 15:22:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id ED6D621C082 for ; Sun, 8 Jan 2012 15:22:38 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 948A31B4015 for ; Sun, 8 Jan 2012 15:22:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id BBC828004C for ; Sun, 8 Jan 2012 15:22:37 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <4e6532ab719f1ba52f55cd87ad53032cd31605ae.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-vision/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/mgltools-vision/ChangeLog sci-chemistry/mgltools-vision/metadata.xml sci-chemistry/mgltools-vision/mgltools-vision-1.5.6_rc2.ebuild X-VCS-Directories: sci-chemistry/mgltools-vision/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 4e6532ab719f1ba52f55cd87ad53032cd31605ae Date: Sun, 8 Jan 2012 15:22:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0ba9f293-217f-461e-8f0e-5aaf2ec1fde0 X-Archives-Hash: 7caafda0c51311891ae5812e2c77ad93 commit: 4e6532ab719f1ba52f55cd87ad53032cd31605ae Author: Justin Lecher gentoo org> AuthorDate: Fri Jan 6 16:32:49 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jan 6 16:32:49 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D4e6532ab Version Bump, #373679 (Portage version: 2.2.0_alpha84/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-chemistry/mgltools-vision/ChangeLog | 8 ++- sci-chemistry/mgltools-vision/metadata.xml | 8 +- .../mgltools-vision-1.5.6_rc2.ebuild | 59 ++++++++++++++= ++++++ 3 files changed, 70 insertions(+), 5 deletions(-) diff --git a/sci-chemistry/mgltools-vision/ChangeLog b/sci-chemistry/mglt= ools-vision/ChangeLog index 8bf38b4..98d18ca 100644 --- a/sci-chemistry/mgltools-vision/ChangeLog +++ b/sci-chemistry/mgltools-vision/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for sci-chemistry/mgltools-vision -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*mgltools-vision-1.5.6_rc2 (06 Jan 2012) + + 06 Jan 2012; Justin Lecher + +mgltools-vision-1.5.6_rc2.ebuild, metadata.xml: + Version Bump, #373679 + *mgltools-vision-1.5.4-r1 (29 Jun 2010) =20 29 Jun 2010; Justin Lecher diff --git a/sci-chemistry/mgltools-vision/metadata.xml b/sci-chemistry/m= gltools-vision/metadata.xml index efb490d..d747d72 100644 --- a/sci-chemistry/mgltools-vision/metadata.xml +++ b/sci-chemistry/mgltools-vision/metadata.xml @@ -1,8 +1,8 @@ -sci - - sci@gentoo.org - + sci + + sci@gentoo.org + diff --git a/sci-chemistry/mgltools-vision/mgltools-vision-1.5.6_rc2.ebui= ld b/sci-chemistry/mgltools-vision/mgltools-vision-1.5.6_rc2.ebuild new file mode 100644 index 0000000..b0dacd9 --- /dev/null +++ b/sci-chemistry/mgltools-vision/mgltools-vision-1.5.6_rc2.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +PYTHON_DEPEND=3D"2" +SUPPORT_PYTHON_ABIS=3D"1" +RESTRICT_PYTHON_ABIS=3D"3.*" + +inherit distutils eutils + +MY_PN=3D"Vision" +MY_P=3D"${MY_PN}-${PV/_rc2/}" + +PYTHON_MODNAME=3D"${MY_PN}" + +DESCRIPTION=3D"MGLTools Plugin -- Vision" +HOMEPAGE=3D"http://mgltools.scripps.edu" +#SRC_URI=3D"http://mgltools.scripps.edu/downloads/tars/releases/REL${PV}= /mgltools_source_${PV}.tar.gz" +SRC_URI=3D"http://dev.gentoo.org/~jlec/distfiles/mgltools_source_${PV/_/= }.tar.gz" + +LICENSE=3D"MGLTOOLS" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" + +RDEPEND=3D"" +DEPEND=3D"${RDEPEND} + dev-lang/swig" + +S=3D"${WORKDIR}"/${MY_P} + +DOCS=3D"Vision/FAQ.txt" + +src_unpack() { + tar xzpf "${DISTDIR}"/${A} mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.ta= r.gz + tar xzpf mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz +} + +src_prepare() { + ecvs_clean + find "${S}" -name LICENSE -type f -delete || die + + sed \ + -e 's:^.*CVS:#&1:g' \ + -e 's:^.*LICENSE:#&1:g' \ + -i "${S}"/MANIFEST.in || die + distutils_src_prepare +} + +src_install() { + distutils_src_install + + sed '1s:^.*$:#!/usr/bin/python:g' -i Vision/bin/runVision || die + dobin Vision/bin/runVision + + dohtml Vision/FAQ.html +}