commit: 281b7f638de44b1987cb0bf056ec9c3ba924069a Author: layman <layman <AT> localhost> AuthorDate: Mon Jul 18 19:08:05 2016 +0000 Commit: Mike Auty <ikelos <AT> gentoo <DOT> org> CommitDate: Mon Jul 18 19:08:05 2016 +0000 URL: https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=281b7f63
Add in build for new python decompiler. dev-python/pycdc/pycdc-9999.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/dev-python/pycdc/pycdc-9999.ebuild b/dev-python/pycdc/pycdc-9999.ebuild new file mode 100644 index 0000000..0127215 --- /dev/null +++ b/dev-python/pycdc/pycdc-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_4 ) +inherit git-r3 cmake-utils + +DESCRIPTION="" +HOMEPAGE="" +SRC_URI="" + +EGIT_REPO_URI="https://github.com/zrax/pycdc" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}"
