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 D0F85138200 for ; Mon, 15 Apr 2013 06:17:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 582FBE08EC; Mon, 15 Apr 2013 06:17:44 +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 C2DC4E08EC for ; Mon, 15 Apr 2013 06:17:43 +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 AD33C33DBB7 for ; Mon, 15 Apr 2013 06:17:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4B90EE432C for ; Mon, 15 Apr 2013 06:17:41 +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: <1366006471.aab2e7c97401c6deac2df76595491e9046fa6954.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/mgltools-webservices-1.5.6.ebuild sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6_rc2.ebuild 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: aab2e7c97401c6deac2df76595491e9046fa6954 X-VCS-Branch: master Date: Mon, 15 Apr 2013 06:17:41 +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: 09caf1f9-078c-4864-a4ee-b7afaa749abb X-Archives-Hash: 3dcead10867737313bd6225ab3c2dccc commit: aab2e7c97401c6deac2df76595491e9046fa6954 Author: Justin Lecher gentoo org> AuthorDate: Mon Apr 15 06:14:31 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Apr 15 06:14:31 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=aab2e7c9 sci-chemistry/mgltools-webservices: Version Bump, drop old Package-Manager: portage-2.2.0_alpha173 --- sci-chemistry/mgltools-webservices/ChangeLog | 7 +++ ...c3.ebuild => mgltools-webservices-1.5.6.ebuild} | 0 .../mgltools-webservices-1.5.6_rc2.ebuild | 49 -------------------- 3 files changed, 7 insertions(+), 49 deletions(-) diff --git a/sci-chemistry/mgltools-webservices/ChangeLog b/sci-chemistry/mgltools-webservices/ChangeLog index 800ba9b..5ca8958 100644 --- a/sci-chemistry/mgltools-webservices/ChangeLog +++ b/sci-chemistry/mgltools-webservices/ChangeLog @@ -2,6 +2,13 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*mgltools-webservices-1.5.6 (15 Apr 2013) + + 15 Apr 2013; Justin Lecher + -mgltools-webservices-1.5.6_rc2.ebuild, + -mgltools-webservices-1.5.6_rc3.ebuild, +mgltools-webservices-1.5.6.ebuild: + Version Bump, drop old + *mgltools-webservices-1.5.6_rc3 (27 Jan 2013) 27 Jan 2013; Justin Lecher diff --git a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6_rc3.ebuild b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild similarity index 100% rename from sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6_rc3.ebuild rename to sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild diff --git a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6_rc2.ebuild b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6_rc2.ebuild deleted file mode 100644 index 9a781d4..0000000 --- a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6_rc2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*" - -inherit distutils eutils - -MY_PN="WebServices" -MY_P="${MY_PN}-${PV/_rc2/}" - -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 -} - -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 -}