Delete urtdsc-9999.ebuild

This commit is contained in:
KronoZed 2017-04-02 19:58:04 +03:00 committed by GitHub
parent d0fa8e0677
commit 5f163379cc
1 changed files with 0 additions and 27 deletions

View File

@ -1,27 +0,0 @@
# 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
}