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 528C51381F3 for ; Wed, 10 Jul 2013 19:34:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20FF1E09C6; Wed, 10 Jul 2013 19:34:30 +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 ADF73E09C6 for ; Wed, 10 Jul 2013 19:34:29 +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 B341233E844 for ; Wed, 10 Jul 2013 19:34:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4E48BE468F for ; Wed, 10 Jul 2013 19:34:27 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1373484980.a6b7a7765441486d9c7dcbb20dbdd4d4fac231f5.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-video/plasma-mediacenter/ X-VCS-Repository: proj/kde X-VCS-Files: media-video/plasma-mediacenter/plasma-mediacenter-1.0.0.ebuild X-VCS-Directories: media-video/plasma-mediacenter/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: a6b7a7765441486d9c7dcbb20dbdd4d4fac231f5 X-VCS-Branch: master Date: Wed, 10 Jul 2013 19:34:27 +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: 85c63d32-b31d-43d9-bcd6-5e617e1a5235 X-Archives-Hash: 47cf6a30dd0c10085e547999217b7362 commit: a6b7a7765441486d9c7dcbb20dbdd4d4fac231f5 Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Wed Jul 10 19:36:20 2013 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Wed Jul 10 19:36:20 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a6b7a776 [media-video/plasma-mediacenter] moved to main tree Package-Manager: portage-2.2.0_alpha186 --- .../plasma-mediacenter-1.0.0.ebuild | 30 ---------------------- 1 file changed, 30 deletions(-) diff --git a/media-video/plasma-mediacenter/plasma-mediacenter-1.0.0.ebuild b/media-video/plasma-mediacenter/plasma-mediacenter-1.0.0.ebuild deleted file mode 100644 index c8a3de9..0000000 --- a/media-video/plasma-mediacenter/plasma-mediacenter-1.0.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -DECLARATIVE_REQUIRED="always" -OPENGL_REQUIRED="always" -inherit kde4-base - -DESCRIPTION="Unified media experience for any device capable of running KDE" -HOMEPAGE="http://www.kde.org/" - -if [[ ${KDE_BUILD_TYPE} != live ]]; then - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}-1.tar.gz" -fi - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="debug" - -DEPEND=" - $(add_kdebase_dep nepomuk-core) - dev-qt/qt-mobility[multimedia,qml] - media-libs/taglib -" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${PN}