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 A06AA138334 for ; Sun, 24 Mar 2019 12:20:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BBA9E0920; Sun, 24 Mar 2019 12:20:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 131C8E0920 for ; Sun, 24 Mar 2019 12:20:21 +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 D621A335D24 for ; Sun, 24 Mar 2019 12:20:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3835B57D for ; Sun, 24 Mar 2019 12:20:15 +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: <1553429481.2570f0cf827cca3d719788303de57a0f7fd25a0b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/soundkonverter/soundkonverter-3.0.1-r1.ebuild X-VCS-Directories: media-sound/soundkonverter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2570f0cf827cca3d719788303de57a0f7fd25a0b X-VCS-Branch: master Date: Sun, 24 Mar 2019 12:20:15 +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: c535c00a-b307-49f3-b3f7-2e3eeccd7192 X-Archives-Hash: 3dcb0fbb17a26263d257703158c59d30 commit: 2570f0cf827cca3d719788303de57a0f7fd25a0b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 24 11:03:29 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 24 12:11:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2570f0cf media-sound/soundkonverter: Drop 3.0.1-r1 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../soundkonverter/soundkonverter-3.0.1-r1.ebuild | 57 ---------------------- 1 file changed, 57 deletions(-) diff --git a/media-sound/soundkonverter/soundkonverter-3.0.1-r1.ebuild b/media-sound/soundkonverter/soundkonverter-3.0.1-r1.ebuild deleted file mode 100644 index 3dea21807b6..00000000000 --- a/media-sound/soundkonverter/soundkonverter-3.0.1-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5 - -DESCRIPTION="Frontend to various audio converters" -HOMEPAGE="https://www.linux-apps.com/search?projectSearchText=soundKonverter - https://github.com/dfaust/soundkonverter" -SRC_URI="https://github.com/dfaust/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="" - -COMMON_DEPEND=" - $(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 kservice) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep solid) - $(add_kdeapps_dep libkcddb) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - media-libs/phonon[qt5(+)] - >=media-libs/taglib-1.10 - media-sound/cdparanoia -" -DEPEND="${COMMON_DEPEND} - sys-devel/gettext -" -RDEPEND="${COMMON_DEPEND} - !media-sound/soundkonverter:4 -" - -PATCHES=( "${FILESDIR}/${PN}-3.0.0-deps.patch" ) - -S="${WORKDIR}"/${P}/src - -pkg_postinst() { - kde5_pkg_postinst - - elog "soundKonverter optionally supports many different audio formats." - elog "You will need to install the appropriate encoding packages for the" - elog "formats you require. For a full listing, consult the README file" - elog "in /usr/share/doc/${PF}" -}