From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/kaudiocreator/, profiles/
Date: Tue, 11 Feb 2020 14:25:16 +0000 (UTC) [thread overview]
Message-ID: <1581431087.1338125d8dd78935c25763dd1098298469cc34d3.asturm@gentoo> (raw)
commit: 1338125d8dd78935c25763dd1098298469cc34d3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 14:24:47 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 14:24:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1338125d
media-sound/kaudiocreator: Remove last-rited package
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/kaudiocreator/Manifest | 1 -
.../kaudiocreator-1.3_p20190225.ebuild | 67 ----------------------
media-sound/kaudiocreator/metadata.xml | 12 ----
profiles/package.mask | 5 --
4 files changed, 85 deletions(-)
diff --git a/media-sound/kaudiocreator/Manifest b/media-sound/kaudiocreator/Manifest
deleted file mode 100644
index a3f5315f51b..00000000000
--- a/media-sound/kaudiocreator/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kaudiocreator-1.3_p20190225.tar.gz 762053 BLAKE2B 6527d260148ee32d5cb234808ae40205370fc98dd205f32fe74ae1e0958b3f5dffd4e93c338150caa7a990a3818f35a2dc925f351bad1bea98c3b8546840b524 SHA512 63d6e24f001b3664c001581f9e1d929adc096bd563d841a10dd9966ac4e56f1d4ae80ad90e4aa5b879529e8e6710242bce69a0a71cbbf5d3cd3d1f67abaa8957
diff --git a/media-sound/kaudiocreator/kaudiocreator-1.3_p20190225.ebuild b/media-sound/kaudiocreator/kaudiocreator-1.3_p20190225.ebuild
deleted file mode 100644
index 1f738fd28d7..00000000000
--- a/media-sound/kaudiocreator/kaudiocreator-1.3_p20190225.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-COMMIT="471cab933bf9e5a299d07e7cb1c0851e31e299f2"
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="CD ripper and audio encoder frontend based on KDE Frameworks"
-HOMEPAGE="https://kde.org/applications/multimedia/kaudiocreator/"
-SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2 FDL-1.2"
-KEYWORDS="amd64 x86"
-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
-}
-
-S="${WORKDIR}/${PN}-${COMMIT}"
diff --git a/media-sound/kaudiocreator/metadata.xml b/media-sound/kaudiocreator/metadata.xml
deleted file mode 100644
index 901dc7f2836..00000000000
--- a/media-sound/kaudiocreator/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
-</maintainer>
-<maintainer type="project">
- <email>sound@gentoo.org</email>
- <name>Gentoo Sound project</name>
-</maintainer>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 2eb9d7bcdb3..33c52368e9a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -606,11 +606,6 @@ sys-libs/libcxxrt
# Removal in 30 days. Bug #705256.
dev-python/ordereddict
-# Andreas Sturmlechner <asturm@gentoo.org> (2020-01-12)
-# Unmaintained upstream and redundant. Use media-sound/audex instead.
-# Removal in 30 days.
-media-sound/kaudiocreator
-
# Mart Raudsepp <leio@gentoo.org> (2020-01-11)
# End of life vala:0.42 series, please depclean.
# This message shall be kept until 2020-02-11.
reply other threads:[~2020-02-11 14:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1581431087.1338125d8dd78935c25763dd1098298469cc34d3.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox