aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-06-16 12:03:10 +0200
committerJustin Lecher <jlec@gentoo.org>2013-06-16 12:03:10 +0200
commit30b83cae14a25f7dc9070c5f6f6b6e7c3fb7c77d (patch)
tree464c9ec80ef7410d0ac6e10d5e3625e844dd537a /sci-chemistry
parentsci-chemistry/chemBuild: Bump EAPI and python eclass (diff)
downloadsci-30b83cae14a25f7dc9070c5f6f6b6e7c3fb7c77d.tar.gz
sci-30b83cae14a25f7dc9070c5f6f6b6e7c3fb7c77d.tar.bz2
sci-30b83cae14a25f7dc9070c5f6f6b6e7c3fb7c77d.zip
sci-chemistry/cnsface: Bump to EAPI5 and distutils-r1.eclass
Package-Manager: portage-2.2.0_alpha180
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/cnsface/ChangeLog6
-rw-r--r--sci-chemistry/cnsface/Manifest2
-rw-r--r--sci-chemistry/cnsface/cnsface-0.0.12.ebuild19
-rw-r--r--sci-chemistry/cnsface/metadata.xml8
4 files changed, 17 insertions, 18 deletions
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 <jlec@gentoo.org> 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 <jlec@gentoo.org> +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 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-chemistry</herd>
-<maintainer>
- <email>sci@gentoo.org</email>
-</maintainer>
+ <herd>sci-chemistry</herd>
+ <maintainer>
+ <email>sci@gentoo.org</email>
+ </maintainer>
</pkgmetadata>