WIP wip
authorW. Trevor King <wking@tremily.us>
Thu, 6 Jun 2013 21:48:43 +0000 (17:48 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 6 Jun 2013 22:02:25 +0000 (18:02 -0400)
dev-util/catalyst/catalyst-9999.ebuild

index 13554c19e19a1170a2a26b6edfea51ac3635e3e9..0d818785c26e9c48c733226234a62a7339d1e758 100644 (file)
@@ -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
 }