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 AAC5F1381F3 for ; Tue, 28 May 2013 15:58:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12A5DE09ED; Tue, 28 May 2013 15:58:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7B0AE09ED for ; Tue, 28 May 2013 15:58:42 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B77B333E16E for ; Tue, 28 May 2013 15:58:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 38C6CE4402 for ; Tue, 28 May 2013 15:58:40 +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: <1369756711.2eb4645a4c58ebe98e28e46de30c794982c5f00e.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/homerun/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/homerun/homerun-1.0.0.ebuild X-VCS-Directories: kde-misc/homerun/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 2eb4645a4c58ebe98e28e46de30c794982c5f00e X-VCS-Branch: master Date: Tue, 28 May 2013 15:58:40 +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: be3a81fc-2bae-4a01-97cb-b3b9437d99dc X-Archives-Hash: aae8de140cafc7fd74c3bd577b33cdb9 commit: 2eb4645a4c58ebe98e28e46de30c794982c5f00e Author: Johannes Huber gentoo org> AuthorDate: Tue May 28 15:58:31 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue May 28 15:58:31 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2eb4645a [kde-misc/homerun] Moved to tree. Package-Manager: portage-2.2.0_alpha177 --- kde-misc/homerun/homerun-1.0.0.ebuild | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/kde-misc/homerun/homerun-1.0.0.ebuild b/kde-misc/homerun/homerun-1.0.0.ebuild deleted file mode 100644 index 03175ee..0000000 --- a/kde-misc/homerun/homerun-1.0.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -DECLARATIVE_REQUIRED="always" -VIRTUALX_REQUIRED="test" -VIRTUALDBUS_TEST="true" -KDE_LINGUAS="bs cs da de el es et fi fr ga gl hu lt mr nl pa pl pt pt_BR ro ru -sk sl sv tr uk zh_CN" -KDE_MINIMAL="4.10" -inherit kde4-base - -DESCRIPTION="Application launcher for KDE Plasma desktop" -HOMEPAGE="https://projects.kde.org/projects/playground/base/homerun" -[[ ${PV} == *9999 ]] || SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1 BSD" -KEYWORDS="~amd64 ~x86" -SLOT="4" -IUSE="debug" - -DEPEND=" - $(add_kdebase_dep libkworkspace) -" -RDEPEND=" - ${DEPEND} - $(add_kdebase_dep plasma-workspace) -" - -# Fails 2 out of 6, check later again. -# With virtualx/virtualdbus it hangs -RESTRICT="test"