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 D7F8C1386E9 for ; Sun, 27 Jan 2013 19:23:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08A4921C0E1; Sun, 27 Jan 2013 19:22:41 +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 55F2221C0E1 for ; Sun, 27 Jan 2013 19:22:35 +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 4186133DAFF for ; Sun, 27 Jan 2013 19:22:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7DC67E4090 for ; Sun, 27 Jan 2013 19:22:26 +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: <1359309864.35060c06b8412d67c10655f5d855338175ba7569.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-pmv/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/mgltools-pmv/ChangeLog sci-chemistry/mgltools-pmv/metadata.xml sci-chemistry/mgltools-pmv/mgltools-pmv-1.5.6_rc3.ebuild X-VCS-Directories: sci-chemistry/mgltools-pmv/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 35060c06b8412d67c10655f5d855338175ba7569 X-VCS-Branch: master Date: Sun, 27 Jan 2013 19:22:26 +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: c33fda30-09ed-47e0-9f27-d04fd43bb2d4 X-Archives-Hash: dc58c81e648b5067413416d9429aef49 commit: 35060c06b8412d67c10655f5d855338175ba7569 Author: Justin Lecher gentoo org> AuthorDate: Sun Jan 27 18:04:24 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jan 27 18:04:24 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=35060c06 sci-chemistry/mgltools-pmv: Version Bump; move to distutils-r1.eclass Package-Manager: portage-2.2.0_alpha161 --- sci-chemistry/mgltools-pmv/ChangeLog | 8 +++- sci-chemistry/mgltools-pmv/metadata.xml | 2 +- .../mgltools-pmv/mgltools-pmv-1.5.6_rc3.ebuild | 49 ++++++++++++++++++++ 3 files changed, 57 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/mgltools-pmv/ChangeLog b/sci-chemistry/mgltools-pmv/ChangeLog index ba0327f..127eea5 100644 --- a/sci-chemistry/mgltools-pmv/ChangeLog +++ b/sci-chemistry/mgltools-pmv/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for sci-chemistry/mgltools-pmv -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*mgltools-pmv-1.5.6_rc3 (27 Jan 2013) + + 27 Jan 2013; Justin Lecher +mgltools-pmv-1.5.6_rc3.ebuild, + metadata.xml: + Version Bump; move to distutils-r1.eclass + 04 Jun 2012; Justin Lecher mgltools-pmv-1.5.6_rc2.ebuild, +files/mgltools-pmv-1.5.6_rc2-code-fix.patch: Fix for bytecompiling diff --git a/sci-chemistry/mgltools-pmv/metadata.xml b/sci-chemistry/mgltools-pmv/metadata.xml index e42d0af..51fdeda 100644 --- a/sci-chemistry/mgltools-pmv/metadata.xml +++ b/sci-chemistry/mgltools-pmv/metadata.xml @@ -1,5 +1,5 @@ - sci-chemistry + sci-chemistry diff --git a/sci-chemistry/mgltools-pmv/mgltools-pmv-1.5.6_rc3.ebuild b/sci-chemistry/mgltools-pmv/mgltools-pmv-1.5.6_rc3.ebuild new file mode 100644 index 0000000..9576307 --- /dev/null +++ b/sci-chemistry/mgltools-pmv/mgltools-pmv-1.5.6_rc3.ebuild @@ -0,0 +1,49 @@ +# 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 distutils-r1 eutils + +MY_PN="Pmv" +MY_P="${MY_PN}-${PV/_rc3/}" + +PYTHON_MODNAME="${MY_PN}" + +DESCRIPTION="MGLTools Plugin -- Pmv" +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="" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-lang/swig" + +S="${WORKDIR}"/${MY_P} + +DOCS=( Pmv/RELNOTES Pmv/doc ) + +src_unpack() { + tar xzpf "${DISTDIR}"/${A} mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz + tar xzpf mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz +} + +python_prepare_all() { + local PATCHES=( "${FILESDIR}"/${PN}-1.5.6_rc2-code-fix.patch ) + 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-r1_python_prepare_all +}