commit:     08ac873b4a35c7e24ba3948c4a00d932b745b52e
Author:     Yuta SATOH <nigoro.dev <AT> gmail <DOT> com>
AuthorDate: Mon Oct 31 16:12:03 2016 +0000
Commit:     Yuta SATOH <nigoro <AT> gentoo <DOT> gr <DOT> jp>
CommitDate: Mon Oct 31 16:12:03 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-bsd.git/commit/?id=08ac873b

dev-util/catalyst-9999: import from latest tree.

 dev-util/catalyst/catalyst-9999.ebuild | 63 ++++++++++++++++++++++++++++++++++
 1 file changed, 63 insertions(+)

diff --git a/dev-util/catalyst/catalyst-9999.ebuild 
b/dev-util/catalyst/catalyst-9999.ebuild
new file mode 100644
index 0000000..adc1244
--- /dev/null
+++ b/dev-util/catalyst/catalyst-9999.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+if [[ ${PV} == *9999* ]]; then
+       SRC_ECLASS="git-2"
+       EGIT_REPO_URI="git://anongit.gentoo.org/proj/catalyst.git"
+       EGIT_BRANCH="master"
+       S="${WORKDIR}/${PN}"
+else
+       SRC_URI="mirror://gentoo/${P}.tar.bz2
+               https://dev.gentoo.org/~dolsen/releases/catalyst/${P}.tar.bz2
+               https://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2
+               https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2";
+       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd"
+fi
+
+PYTHON_COMPAT=( python{3_4,3_5} )
+
+inherit distutils-r1 multilib ${SRC_ECLASS}
+
+DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
+HOMEPAGE="https://www.gentoo.org/proj/en/releng/catalyst/";
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="ccache doc kernel_linux"
+
+DEPEND="
+       app-text/asciidoc
+       >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
+"
+RDEPEND="
+       =dev-python/pydecomp-9999[${PYTHON_USEDEP}]
+       app-arch/lbzip2
+       app-crypt/shash
+       app-arch/tar[xattr]
+       virtual/cdrtools
+       amd64? ( >=sys-boot/syslinux-3.72 )
+       ia64? ( sys-fs/dosfstools )
+       x86? ( >=sys-boot/syslinux-3.72 )
+       ccache? ( dev-util/ccache )
+       kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )
+"
+
+python_prepare_all() {
+       echo VERSION="${PV}" "${PYTHON}" setup.py set_version
+       VERSION="${PV}" "${PYTHON}" setup.py set_version
+}
+
+python_compile_all() {
+       # build the man pages and docs
+       emake
+}
+
+python_install_all() {
+       distutils-r1_python_install_all
+       if use doc; then
+               dodoc files/HOWTO.html files/docbook-xsl.css
+       fi
+}

Reply via email to