From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-818642-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BB299138D10 for <garchives@archives.gentoo.org>; Thu, 9 Jul 2015 19:49:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13649E088D; Thu, 9 Jul 2015 19:49:38 +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 8D7DDE088D for <gentoo-commits@lists.gentoo.org>; Thu, 9 Jul 2015 19:49:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 632BD3409B7 for <gentoo-commits@lists.gentoo.org>; Thu, 9 Jul 2015 19:49:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E15E773F for <gentoo-commits@lists.gentoo.org>; Thu, 9 Jul 2015 19:49:33 +0000 (UTC) From: "Johannes Huber" <johu@gentoo.org> 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" <johu@gentoo.org> Message-ID: <1436471385.89b115691754a572f4f64c6db002efed2647114c.johu@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/metadata.xml media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild X-VCS-Directories: media-video/plasma-mediacenter/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 89b115691754a572f4f64c6db002efed2647114c X-VCS-Branch: master Date: Thu, 9 Jul 2015 19:49:33 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a5acf4ce-311e-4c21-80b3-8ca857717917 X-Archives-Hash: 1ddd47ab51f7a840ce16e2cc1dbaefbf commit: 89b115691754a572f4f64c6db002efed2647114c Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Thu Jul 9 19:49:45 2015 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Thu Jul 9 19:49:45 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=89b11569 [media-video/plasma-mediacenter] Remove obsolete live version We have a released version in tree. Uses old semantic desktop stack. media-video/plasma-mediacenter/metadata.xml | 8 ---- .../plasma-mediacenter-9999.ebuild | 52 ---------------------- 2 files changed, 60 deletions(-) diff --git a/media-video/plasma-mediacenter/metadata.xml b/media-video/plasma-mediacenter/metadata.xml deleted file mode 100644 index 2d94d9b..0000000 --- a/media-video/plasma-mediacenter/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>kde</herd> - <use> - <flag name="nepomuk">Enable Nepomuk based semantic desktop support (deprecated)</flag> - </use> -</pkgmetadata> diff --git a/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild b/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild deleted file mode 100644 index 70434ed..0000000 --- a/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -DECLARATIVE_REQUIRED="always" -OPENGL_REQUIRED="always" -KDE_LINGUAS="bs ca ca@valencia cs da de el es fi fr gl hu it lv nl pl pt pt_BR sk sl sv tr uk zh_TW" -inherit kde4-base - -DESCRIPTION="Unified media experience for any device capable of running KDE" -HOMEPAGE="http://www.kde.org/ http://community.kde.org/Plasma/Plasma_Media_Center" - -if [[ ${KDE_BUILD_TYPE} != live ]]; then - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2" - S=${WORKDIR}/${PN} -fi - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="" -IUSE="debug nepomuk semantic-desktop" - -REQUIRED_USE="?? ( nepomuk semantic-desktop )" - -# bug 516686 -RESTRICT="test" - -RDEPEND=" - $(add_kdebase_dep plasma-workspace) - dev-qt/qt-mobility[multimedia,qml] - media-libs/taglib - nepomuk? ( $(add_kdebase_dep nepomuk-core) ) - semantic-desktop? ( $(add_kdebase_dep baloo) ) -" -DEPEND="${RDEPEND} - sys-devel/gettext -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package nepomuk NepomukCore) - $(cmake-utils_use_find_package semantic-desktop Baloo) - ) - - if ! use nepomuk && ! use semantic-desktop ; then - mycmakeargs+=( -DUSE_FILESYSTEM_MEDIA_SOURCE=ON ) - fi - - kde4-base_src_configure -}