Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/choqok/
Date: Wed, 12 Oct 2016 18:44:16
Message-Id: 1476297840.ef530b1e8cbcd77a355a940c463b8d1721e8c615.kensington@gentoo
1 commit: ef530b1e8cbcd77a355a940c463b8d1721e8c615
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 12 18:43:51 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 12 18:44:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef530b1e
7
8 net-im/choqok: remove old
9
10 Package-Manager: portage-2.3.2
11
12 net-im/choqok/choqok-1.5.ebuild | 49 -----------------------------------------
13 1 file changed, 49 deletions(-)
14
15 diff --git a/net-im/choqok/choqok-1.5.ebuild b/net-im/choqok/choqok-1.5.ebuild
16 deleted file mode 100644
17 index 9e24c2e..00000000
18 --- a/net-im/choqok/choqok-1.5.ebuild
19 +++ /dev/null
20 @@ -1,49 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fa fi fr ga gl
28 -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
29 -uk zh_CN zh_TW"
30 -KDE_HANDBOOK="optional"
31 -WEBKIT_REQUIRED="always"
32 -inherit kde4-base
33 -
34 -DESCRIPTION="Free/Open Source micro-blogging client by KDE"
35 -HOMEPAGE="http://choqok.gnufolks.org/"
36 -
37 -if [[ ${PV} != *9999* ]]; then
38 - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
39 - KEYWORDS="amd64 x86"
40 -else
41 - KEYWORDS=""
42 -fi
43 -
44 -LICENSE="GPL-2+"
45 -SLOT="4"
46 -IUSE="ayatana debug telepathy"
47 -
48 -RDEPEND="
49 - dev-libs/libattica
50 - dev-libs/qjson
51 - >=dev-libs/qoauth-1.0.1:0
52 - ayatana? ( dev-libs/libindicate-qt )
53 - telepathy? ( net-libs/telepathy-qt[qt4] )
54 -"
55 -DEPEND="${RDEPEND}
56 - app-arch/xz-utils
57 - sys-devel/gettext
58 -"
59 -
60 -DOCS=( AUTHORS README TODO changelog )
61 -
62 -src_prepare(){
63 - local mycmakeargs=(
64 - $(cmake-utils_use !ayatana QTINDICATE_DISABLE)
65 - $(cmake-utils_use_find_package telepathy TelepathyQt4)
66 - )
67 -
68 - kde4-base_src_prepare
69 -}