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 8A4951381F3 for ; Mon, 10 Jun 2013 11:25:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F235FE094F; Mon, 10 Jun 2013 11:25:16 +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 298D9E094F for ; Mon, 10 Jun 2013 11:25:16 +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 1E3DA33E39C for ; Mon, 10 Jun 2013 11:25:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CFCEAE5458 for ; Mon, 10 Jun 2013 11:25:12 +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: <1370855365.8e6c54b8049293b6d5ae6a04e23749fd89b66d33.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-opengltk/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/mgltools-opengltk/ChangeLog sci-chemistry/mgltools-opengltk/mgltools-opengltk-1.5.4-r2.ebuild sci-chemistry/mgltools-opengltk/mgltools-opengltk-1.5.6.ebuild X-VCS-Directories: sci-chemistry/mgltools-opengltk/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8e6c54b8049293b6d5ae6a04e23749fd89b66d33 X-VCS-Branch: master Date: Mon, 10 Jun 2013 11:25:12 +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: 61682c7a-9a1c-477a-b3b1-0663c003b4f8 X-Archives-Hash: c1e523a648f3bbc86694fcd7bed3fb2c commit: 8e6c54b8049293b6d5ae6a04e23749fd89b66d33 Author: Justin Lecher gentoo org> AuthorDate: Mon Jun 10 09:09:25 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jun 10 09:09:25 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8e6c54b8 sci-chemistry/mgltools-opengltk: Drop old Package-Manager: portage-2.2.0_alpha179 --- sci-chemistry/mgltools-opengltk/ChangeLog | 4 ++ .../mgltools-opengltk-1.5.4-r2.ebuild | 63 ---------------------- .../mgltools-opengltk-1.5.6.ebuild | 2 +- 3 files changed, 5 insertions(+), 64 deletions(-) diff --git a/sci-chemistry/mgltools-opengltk/ChangeLog b/sci-chemistry/mgltools-opengltk/ChangeLog index 78439f4..8691b28 100644 --- a/sci-chemistry/mgltools-opengltk/ChangeLog +++ b/sci-chemistry/mgltools-opengltk/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 10 Jun 2013; Justin Lecher + -mgltools-opengltk-1.5.4-r2.ebuild, mgltools-opengltk-1.5.6.ebuild: + Drop old + 14 Apr 2013; Justin Lecher mgltools-opengltk-1.5.4-r2.ebuild, mgltools-opengltk-1.5.6.ebuild: Correct license diff --git a/sci-chemistry/mgltools-opengltk/mgltools-opengltk-1.5.4-r2.ebuild b/sci-chemistry/mgltools-opengltk/mgltools-opengltk-1.5.4-r2.ebuild deleted file mode 100644 index 3158d91..0000000 --- a/sci-chemistry/mgltools-opengltk/mgltools-opengltk-1.5.4-r2.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="3" - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils multilib - -MY_PN="opengltk" -MY_P="${MY_PN}-${PV}" -MGL_EXTRALIBS="${EPREFIX}/usr/$(get_libdir)" -MGL_EXTRAINCLUDE="${EPREFIX}/usr/include" - -DESCRIPTION="mgltools plugin -- opengltk" -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.gentooexperimental.org/~jlec/distfiles/mgltools_source_${PV}.tar.gz" - -LICENSE="MGLTOOLS MPL-1.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-lang/tk - virtual/opengl - virtual/opengl - dev-python/numpy" -DEPEND="${RDEPEND} - dev-lang/swig" - -RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*" -S="${WORKDIR}"/${MY_P} - -src_unpack() { - tcl_ver="$(best_version dev-lang/tcl | cut -d- -f3 | cut -d. -f1,2)" - - tar xzpf "${DISTDIR}"/${A} mgltools_source_${PV}/MGLPACKS/${MY_P}.tar.gz - tar xzpf mgltools_source_${PV}/MGLPACKS/${MY_P}.tar.gz -} - -src_prepare() { - find "${S}" -name CVS -type d -exec rm -rf '{}' \; >& /dev/null - find "${S}" -name LICENSE -type f -exec rm -f '{}' \; >& /dev/null - - sed \ - -e 's:^.*CVS:#&1:g' \ - -e 's:^.*LICENSE:#&1:g' \ - -i "${S}"/MANIFEST.in - - sed "s:8.4:${tcl_ver}:g" -i setup.py || die - distutils_src_prepare -} - -pkg_postinst() { - python_mod_optimize ${MY_PN} -} - -pkg_postrm() { - python_mod_cleanup ${MY_PN} -} diff --git a/sci-chemistry/mgltools-opengltk/mgltools-opengltk-1.5.6.ebuild b/sci-chemistry/mgltools-opengltk/mgltools-opengltk-1.5.6.ebuild index 35c017d..9621710 100644 --- a/sci-chemistry/mgltools-opengltk/mgltools-opengltk-1.5.6.ebuild +++ b/sci-chemistry/mgltools-opengltk/mgltools-opengltk-1.5.6.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 eutils prefix