From 30b83cae14a25f7dc9070c5f6f6b6e7c3fb7c77d Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sun, 16 Jun 2013 12:03:10 +0200 Subject: sci-chemistry/cnsface: Bump to EAPI5 and distutils-r1.eclass Package-Manager: portage-2.2.0_alpha180 --- sci-chemistry/cnsface/ChangeLog | 6 +++++- sci-chemistry/cnsface/Manifest | 2 +- sci-chemistry/cnsface/cnsface-0.0.12.ebuild | 19 +++++++------------ sci-chemistry/cnsface/metadata.xml | 8 ++++---- 4 files changed, 17 insertions(+), 18 deletions(-) (limited to 'sci-chemistry') diff --git a/sci-chemistry/cnsface/ChangeLog b/sci-chemistry/cnsface/ChangeLog index 8b8ef62da..91fb75e01 100644 --- a/sci-chemistry/cnsface/ChangeLog +++ b/sci-chemistry/cnsface/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-chemistry/cnsface -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 16 Jun 2013; Justin Lecher cnsface-0.0.12.ebuild, + metadata.xml: + Bump to EAPI5 and distutils-r1.eclass + *cnsface-0.0.12 (01 Dec 2010) 01 Dec 2010; Justin Lecher +files/0.0.12-binary.patch, diff --git a/sci-chemistry/cnsface/Manifest b/sci-chemistry/cnsface/Manifest index b1bdb72df..a9914275b 100644 --- a/sci-chemistry/cnsface/Manifest +++ b/sci-chemistry/cnsface/Manifest @@ -1 +1 @@ -DIST cnsface-0.0.12-altoona.tar.gz 1442309 SHA256 add1a1f17fc103a5bb3a75003d8c0e64626b35c6ebbb8e2aa87fed1a0c05b655 +DIST cnsface-0.0.12-altoona.tar.gz 1442309 SHA256 add1a1f17fc103a5bb3a75003d8c0e64626b35c6ebbb8e2aa87fed1a0c05b655 SHA512 73bfaf75e89da0066d3ddab1e005b487b837719d5fe4235f8ebad31e84ab715fe829b094769982784c65641cb8c4febc827b2abe7737cf2c251bf4ae293e37c7 WHIRLPOOL f91dfaa22e619f3ab88c0f42d0cbed7df0dfc3d50707097808dc676ec47c067104bb1fcc8ef365a72b7c8d0853ede8b4b52d047ee5dc95ccd48779c1afc9f4a3 diff --git a/sci-chemistry/cnsface/cnsface-0.0.12.ebuild b/sci-chemistry/cnsface/cnsface-0.0.12.ebuild index 6c2903879..55e42f653 100644 --- a/sci-chemistry/cnsface/cnsface-0.0.12.ebuild +++ b/sci-chemistry/cnsface/cnsface-0.0.12.ebuild @@ -1,18 +1,16 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="3" +EAPI=5 -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +PYTHON_COMPAT=( python{2_6,2_7} ) -inherit distutils eutils +inherit distutils-r1 DESCRIPTION="GUI for the Crystallography and NMR System" HOMEPAGE="http://cnsface.sourceforge.net" -SRC_URI="mirror://sourceforge/${P}-altoona.tar.gz" +SRC_URI="mirror://sourceforge/project/cnsface/cnsface/Altoona/${P}-altoona.tar.gz" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" @@ -20,13 +18,10 @@ LICENSE="GPL-2" IUSE="" RDEPEND=" - dev-python/wxpython:2.8 + dev-python/wxpython:2.8[${PYTHON_USEDEP}] sci-chemistry/cns" DEPEND="${RDEPEND}" S="${WORKDIR}"/${P}-altoona -src_prepare() { - epatch "${FILESDIR}"/${PV}-binary.patch - distutils_src_prepare -} +PATCHES=( "${FILESDIR}"/${PV}-binary.patch ) diff --git a/sci-chemistry/cnsface/metadata.xml b/sci-chemistry/cnsface/metadata.xml index 0fbe927f0..d410f1573 100644 --- a/sci-chemistry/cnsface/metadata.xml +++ b/sci-chemistry/cnsface/metadata.xml @@ -1,8 +1,8 @@ -sci-chemistry - - sci@gentoo.org - + sci-chemistry + + sci@gentoo.org + -- cgit v1.2.3-65-gdbad