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 EFD401386E9 for ; Sun, 27 Jan 2013 19:22:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BEEF21C0D2; Sun, 27 Jan 2013 19:22:34 +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 99A2321C0D2 for ; Sun, 27 Jan 2013 19:22:33 +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 435A833DB91 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 01149E409F 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: <1359312866.5bafaeb1e5f61dddb94a18a8cdde05af3275e5a6.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-webservices/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/mgltools-webservices/ChangeLog sci-chemistry/mgltools-webservices/metadata.xml sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6_rc3.ebuild X-VCS-Directories: sci-chemistry/mgltools-webservices/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 5bafaeb1e5f61dddb94a18a8cdde05af3275e5a6 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: ca3f8a5c-3779-44d8-bafb-14f92965cd1a X-Archives-Hash: 3c777ba229cea5fb1172ee94021f1b74 commit: 5bafaeb1e5f61dddb94a18a8cdde05af3275e5a6 Author: Justin Lecher gentoo org> AuthorDate: Sun Jan 27 18:54:26 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jan 27 18:54:26 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5bafaeb1 sci-chemistry/mgltools-webservices: Version Bump; move to distutils-r1.eclass Package-Manager: portage-2.2.0_alpha161 --- sci-chemistry/mgltools-webservices/ChangeLog | 8 +++- sci-chemistry/mgltools-webservices/metadata.xml | 2 +- .../mgltools-webservices-1.5.6_rc3.ebuild | 46 ++++++++++++++++++++ 3 files changed, 54 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/mgltools-webservices/ChangeLog b/sci-chemistry/mgltools-webservices/ChangeLog index c76f5d0..800ba9b 100644 --- a/sci-chemistry/mgltools-webservices/ChangeLog +++ b/sci-chemistry/mgltools-webservices/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for sci-chemistry/mgltools-webservices -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*mgltools-webservices-1.5.6_rc3 (27 Jan 2013) + + 27 Jan 2013; Justin Lecher + +mgltools-webservices-1.5.6_rc3.ebuild, metadata.xml: + Version Bump; move to distutils-r1.eclass + 27 Apr 2012; Justin Lecher mgltools-webservices-1.5.4-r2.ebuild, mgltools-webservices-1.5.6_rc2.ebuild: Add 2.7-pypy-* to RESTRICT_PYTHON_ABIS diff --git a/sci-chemistry/mgltools-webservices/metadata.xml b/sci-chemistry/mgltools-webservices/metadata.xml index e42d0af..51fdeda 100644 --- a/sci-chemistry/mgltools-webservices/metadata.xml +++ b/sci-chemistry/mgltools-webservices/metadata.xml @@ -1,5 +1,5 @@ - sci-chemistry + sci-chemistry diff --git a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6_rc3.ebuild b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6_rc3.ebuild new file mode 100644 index 0000000..ef9f617 --- /dev/null +++ b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6_rc3.ebuild @@ -0,0 +1,46 @@ +# 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="WebServices" +MY_P="${MY_PN}-${PV/_rc3/}" + +PYTHON_MODNAME="${MY_PN}" + +DESCRIPTION="MGLTools Plugin -- WebServices" +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="dev-python/zsi" +DEPEND="${RDEPEND} + dev-lang/swig" + +S="${WORKDIR}"/${MY_P} + +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() { + 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 +}