summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-18 23:07:17 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-19 10:41:32 +0200
commit53e481244457c5e6b409b334bfd893e17e458d23 (patch)
tree2612a701806a0dbbc8b0d3aa909dedb65f4d21a8 /media-sound
parentxorg-2.eclass: Fix EGIT_REPO_URI, #628226 (diff)
downloadgentoo-53e481244457c5e6b409b334bfd893e17e458d23.tar.gz
gentoo-53e481244457c5e6b409b334bfd893e17e458d23.tar.bz2
gentoo-53e481244457c5e6b409b334bfd893e17e458d23.zip
media-sound/kaudiocreator: Drop slot 4
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/kaudiocreator/Manifest1
-rw-r--r--media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild51
2 files changed, 0 insertions, 52 deletions
diff --git a/media-sound/kaudiocreator/Manifest b/media-sound/kaudiocreator/Manifest
index 0b71198b160d..0d23a20e29f4 100644
--- a/media-sound/kaudiocreator/Manifest
+++ b/media-sound/kaudiocreator/Manifest
@@ -1,2 +1 @@
-DIST 107645-kaudiocreator-1.3.tar.bz2 310937 SHA256 f0f13bea35ef5faf3fa3443701c0671f0fc89b5d3478fe286b32435df598ed70 SHA512 41df88f9d5a36fb33b516a6559218412e971ea65cdeff18cfb91acc78cf519a5af15821977e427df99c2d8d1b54f18790112a008097b720cd724d15fa8bcaaa0 WHIRLPOOL 43628ce619ccaa79d56e792287a42c72839c6d56fbc6df3d5aef4a0012b5525f2d6539db4e408c297aa07158733a206b64fcd3d8aa6a677d0f66af21cf6bab0e
DIST kaudiocreator-1.3_p20170806.tar.xz 706008 SHA256 73244d3f8cbd7ae3891994f4a67961afe8969dfe8c33d74b5757b0b35fbb3e77 SHA512 0e06092f8519e9a5a1341f828442de5eace4982723fcb466c23e771d4c42f0c67e91bbf59e6a924d0dc9f2cb8b7b04aaa1660ac97a0075ea6aae155f6a4b2533 WHIRLPOOL c23b125c3288ad0d804e65be9fb0fda0d3bfc9c526ec744d1ef46f0b29134b8e5ef4090d073ea6bef8a1c127d3957d06f68f2dbfb44db417388f16013eb50b6a
diff --git a/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild b/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
deleted file mode 100644
index 00a7dc1a086a..000000000000
--- a/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_LINGUAS="af ar be bg br bs ca ca@valencia cs cy da de el en_GB eo es et eu
-fa fi fr ga gl hi hne hr is it ja kk km lt lv mai mk ms nb nds ne nl nn oc pa
-pl pt_BR pt ro ru se sk sl sr@ijekavianlatin sr@ijekavian sr@Latn sr sv ta tg
-th tr ug uk xh zh_CN zh_HK zh_TW"
-inherit kde4-base
-
-DESCRIPTION="CD ripper and audio encoder frontend based on KDE Frameworks"
-HOMEPAGE="http://www.kde-apps.org/content/show.php?content=107645"
-SRC_URI="http://www.kde-apps.org/CONTENT/content-files/107645-${P}.tar.bz2"
-
-LICENSE="GPL-2 FDL-1.2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-DEPEND="
- $(add_kdeapps_dep libkcddb)
- $(add_kdeapps_dep libkcompactdisc)
- media-libs/libdiscid
- >=media-libs/taglib-1.5
-"
-RDEPEND="${DEPEND}
- kde-frameworks/kdelibs:4[udev,udisks(+)]
- $(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
- ewarn "You should emerge at least one of the following packages"
- ewarn "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"
-
- kde4-base_pkg_postinst
-}