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 1A9F659CA5 for ; Wed, 23 Mar 2016 17:23:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE2AF21C012; Wed, 23 Mar 2016 17:23:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F13B121C012 for ; Wed, 23 Mar 2016 17:23:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C73C340C74 for ; Wed, 23 Mar 2016 17:23:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F6E485D for ; Wed, 23 Mar 2016 17:23:20 +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: <1458753072.bf38a6aa6f355bb41c2bea6f5025abb451ce94c5.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-libs/taglib-extras/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/taglib-extras/metadata.xml media-libs/taglib-extras/taglib-extras-9999.ebuild X-VCS-Directories: media-libs/taglib-extras/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: bf38a6aa6f355bb41c2bea6f5025abb451ce94c5 X-VCS-Branch: master Date: Wed, 23 Mar 2016 17:23:20 +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: 7b5fbdd2-419d-4ab1-a226-13bbadb806e2 X-Archives-Hash: d0688d6e5684c29e57a75474375832ec commit: bf38a6aa6f355bb41c2bea6f5025abb451ce94c5 Author: Johannes Huber gentoo org> AuthorDate: Wed Mar 23 17:11:12 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Mar 23 17:11:12 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bf38a6aa media-libs/taglib-extras: Remove Dead upstream. Still based on kdelibs4. Stable version in tree available. Package-Manager: portage-2.2.28 media-libs/taglib-extras/metadata.xml | 8 ----- media-libs/taglib-extras/taglib-extras-9999.ebuild | 40 ---------------------- 2 files changed, 48 deletions(-) diff --git a/media-libs/taglib-extras/metadata.xml b/media-libs/taglib-extras/metadata.xml deleted file mode 100644 index 2fdbf33..0000000 --- a/media-libs/taglib-extras/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - kde@gentoo.org - Gentoo KDE Project - - diff --git a/media-libs/taglib-extras/taglib-extras-9999.ebuild b/media-libs/taglib-extras/taglib-extras-9999.ebuild deleted file mode 100644 index 038d242..0000000 --- a/media-libs/taglib-extras/taglib-extras-9999.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KMNAME="kdesupport" -KDE_SCM="svn" -KDE_REQUIRED="optional" -inherit kde4-base - -DESCRIPTION="Unofficial taglib plugins maintained by the Amarok team" -HOMEPAGE="http://developer.kde.org/~wheeler/taglib.html" - -LICENSE="GPL-2" -KEYWORDS="" -SLOT="0" -IUSE="debug" - -RDEPEND=" - >=media-libs/taglib-1.6 -" -DEPEND="${RDEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with kde) - ) - - kde4-base_src_configure -} - -pkg_postinst() { - if [[ -d "${ESVN_STORE_DIR}/playground/multimedia/${PN}" ]]; then - echo - ewarn "taglib-extras has been moved from playground/multimedia to kdesupport." - elog "You may now remove ${ESVN_STORE_DIR}/playground/multimedia/${PN}" - echo - fi -}