diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2007-05-05 19:51:41 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2007-05-05 19:51:41 +0000 |
commit | 39030ffb66abc1536ef573897139afd556094642 (patch) | |
tree | d7cb27193be26c6df07e8b31d211446e3fda0dc3 /dev-python | |
parent | Version bump, removed old ebuild. (diff) | |
download | gentoo-2-39030ffb66abc1536ef573897139afd556094642.tar.gz gentoo-2-39030ffb66abc1536ef573897139afd556094642.tar.bz2 gentoo-2-39030ffb66abc1536ef573897139afd556094642.zip |
Marked ~amd64 (bug #177216).
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/ruledispatch/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/ruledispatch/ruledispatch-0.5_pre2306.ebuild | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/ruledispatch/ChangeLog b/dev-python/ruledispatch/ChangeLog index e00e8af3b1be..34421d0651f2 100644 --- a/dev-python/ruledispatch/ChangeLog +++ b/dev-python/ruledispatch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/ruledispatch # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v 1.2 2007/05/05 19:02:43 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v 1.3 2007/05/05 19:51:41 lucass Exp $ + + 05 May 2007; Lukasz Strzygowski <lucass@gentoo.org> + ruledispatch-0.5_pre2306.ebuild: + Marked ~amd64 (bug #177216). *ruledispatch-0.5_pre2306 (05 May 2007) diff --git a/dev-python/ruledispatch/ruledispatch-0.5_pre2306.ebuild b/dev-python/ruledispatch/ruledispatch-0.5_pre2306.ebuild index 53c858515807..2736e54d1bb6 100644 --- a/dev-python/ruledispatch/ruledispatch-0.5_pre2306.ebuild +++ b/dev-python/ruledispatch/ruledispatch-0.5_pre2306.ebuild @@ -1,13 +1,11 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306.ebuild,v 1.1 2007/05/05 19:02:43 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306.ebuild,v 1.2 2007/05/05 19:51:41 lucass Exp $ NEED_PYTHON=2.4 inherit distutils versionator -KEYWORDS="~x86" - MY_PN=RuleDispatch MY_P=${MY_PN}-$(get_version_component_range 1-2)a0.dev-$(get_version_component_range 3-) MY_P=${MY_P/pre/r} @@ -15,6 +13,7 @@ MY_P=${MY_P/pre/r} DESCRIPTION="Rule-based Dispatching and Generic Functions" HOMEPAGE="http://peak.telecommunity.com/" SRC_URI="mirror://gentoo/${MY_P}.tar.gz" +KEYWORDS="~amd64 ~x86" LICENSE="|| ( PSF-2.4 ZPL )" SLOT="0" IUSE="" @@ -23,11 +22,10 @@ RDEPEND=">=dev-python/pyprotocols-1.0_pre2306" DEPEND="${RDEPEND} >=dev-python/setuptools-0.6_rc5" -S=${WORKDIR}/${MY_PN} +S="${WORKDIR}/${MY_PN}" PYTHON_MODNAME="dispatch" - src_test() { PYTHONPATH=./src/ "${python}" setup.py test || die "tests failed" } |