summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/choqok/choqok-1.1.ebuild')
-rw-r--r--net-im/choqok/choqok-1.1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/net-im/choqok/choqok-1.1.ebuild b/net-im/choqok/choqok-1.1.ebuild
deleted file mode 100644
index 7bc686fe125d..000000000000
--- a/net-im/choqok/choqok-1.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/choqok-1.1.ebuild,v 1.1 2011/04/12 12:53:32 tampakrap Exp $
-
-EAPI=3
-
-if [[ ${PV} != *9999* ]]; then
- KDE_LINGUAS="bg da de en_GB es et fr ja nb nds nl pa pl pt pt_BR ru sv tr uk zh_CN zh_TW"
- SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
- KDE_HANDBOOK="optional"
- KEYWORDS="~amd64 ~x86"
-else
- KDE_SCM="git"
- KEYWORDS=""
-fi
-
-inherit kde4-base
-
-DESCRIPTION="A Free/Open Source micro-blogging client for KDE"
-HOMEPAGE="http://choqok.gnufolks.org/"
-
-LICENSE="GPL-3"
-SLOT="4"
-IUSE="debug indicate"
-
-DEPEND="dev-libs/qjson
- >=dev-libs/qoauth-1.0.1
- indicate? ( dev-libs/libindicate-qt )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare(){
- mycmakeargs=(
- $(cmake-utils_use !indicate QTINDICATE_DISABLE)
- )
-
- kde4-base_src_prepare
-}