summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/tox-gui-qt')
-rw-r--r--net-im/tox-gui-qt/Manifest1
-rw-r--r--net-im/tox-gui-qt/tox-gui-qt-9999.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/net-im/tox-gui-qt/Manifest b/net-im/tox-gui-qt/Manifest
deleted file mode 100644
index 5a24a16..0000000
--- a/net-im/tox-gui-qt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD tox-gui-qt-9999.ebuild 607 SHA256 c9a0ddd11c2cc13889d08ca8a5b730881d7cef5d8751be204aca44cecff70d32 SHA512 27e0784f2e3563a84212748ddd16f49b759f3e9a87db93bcec7e948ccc76c1d06220de16108a3b8c2a46b540730b8846bc3da20ed740367fe89bb44810bc0a4b WHIRLPOOL 6e0ea066240f7c89a59db247df853fab5e5740f55b8cf3f6a92cc060fd02efe0ee2fe91f8449befeadb24c9b7d32b6396312add9cff7632696711182d5b98ec9
diff --git a/net-im/tox-gui-qt/tox-gui-qt-9999.ebuild b/net-im/tox-gui-qt/tox-gui-qt-9999.ebuild
deleted file mode 100644
index ec3e4ad..0000000
--- a/net-im/tox-gui-qt/tox-gui-qt-9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-EGIT_REPO_URI="git://github.com/nurupo/ProjectTox-Qt-GUI.git"
-
-inherit qmake-utils git-2
-
-DESCRIPTION="A front end for ProjectTox Core written in Qt5 and C++."
-HOMEPAGE="http://tox.im"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="-*"
-IUSE="nacl"
-
-RDEPEND="
- net-im/tox-core
- dev-qt/qtcore:5
- dev-qt/qtdeclarative:5
- dev-qt/qtwidgets:5
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- :
-}
-
-src_configure() {
- eqmake5 projectfiles/QtCreator/TOX-Qt-GUI.pro
-}
-
-src_install() {
- dobin TOX-Qt-GUI
-}