From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q9dGr-000523-Om for garchives@archives.gentoo.org; Tue, 12 Apr 2011 13:04:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44FF91C0D1; Tue, 12 Apr 2011 13:03:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 189ED1C0D1 for ; Tue, 12 Apr 2011 13:03:54 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FF441B411B for ; Tue, 12 Apr 2011 13:03:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B198180065 for ; Tue, 12 Apr 2011 13:03:52 +0000 (UTC) From: "Theo Chatzimichos" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Chatzimichos" Message-ID: <4b84879679577e702236afb763d29369b8dff3ae.tampakrap@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-im/choqok/ X-VCS-Repository: proj/kde X-VCS-Files: net-im/choqok/choqok-9999.ebuild X-VCS-Directories: net-im/choqok/ X-VCS-Committer: tampakrap X-VCS-Committer-Name: Theo Chatzimichos X-VCS-Revision: 4b84879679577e702236afb763d29369b8dff3ae Date: Tue, 12 Apr 2011 13:03:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 9f4dc279f1dc25bc3710dc44a6cee903 commit: 4b84879679577e702236afb763d29369b8dff3ae Author: Theo Chatzimichos gentoo org> AuthorDate: Tue Apr 12 12:57:12 2011 +0000 Commit: Theo Chatzimichos gentoo org> CommitDate: Tue Apr 12 13:03:42 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D4b848796 [net-im/choqok] Cleanup, sync with in-tree ebuild --- net-im/choqok/choqok-9999.ebuild | 21 ++++++++++++--------- 1 files changed, 12 insertions(+), 9 deletions(-) diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999= .ebuild index bf0b28b..601891d 100644 --- a/net-im/choqok/choqok-9999.ebuild +++ b/net-im/choqok/choqok-9999.ebuild @@ -1,34 +1,37 @@ # 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-0.9.90-r1.ebuild= ,v 1.1 2010/09/07 01:22:48 tampakrap Exp $ +# $Header: $ =20 EAPI=3D3 =20 - if [[ ${PV} !=3D *9999* ]]; then - KDE_LINGUAS=3D"bg da de en_GB es et fr ja nb nds nl pa pl pt pt_BR sv t= r uk zh_CN zh_TW" - SRC_URI=3D"http://choqok.gnufolks.org/pkgs/${PN}_${PV}.tar.bz2" + KDE_LINGUAS=3D"bg da de en_GB es et fr ja nb nds nl pa pl pt pt_BR ru s= v tr uk zh_CN zh_TW" + SRC_URI=3D"mirror://sourceforge/${PN}/${P}.tar.bz2" + KDE_HANDBOOK=3D"optional" + KEYWORDS=3D"~amd64 ~x86" +else + KDE_SCM=3D"git" + KEYWORDS=3D"" fi -KDE_SCM=3D"git" + inherit kde4-base =20 DESCRIPTION=3D"A Free/Open Source micro-blogging client for KDE" HOMEPAGE=3D"http://choqok.gnufolks.org/" =20 LICENSE=3D"GPL-3" -KEYWORDS=3D"" SLOT=3D"4" IUSE=3D"debug indicate" =20 DEPEND=3D"dev-libs/qjson - >=3Ddev-libs/qoauth-1.0.1 - indicate? ( dev-libs/libindicate-qt ) + >=3Ddev-libs/qoauth-1.0.1 + indicate? ( dev-libs/libindicate-qt ) " RDEPEND=3D"${DEPEND}" =20 src_prepare(){ mycmakeargs=3D( - $(cmake-utils_use indicate QTINDICATE_ENABLE) + $(cmake-utils_use !indicate QTINDICATE_DISABLE) ) =20 kde4-base_src_prepare