From 8f4776e312f1790fc454a8ab5ac2e44d1c27e25a Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Thu, 10 May 2012 16:05:51 -0500 Subject: pybrain: bump to 0.3.1. --- sci-mathematics/pybrain/Manifest | 4 ++-- sci-mathematics/pybrain/pybrain-0.3.1.ebuild | 25 +++++++++++++++++++++++++ sci-mathematics/pybrain/pybrain-0.3.ebuild | 23 ----------------------- 3 files changed, 27 insertions(+), 25 deletions(-) create mode 100644 sci-mathematics/pybrain/pybrain-0.3.1.ebuild delete mode 100644 sci-mathematics/pybrain/pybrain-0.3.ebuild diff --git a/sci-mathematics/pybrain/Manifest b/sci-mathematics/pybrain/Manifest index ee54944..10fec28 100644 --- a/sci-mathematics/pybrain/Manifest +++ b/sci-mathematics/pybrain/Manifest @@ -1,2 +1,2 @@ -DIST PyBrain-0.3.zip 1729351 RMD160 514cc31caa7d5542fec56a3dafd56d09de14722d SHA1 b878b66f7fa65645df06cec41043edbfe7dca962 SHA256 f6e0d9e9985d0ce12180b810c3ad5c79e047ccd81ab388310314cb3757663fb3 -EBUILD pybrain-0.3.ebuild 568 RMD160 7a11a513bb8f4eb37bc792d4da2e0a328e5650a8 SHA1 dca777ba4fc0dec6713f49442355a90d69dd6239 SHA256 266a7311a5d84c4871a7bf9c2c84160d01974ee73ab8d1c3017118f97ba0ff3c +DIST pybrain-0.3.1.tar.gz 1155589 RMD160 2899fa0a7efe711b290083a904dca45206db47b2 SHA1 839994351d9e784f85001a0749427afadcf5fd95 SHA256 b1e388faf21235ee1e93cdc3850c2d0dbf735c0254cfbc9c666a14936f390b00 +EBUILD pybrain-0.3.1.ebuild 593 RMD160 82ff28cc20844b171d9836a6ac0c8b1807fa5b99 SHA1 9306f57f858b7f81e811028d44badaf538735c27 SHA256 6d281e000ecc7f047f797724eb47ed83a27cba49343ce23ee771e9a67895358a diff --git a/sci-mathematics/pybrain/pybrain-0.3.1.ebuild b/sci-mathematics/pybrain/pybrain-0.3.1.ebuild new file mode 100644 index 0000000..986249d --- /dev/null +++ b/sci-mathematics/pybrain/pybrain-0.3.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +inherit distutils + +DESCRIPTION="A modular machine learning library for Python" +HOMEPAGE="http://www.pybrain.org/" +SRC_URI="https://github.com/pybrain/pybrain/tarball/${PV} -> ${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" +RDEPEND="" +DEPEND="${RDEPEND}" +S=${WORKDIR}/pybrain-pybrain-87c7ac3 + +src_install() { + distutils_src_install + cp -r docs "${D}"usr/share/doc/${PF}/ || die + dodir /usr/share/${PN}/ + cp -r examples "${D}"usr/share/${PN}/ || die +} diff --git a/sci-mathematics/pybrain/pybrain-0.3.ebuild b/sci-mathematics/pybrain/pybrain-0.3.ebuild deleted file mode 100644 index c7266f0..0000000 --- a/sci-mathematics/pybrain/pybrain-0.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit distutils - -DESCRIPTION="A modular machine learning library for Python" -HOMEPAGE="http://www.pybrain.org/" -SRC_URI="http://www.pybrain.org/files/PyBrain-${PV}.zip" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" -RDEPEND="" -DEPEND="${RDEPEND}" -S=${WORKDIR}/pybrain-pybrain-a6bee81 - -src_install() { - distutils_src_install - cp -r docs "${D}"usr/share/doc/${PF}/ || die - dodir /usr/share/${PN}/ - cp -r examples "${D}"usr/share/${PN}/ || die -} -- cgit v1.2.3-65-gdbad