From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B58EB1392EF for ; Wed, 12 Mar 2014 13:06:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91879E09EB; Wed, 12 Mar 2014 13:06:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BEE13E09EB for ; Wed, 12 Mar 2014 13:06:40 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7D8A33FB74 for ; Wed, 12 Mar 2014 13:06:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 2B30B188E9 for ; Wed, 12 Mar 2014 13:06:38 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1394627200.4f52b1affaa26e7bf68fadedc3691b3af4bc10d9.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevplatform/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevplatform/kdevplatform-1.6.0.ebuild dev-util/kdevplatform/kdevplatform-9999.ebuild X-VCS-Directories: dev-util/kdevplatform/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 4f52b1affaa26e7bf68fadedc3691b3af4bc10d9 X-VCS-Branch: master Date: Wed, 12 Mar 2014 13:06:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 64d668f7-775a-4381-98ae-9e4fc0b45376 X-Archives-Hash: 5d97a73dc5c73cab911fa0b71b7f5264 commit: 4f52b1affaa26e7bf68fadedc3691b3af4bc10d9 Author: Johannes Huber gentoo org> AuthorDate: Wed Mar 12 12:26:40 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Mar 12 12:26:40 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4f52b1af [dev-util/kdevplatform] Bumped in tree + sync Package-Manager: portage-2.2.8-r1 --- dev-util/kdevplatform/kdevplatform-1.6.0.ebuild | 53 ------------------------- dev-util/kdevplatform/kdevplatform-9999.ebuild | 8 ++-- 2 files changed, 3 insertions(+), 58 deletions(-) diff --git a/dev-util/kdevplatform/kdevplatform-1.6.0.ebuild b/dev-util/kdevplatform/kdevplatform-1.6.0.ebuild deleted file mode 100644 index 1e1b61d..0000000 --- a/dev-util/kdevplatform/kdevplatform-1.6.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -KMNAME="kdevelop" -KDE_MINIMAL="4.7" -KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl it kk nb nds nl pl -pt pt_BR ru sk sl sv th uk zh_CN zh_TW" -VIRTUALDBUS_TEST="true" -VIRTUALX_REQUIRED="test" -EGIT_REPONAME="${PN}" -inherit kde4-base - -DESCRIPTION="KDE development support libraries and apps" -LICENSE="GPL-2 LGPL-2" -IUSE="cvs debug reviewboard subversion" -SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.xz" - -if [[ $PV == *9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~amd64 ~ppc ~x86" -fi - -RESTRICT="test" - -DEPEND=" - dev-libs/boost:= - dev-libs/grantlee - reviewboard? ( dev-libs/qjson ) - subversion? ( - dev-libs/apr - dev-libs/apr-util - dev-vcs/subversion - ) -" -RDEPEND="${DEPEND} - !