summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/telegram-qt/telegram-qt-9999-r1.ebuild')
-rw-r--r--net-libs/telegram-qt/telegram-qt-9999-r1.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/net-libs/telegram-qt/telegram-qt-9999-r1.ebuild b/net-libs/telegram-qt/telegram-qt-9999-r1.ebuild
deleted file mode 100644
index 022866f..0000000
--- a/net-libs/telegram-qt/telegram-qt-9999-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-#inherit python-any-r1 cmake-utils virtualx multibuild git-r3
-inherit cmake-utils git-r3
-
-DESCRIPTION="Telegram binding for Qt"
-HOMEPAGE="https://github.com/Kaffeine/telegram-qt"
-EGIT_REPO_URI=( "https://github.com/Kaffeine/telegram-qt.git" )
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtnetwork:5
-"
-DEPEND="${RDEPEND}
- >=dev-util/cmake-2.8.12
-"
-
-DOCS=( LICENSE.LGPL README.md )
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_TESTS=OFF
- -DENABLE_TESTAPP=OFF
- -DENABLE_EXAMPLES=OFF
- -DDESIRED_QT_VERSION=5
- )
- cmake-utils_src_configure
-}
-
-src_compile() {
- cmake-utils_src_compile
-}
-
-src_install() {
- cmake-utils_src_install
-}