From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SSZZy-0007PV-W6 for garchives@archives.gentoo.org; Thu, 10 May 2012 20:03:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3E23E0C5D; Thu, 10 May 2012 20:02:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A73B6E0C5D for ; Thu, 10 May 2012 20:02:02 +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 101EB1B400D for ; Thu, 10 May 2012 20:02:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C5340E542D for ; Thu, 10 May 2012 20:02:00 +0000 (UTC) From: "Donnie Berkholz" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Donnie Berkholz" Message-ID: <1336666991.0758089f42a1ab82d3191f6dc1898ba0e361e8e7.dberkholz@gentoo> Subject: [gentoo-commits] dev/dberkholz:master commit in: sci-mathematics/mlpy/ X-VCS-Repository: dev/dberkholz X-VCS-Files: sci-mathematics/mlpy/Manifest sci-mathematics/mlpy/mlpy-2.1.0.ebuild sci-mathematics/mlpy/mlpy-3.5.0.ebuild X-VCS-Directories: sci-mathematics/mlpy/ X-VCS-Committer: dberkholz X-VCS-Committer-Name: Donnie Berkholz X-VCS-Revision: 0758089f42a1ab82d3191f6dc1898ba0e361e8e7 X-VCS-Branch: master Date: Thu, 10 May 2012 20:02:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 62b02001-e033-40de-8d2c-060b7d1338e2 X-Archives-Hash: 1b383a0a3d49ac6d84b9cf6371394fc4 commit: 0758089f42a1ab82d3191f6dc1898ba0e361e8e7 Author: Donnie Berkholz gentoo org> AuthorDate: Thu May 10 16:23:11 2012 +0000 Commit: Donnie Berkholz gentoo org> CommitDate: Thu May 10 16:23:11 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/dberkholz.git;= a=3Dcommit;h=3D0758089f mlpy: bump to 3.5.0 --- sci-mathematics/mlpy/Manifest | 4 ++-- .../mlpy/{mlpy-2.1.0.ebuild =3D> mlpy-3.5.0.ebuild} | 14 +++++++-----= -- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sci-mathematics/mlpy/Manifest b/sci-mathematics/mlpy/Manifes= t index 2feedf6..6547ed1 100644 --- a/sci-mathematics/mlpy/Manifest +++ b/sci-mathematics/mlpy/Manifest @@ -1,2 +1,2 @@ -DIST MLPY-2.1.0.tar.gz 153360 RMD160 196fb0077a715612ceab3a655dcefb77b44= ab98c SHA1 b4e0fae9ca2eb635b132a169354ac1c4e0dd718c SHA256 435d5802a94024= 330c70379cd14267e6f73013b4b6c1df0144ad358c0db721b5 -EBUILD mlpy-2.1.0.ebuild 734 RMD160 55615cd8554af1518f137e07746d7649ddef= cb7a SHA1 9a723b633346d03a45809a6fe707e782d63e1fc8 SHA256 2b54b9b168907fe= 0846f003e18af19886eab1fccef9aeb457ea5106a37683e05 +DIST mlpy-3.5.0.tar.gz 1961206 RMD160 9dfb6387214859993d66db9108d07340aa= cb35c6 SHA1 32f986f7f0f7cce5c773d2909d34705eab39df16 SHA256 344fa75fbf9f7= 6af72f6a346d5309613defc4d244bac13c218e509a51d68bf6a +EBUILD mlpy-3.5.0.ebuild 703 RMD160 6f6c60a7754aca31b226896ee66e042aa4f6= fe48 SHA1 580706eaac12026714d3ee9c08ba9b40866bf02b SHA256 47802fe8898e6e3= 2a0dc557f326f6b9d263a63d892386699d6c681008be2671a diff --git a/sci-mathematics/mlpy/mlpy-2.1.0.ebuild b/sci-mathematics/mlp= y/mlpy-3.5.0.ebuild similarity index 74% rename from sci-mathematics/mlpy/mlpy-2.1.0.ebuild rename to sci-mathematics/mlpy/mlpy-3.5.0.ebuild index 79aaa5e..c5daf07 100644 --- a/sci-mathematics/mlpy/mlpy-2.1.0.ebuild +++ b/sci-mathematics/mlpy/mlpy-3.5.0.ebuild @@ -2,23 +2,23 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 +EAPI=3D4 + inherit distutils =20 -MY_PN=3D"MLPY" -MY_P=3D${MY_PN}-${PV} DESCRIPTION=3D"Machine Learning PYthon (mlpy) is a high-performance Pyth= on library for predictive modeling" HOMEPAGE=3D"https://mlpy.fbk.eu/" -SRC_URI=3D"https://mlpy.fbk.eu/download/src/${MY_P}.tar.gz" +SRC_URI=3D"mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE=3D"GPL-3" SLOT=3D"0" KEYWORDS=3D"~amd64" IUSE=3D"doc" -RDEPEND=3D">=3Dsci-libs/gsl-1.8 - >=3Ddev-python/numpy-1.1 - >=3Dvirtual/python-2.5" +RDEPEND=3D">=3Dsci-libs/gsl-1.11 + >=3Ddev-python/numpy-1.3 + >=3Dsci-libs/scipy-0.7 + >=3Ddev-lang/python-2.6" DEPEND=3D"${RDEPEND} doc? ( dev-python/sphinx )" -S=3D${WORKDIR}/${MY_P} =20 src_install() { distutils_src_install