From de73597d8dc13991bd40da0d57b1114e0c5a18c6 Mon Sep 17 00:00:00 2001 From: KronoZed Date: Thu, 11 Feb 2016 09:17:36 +0300 Subject: [PATCH] Create urtdsc-9999.ebuild --- games-util/urtdsc/urtdsc-9999.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 games-util/urtdsc/urtdsc-9999.ebuild diff --git a/games-util/urtdsc/urtdsc-9999.ebuild b/games-util/urtdsc/urtdsc-9999.ebuild new file mode 100644 index 0000000..a5cc644 --- /dev/null +++ b/games-util/urtdsc/urtdsc-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +inherit distutils git-2 + +DESCRIPTION="UrTDSC is a tool designed specially for anyone, who plays on +tournaments like Urban-Zone. This script shows screenshots for specified demo, +including address, that makes screenshot finding as easy as click on Close +button :-)" +HOMEPAGE="http://dev.pztrn.ru/projects/urtdsc/wiki" +EGIT_REPO_URI="http://github.com/KronoZed/urtdsc" + +LICENSE="GPL" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND="dev-lang/python + dev-python/PyQt4" +DEPEND="${RDEPEND}" + +src_unpack() { + git-2_src_unpack +}