From: W. Trevor King Date: Thu, 6 Jun 2013 21:48:43 +0000 (-0400) Subject: WIP X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=95ccd2252d5fc1637843f7635dd37fa374819c09;p=wtk-overlay.git WIP --- diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index 13554c1..0d81878 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -1,35 +1,29 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: Exp $ - -# catalyst-3.9999 -> 3.0 branch from Git +# $Header: $ EAPI="5" -#PYTHON_COMPAT=(python{2_6,2_7,3_1,3_2,3_3} pypy1_9 ) -PYTHON_COMPAT=(python{2_6,2_7}) - -EGIT_REPO_URI="http://dev.gentoo.org/~dolsen/catalyst/" - -EGIT_MASTER="3.0" -EGIT_BRANCH="setup.py" - +#PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy1_9 ) +PYTHON_COMPAT=( python{2_6,2_7} ) -inherit git-2 eutils multilib python +inherit distutils-r1 git-2 DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux" HOMEPAGE="http://www.gentoo.org/proj/en/releng/catalyst/" +EGIT_REPO_URI="http://dev.gentoo.org/~dolsen/catalyst/" +EGIT_MASTER="3.0" +EGIT_BRANCH="setup.py" SRC_URI="" LICENSE="GPL-2" SLOT="0" -RESTRICT="" IUSE="ccache kernel_linux" KEYWORDS="" DEPEND="app-text/asciidoc - >=dev-python/snakeoil-0.5.2" + >=dev-python/snakeoil-0.5.2" RDEPEND="app-arch/lbzip2 app-crypt/shash @@ -45,15 +39,7 @@ python_prepare_all() { VERSION="${PV}" "${PYTHON}" setup.py set_version } - -python_install_all() { - distutils-r1_python_install_all -} - - -pkg_postinst() { - einfo "You can find more information about catalyst by checking out the" - einfo "catalyst project page at:" - einfo "http://www.gentoo.org/proj/en/releng/catalyst/index.xml" - echo +src_compile() { + emake + distutils-r1_src_compile }