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 A21AF1381F3 for ; Wed, 21 Aug 2013 07:44:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F1F2E0B1C; Wed, 21 Aug 2013 07:44:17 +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 A6EBBE0B1C for ; Wed, 21 Aug 2013 07:44:16 +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 ADBB433EB31 for ; Wed, 21 Aug 2013 07:44:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 475B0E468F for ; Wed, 21 Aug 2013 07:44:14 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1377070835.a97f82f8faf28253fc29e51f763520ea64a0ac57.kensington@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.95.ebuild X-VCS-Directories: media-video/plasma-mediacenter/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: a97f82f8faf28253fc29e51f763520ea64a0ac57 X-VCS-Branch: master Date: Wed, 21 Aug 2013 07:44:14 +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: 386fd22e-82bb-4aec-8470-b269a4cc3665 X-Archives-Hash: 5cee24990154398b228e8b27ed87748e commit: a97f82f8faf28253fc29e51f763520ea64a0ac57 Author: Michael Palimaka gentoo org> AuthorDate: Wed Aug 21 07:40:35 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Aug 21 07:40:35 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a97f82f8 [media-video/plasma-mediacenter] Moved to main tree. Package-Manager: portage-2.2.0 --- .../plasma-mediacenter-1.0.95.ebuild | 30 ---------------------- 1 file changed, 30 deletions(-) diff --git a/media-video/plasma-mediacenter/plasma-mediacenter-1.0.95.ebuild b/media-video/plasma-mediacenter/plasma-mediacenter-1.0.95.ebuild deleted file mode 100644 index e0786ca..0000000 --- a/media-video/plasma-mediacenter/plasma-mediacenter-1.0.95.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/plasma-mediacenter/plasma-mediacenter-1.0.0.ebuild,v 1.1 2013/07/10 19:33:44 dilfridge Exp $ - -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/unstable/${PN}/${PV}/src/${P}.tar.bz2" -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}