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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C4355158021 for ; Sun, 27 Nov 2022 15:12:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A01F4E0903; Sun, 27 Nov 2022 15:12:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 890A3E0903 for ; Sun, 27 Nov 2022 15:12:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CEFB341235 for ; Sun, 27 Nov 2022 15:12:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D96073C for ; Sun, 27 Nov 2022 15:12:39 +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: <1669561936.400284af93ebe76e957468f8e345d697172f2325.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-r2.ebuild X-VCS-Directories: media-sound/soundkonverter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 400284af93ebe76e957468f8e345d697172f2325 X-VCS-Branch: master Date: Sun, 27 Nov 2022 15:12:39 +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: e10ea95d-9a03-459f-9ccc-df893d092fbb X-Archives-Hash: ecec7c7d82dd36aae8922f61291990bc commit: 400284af93ebe76e957468f8e345d697172f2325 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 27 14:08:48 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 27 15:12:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=400284af media-sound/soundkonverter: drop 3.0.1-r2 Signed-off-by: Andreas Sturmlechner gentoo.org> .../soundkonverter/soundkonverter-3.0.1-r2.ebuild | 63 ---------------------- 1 file changed, 63 deletions(-) diff --git a/media-sound/soundkonverter/soundkonverter-3.0.1-r2.ebuild b/media-sound/soundkonverter/soundkonverter-3.0.1-r2.ebuild deleted file mode 100644 index 98e141c9a710..000000000000 --- a/media-sound/soundkonverter/soundkonverter-3.0.1-r2.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KFMIN=5.60.0 -QTMIN=5.12.3 -inherit ecm - -DESCRIPTION="Frontend to various audio converters" -HOMEPAGE="https://www.linux-apps.com/p/1126634/ https://github.com/dfaust/soundkonverter" -SRC_URI="https://github.com/dfaust/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="5" -KEYWORDS="~amd64 ~x86" - -BDEPEND=" - sys-devel/gettext -" -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - >=kde-apps/libkcddb-19.04.3:5 - >=kde-frameworks/kcompletion-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kdelibs4support-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/knotifications-${KFMIN}:5 - >=kde-frameworks/kservice-${KFMIN}:5 - >=kde-frameworks/ktextwidgets-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 - >=kde-frameworks/solid-${KFMIN}:5 - media-libs/phonon[qt5(+)] - >=media-libs/taglib-1.10 - media-sound/cdparanoia -" -RDEPEND="${DEPEND} - !media-sound/soundkonverter:4 -" - -PATCHES=( - "${FILESDIR}/${P}-deps.patch" # pending upstream - "${FILESDIR}/${P}-kf-5.72-findtaglib.patch" # pending upstream - "${FILESDIR}/${P}-fix-add-dirs.patch" - "${FILESDIR}/${P}-metainfodir.patch" -) - -S="${WORKDIR}"/${P}/src - -pkg_postinst() { - ecm_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}" -}