From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6808138335 for ; Sun, 21 Jul 2019 14:10:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1FA4E0826; Sun, 21 Jul 2019 14:10:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88C15E0826 for ; Sun, 21 Jul 2019 14:10:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84489348330 for ; Sun, 21 Jul 2019 14:10:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E25906E9 for ; Sun, 21 Jul 2019 14:10:50 +0000 (UTC) From: "Andreas Sturmlechner" 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 Sturmlechner" Message-ID: <1563712733.11c5b02dd02412a36fcf9259c14b0f8d8121fabe.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/kaudiocreator/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/kaudiocreator/kaudiocreator-9999.ebuild media-sound/kaudiocreator/metadata.xml X-VCS-Directories: media-sound/kaudiocreator/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 11c5b02dd02412a36fcf9259c14b0f8d8121fabe X-VCS-Branch: master Date: Sun, 21 Jul 2019 14:10:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e474e661-ce49-48c5-a33c-681280425716 X-Archives-Hash: 2114cbefae45efee2be6b4715c67af3e commit: 11c5b02dd02412a36fcf9259c14b0f8d8121fabe Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 21 12:38:53 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 21 12:38:53 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=11c5b02d media-sound/kaudiocreator: Unmaintained, devs moved to audex Upstream commit f13303a4d41191f54e8b00cfbeae1b295bcfcb2d Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kaudiocreator/kaudiocreator-9999.ebuild | 63 ---------------------- media-sound/kaudiocreator/metadata.xml | 12 ----- 2 files changed, 75 deletions(-) diff --git a/media-sound/kaudiocreator/kaudiocreator-9999.ebuild b/media-sound/kaudiocreator/kaudiocreator-9999.ebuild deleted file mode 100644 index c2cdefa172..0000000000 --- a/media-sound/kaudiocreator/kaudiocreator-9999.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_TEST="forceoptional" -inherit kde5 - -DESCRIPTION="CD ripper and audio encoder frontend based on KDE Frameworks" -HOMEPAGE="https://kde.org/applications/multimedia/kaudiocreator/" - -LICENSE="GPL-2 FDL-1.2" -KEYWORDS="" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep knotifyconfig) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep solid) - $(add_kdeapps_dep libkcddb) - $(add_kdeapps_dep libkcompactdisc) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) - media-libs/libdiscid - media-libs/phonon[qt5(+)] - >=media-libs/taglib-1.5 -" -RDEPEND="${DEPEND} - $(add_kdeapps_dep audiocd-kio) -" - -DOCS=( Changelog TODO ) - -pkg_postinst() { - local stcnt=0 - - has_version media-libs/flac && stcnt=$((stcnt+1)) - has_version media-sound/lame && stcnt=$((stcnt+1)) - has_version media-sound/vorbis-tools && stcnt=$((stcnt+1)) - - if [[ ${stcnt} -lt 1 ]] ; then - elog "You should emerge at least one of the following packages" - elog "for ${PN} to do anything useful." - fi - elog "Optional runtime dependencies:" - elog "FLAC - media-libs/flac" - elog "MP3 - media-sound/lame" - elog "OGG - media-sound/vorbis-tools" - - kde5_pkg_postinst -} diff --git a/media-sound/kaudiocreator/metadata.xml b/media-sound/kaudiocreator/metadata.xml deleted file mode 100644 index 157f3b3fde..0000000000 --- a/media-sound/kaudiocreator/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - kde@gentoo.org - Gentoo KDE Project - - - sound@gentoo.org - Gentoo Sound project - -