diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-10-13 05:43:51 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-10-13 05:44:00 +1100 |
commit | ef530b1e8cbcd77a355a940c463b8d1721e8c615 (patch) | |
tree | 961df01f313042cbf937af3ae44e116249132fa2 /net-im/choqok | |
parent | net-im/choqok: amd64/x86 stable (diff) | |
download | gentoo-ef530b1e8cbcd77a355a940c463b8d1721e8c615.tar.gz gentoo-ef530b1e8cbcd77a355a940c463b8d1721e8c615.tar.bz2 gentoo-ef530b1e8cbcd77a355a940c463b8d1721e8c615.zip |
net-im/choqok: remove old
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-im/choqok')
-rw-r--r-- | net-im/choqok/choqok-1.5.ebuild | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/net-im/choqok/choqok-1.5.ebuild b/net-im/choqok/choqok-1.5.ebuild deleted file mode 100644 index 9e24c2e28d32..000000000000 --- a/net-im/choqok/choqok-1.5.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fa fi fr ga gl -hr hu is it ja km lt mr ms nb nds nl pa pl pt pt_BR ro ru sk sl sq sv tr ug -uk zh_CN zh_TW" -KDE_HANDBOOK="optional" -WEBKIT_REQUIRED="always" -inherit kde4-base - -DESCRIPTION="Free/Open Source micro-blogging client by KDE" -HOMEPAGE="http://choqok.gnufolks.org/" - -if [[ ${PV} != *9999* ]]; then - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - KEYWORDS="amd64 x86" -else - KEYWORDS="" -fi - -LICENSE="GPL-2+" -SLOT="4" -IUSE="ayatana debug telepathy" - -RDEPEND=" - dev-libs/libattica - dev-libs/qjson - >=dev-libs/qoauth-1.0.1:0 - ayatana? ( dev-libs/libindicate-qt ) - telepathy? ( net-libs/telepathy-qt[qt4] ) -" -DEPEND="${RDEPEND} - app-arch/xz-utils - sys-devel/gettext -" - -DOCS=( AUTHORS README TODO changelog ) - -src_prepare(){ - local mycmakeargs=( - $(cmake-utils_use !ayatana QTINDICATE_DISABLE) - $(cmake-utils_use_find_package telepathy TelepathyQt4) - ) - - kde4-base_src_prepare -} |