From a496358dbdf1df87e4544afc803a57b3cd5738c3 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 10 Jun 2013 11:09:04 +0200 Subject: sci-chemistry/mgltools-networkeditor: Drop old Package-Manager: portage-2.2.0_alpha179 --- sci-chemistry/mgltools-networkeditor/ChangeLog | 4 ++ sci-chemistry/mgltools-networkeditor/Manifest | 1 - .../mgltools-networkeditor-1.5.4-r1.ebuild | 56 ---------------------- .../mgltools-networkeditor-1.5.6.ebuild | 2 +- 4 files changed, 5 insertions(+), 58 deletions(-) delete mode 100644 sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.4-r1.ebuild diff --git a/sci-chemistry/mgltools-networkeditor/ChangeLog b/sci-chemistry/mgltools-networkeditor/ChangeLog index e8f065f91..ef4b065f9 100644 --- a/sci-chemistry/mgltools-networkeditor/ChangeLog +++ b/sci-chemistry/mgltools-networkeditor/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 10 Jun 2013; Justin Lecher + -mgltools-networkeditor-1.5.4-r1.ebuild, mgltools-networkeditor-1.5.6.ebuild: + Drop old + 14 Apr 2013; Justin Lecher mgltools-networkeditor-1.5.4-r1.ebuild, mgltools-networkeditor-1.5.6.ebuild: Correct license diff --git a/sci-chemistry/mgltools-networkeditor/Manifest b/sci-chemistry/mgltools-networkeditor/Manifest index ee2fd27a7..9d502556c 100644 --- a/sci-chemistry/mgltools-networkeditor/Manifest +++ b/sci-chemistry/mgltools-networkeditor/Manifest @@ -1,2 +1 @@ -DIST mgltools_source_1.5.4.tar.gz 25503517 SHA256 1ea3da342b4d49d7a92dcb5d6da1d805e71652fd70ba7a5653335990629c80f0 SHA512 e3372776674f5cf31d61627a52be938b6309392137e55250d4ba57f7d6112874ab4647faeb3c90db3b567590c67aa54e452e0f09fc1da547b1a4baccbe1e83d0 WHIRLPOOL c4a80d5b80eac042b533ff5dd815353e868233ea385a74374bc57709e89150227234a2f2af6c477d0efa1a3e1c17cedfd5a15eb6a950e49f09ef960613d15726 DIST mgltools_source_1.5.6.tar.gz 40275811 SHA256 60123b11d4a0b65d09781fe61f6d42b5d731c04d86de09364f59a245f193842d SHA512 4ed956197f08b7c3779f0bb39393b40cdaff3461071b48815200c6ad0dce2de87375cda96fe20d3ace4ab81ba6b8cdb50b58d82f5e5b54fe2c7751201ff2f63e WHIRLPOOL 0f0454f4a773c9dce0f3b7bebbf8e089b2ccdeb827b38a3fd7dfa0bcb5bc92f4355cac44720498ac2b7b37546390e809938d5846002b335667c1dbd807f23350 diff --git a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.4-r1.ebuild b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.4-r1.ebuild deleted file mode 100644 index c20aed025..000000000 --- a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.4-r1.ebuild +++ /dev/null @@ -1,56 +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 - -MY_PN="NetworkEditor" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="mgltools plugin -- NetworkEditor" -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="" -DEPEND="${RDEPEND} - dev-lang/swig" - -RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*" -S="${WORKDIR}"/${MY_P} - -DOCS="NetworkEditor/RELNOTES" - -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() { - 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 - distutils_src_prepare -} - -pkg_postinst() { - python_mod_optimize ${MY_PN} -} - -pkg_postrm() { - python_mod_cleanup ${MY_PN} -} diff --git a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild index bee202d28..c3e4c2fb4 100644 --- a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild +++ b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-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 -- cgit v1.2.3-65-gdbad