diff options
-rw-r--r-- | dev-python/sancho/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/sancho/sancho-2.4.ebuild | 11 |
2 files changed, 11 insertions, 8 deletions
diff --git a/dev-python/sancho/ChangeLog b/dev-python/sancho/ChangeLog index 127d605737ed..ca6271e0fc45 100644 --- a/dev-python/sancho/ChangeLog +++ b/dev-python/sancho/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/sancho -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sancho/ChangeLog,v 1.46 2009/12/27 12:01:41 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sancho/ChangeLog,v 1.47 2010/06/29 04:45:57 arfrever Exp $ + + 29 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + sancho-2.4.ebuild: + Don't use NEED_PYTHON. 27 Dec 2009; Raúl Porcel <armin76@gentoo.org> sancho-2.4.ebuild: ia64/m68k/s390/sh/sparc stable wrt #288563 diff --git a/dev-python/sancho/sancho-2.4.ebuild b/dev-python/sancho/sancho-2.4.ebuild index f9826991a1ff..6e2ed57b367f 100644 --- a/dev-python/sancho/sancho-2.4.ebuild +++ b/dev-python/sancho/sancho-2.4.ebuild @@ -1,15 +1,14 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sancho/sancho-2.4.ebuild,v 1.11 2009/12/27 12:01:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sancho/sancho-2.4.ebuild,v 1.12 2010/06/29 04:45:57 arfrever Exp $ -EAPI="2" - -NEED_PYTHON="2.4" +EAPI="3" SUPPORT_PYTHON_ABIS="1" inherit distutils -MY_P=${P/s/S} +MY_P="Sancho-${PV}" + DESCRIPTION="Sancho is a unit testing framework" HOMEPAGE="http://www.mems-exchange.org/software/sancho/" SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${MY_P}.tar.gz" |