commit:     ef530b1e8cbcd77a355a940c463b8d1721e8c615
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 18:43:51 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 18:44:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef530b1e

net-im/choqok: remove old

Package-Manager: portage-2.3.2

 net-im/choqok/choqok-1.5.ebuild | 49 -----------------------------------------
 1 file changed, 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 9e24c2e..00000000
--- 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
-}

Reply via email to