diff options
author | 2015-10-17 20:32:04 +0100 | |
---|---|---|
committer | 2015-10-17 20:32:04 +0100 | |
commit | c469e23e35d193a7486cff96740e756a691c5ce9 (patch) | |
tree | 918f972b291e6f6adbb7f5e46955e93884e60aab /app-portage/gentoo-koam | |
parent | bump version (diff) | |
download | lmiphay-c469e23e35d193a7486cff96740e756a691c5ce9.tar.gz lmiphay-c469e23e35d193a7486cff96740e756a691c5ce9.tar.bz2 lmiphay-c469e23e35d193a7486cff96740e756a691c5ce9.zip |
initial ebuild for koam
Diffstat (limited to 'app-portage/gentoo-koam')
-rw-r--r-- | app-portage/gentoo-koam/Manifest | 1 | ||||
-rw-r--r-- | app-portage/gentoo-koam/gentoo-koam-9999.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/app-portage/gentoo-koam/Manifest b/app-portage/gentoo-koam/Manifest new file mode 100644 index 0000000..e5d49e3 --- /dev/null +++ b/app-portage/gentoo-koam/Manifest @@ -0,0 +1 @@ +EBUILD gentoo-koam-9999.ebuild 588 SHA256 cdb6aeff4202bf92f12b1a192e9b2f6c944e4219fd6373da877ccf64999ce550 SHA512 eecd0deab1c26b232c4974a5ba50dae6604be439e85142206cc5fbc0fd65a1421bf45b1701722582c4d34ac0d5fde152749b12679a2d3dcb6f753f27cc2893d3 WHIRLPOOL 2eacab0b65e5715f1b833c0e9d3d0f996dc956fd3e6654452ab82514a3d87b6bc00dc142cf4ab985376ade7d8588186b4c6bcd387271d5fc998afa263efb69a3 diff --git a/app-portage/gentoo-koam/gentoo-koam-9999.ebuild b/app-portage/gentoo-koam/gentoo-koam-9999.ebuild new file mode 100644 index 0000000..2ee4c26 --- /dev/null +++ b/app-portage/gentoo-koam/gentoo-koam-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=(python{2_7,3_{3,4}}) + +inherit eutils distutils-r1 git-r3 + +DESCRIPTION="UI to track merges on gentoo servers" +HOMEPAGE="https://github.com/lmiphay/gentoo-koam" +EGIT_REPO_URI="https://github.com/lmiphay/${PN}.git" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="kde" + +RDEPEND=" + app-portage/gentoo-oam + dev-python/PyQt4 + kde? ( dev-util/plasmate kde-base/plasma-workspace[python] kde-base/pykde4 ) +" +DEPEND="${RDEPEND} +" + +DOCS="README.md" |