summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-15 00:01:51 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-15 00:01:51 +0100
commit9fd953b2870c84d5fc76bc74152486396caf675e (patch)
treee7c150cd64cfd663958c0a8095c8873e8c2757d7 /media-sound
parentnet-im/gajim: Update GTK+ icon cache (diff)
downloadgentoo-9fd953b2870c84d5fc76bc74152486396caf675e.tar.gz
gentoo-9fd953b2870c84d5fc76bc74152486396caf675e.tar.bz2
gentoo-9fd953b2870c84d5fc76bc74152486396caf675e.zip
profiles: Remove last-rited packages
Closes: https://bugs.gentoo.org/633498 Closes: https://bugs.gentoo.org/633510 Closes: https://bugs.gentoo.org/633502 Closes: https://bugs.gentoo.org/620722 Closes: https://bugs.gentoo.org/608174
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/k4guitune/Manifest1
-rw-r--r--media-sound/k4guitune/files/k4guitune-1.1.1-desktop_entry.patch10
-rw-r--r--media-sound/k4guitune/k4guitune-1.1.1.ebuild32
-rw-r--r--media-sound/k4guitune/metadata.xml12
-rw-r--r--media-sound/kenvy24/Manifest1
-rw-r--r--media-sound/kenvy24/kenvy24-1.2.ebuild25
-rw-r--r--media-sound/kenvy24/metadata.xml15
-rw-r--r--media-sound/kmidimon/Manifest1
-rw-r--r--media-sound/kmidimon/files/kmidimon-0.7.5-kdelibs-4.14.11.patch17
-rw-r--r--media-sound/kmidimon/kmidimon-0.7.5.ebuild36
-rw-r--r--media-sound/kmidimon/metadata.xml15
-rw-r--r--media-sound/kradio/Manifest1
-rw-r--r--media-sound/kradio/files/kradio-4.0.7-include.patch15
-rw-r--r--media-sound/kradio/kradio-4.0.8.ebuild75
-rw-r--r--media-sound/kradio/metadata.xml11
-rw-r--r--media-sound/skype-call-recorder/Manifest1
-rw-r--r--media-sound/skype-call-recorder/files/skype-call-recorder-0.8-cmake.patch19
-rw-r--r--media-sound/skype-call-recorder/metadata.xml8
-rw-r--r--media-sound/skype-call-recorder/skype-call-recorder-0.11.ebuild32
-rw-r--r--media-sound/waheela/Manifest1
-rw-r--r--media-sound/waheela/metadata.xml8
-rw-r--r--media-sound/waheela/waheela-0.3.ebuild21
22 files changed, 0 insertions, 357 deletions
diff --git a/media-sound/k4guitune/Manifest b/media-sound/k4guitune/Manifest
deleted file mode 100644
index bca8d5426ea4..000000000000
--- a/media-sound/k4guitune/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST 117669-k4guitune-1.1.1.tar.gz 189593 SHA256 1fcbf28c87c3127864baae19458fdc70f96755b0ccbaddb0de2be8d0437e37a1 SHA512 c0fd70c48063530dc414a018437ac04a24e77b9da3042ef4e4adaec6f4232bb84c0dcf709bb3510e9bb871a10aa2d31418a755b95440cad7ccceca464c1b62fc WHIRLPOOL 40f2c9582ae14ee834d09de3604c69239f832c018b5aa9be28db52bac35e90c9b9deb7764e25fa8c7003630b044ab65040a92fc8dd312918e899af90d81787c2
diff --git a/media-sound/k4guitune/files/k4guitune-1.1.1-desktop_entry.patch b/media-sound/k4guitune/files/k4guitune-1.1.1-desktop_entry.patch
deleted file mode 100644
index 34ff6501df29..000000000000
--- a/media-sound/k4guitune/files/k4guitune-1.1.1-desktop_entry.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- k4guitune.orig/src/k4guitune.desktop 2009-12-29 14:54:54.000000000 +0100
-+++ k4guitune/src/k4guitune.desktop 2012-01-12 14:42:56.000000000 +0100
-@@ -7,6 +7,6 @@
- DocPath=k4guitune/index.html
- Categories=Qt;KDE;AudioVideo;
- GenericName=A chromatic tumer for KDE4
--Terminal=0
-+Terminal=false
-
- X-Ubuntu-Gettext-Domain=desktop_kdesdk
diff --git a/media-sound/k4guitune/k4guitune-1.1.1.ebuild b/media-sound/k4guitune/k4guitune-1.1.1.ebuild
deleted file mode 100644
index e6af74cbea54..000000000000
--- a/media-sound/k4guitune/k4guitune-1.1.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-QT3SUPPORT_REQUIRED="true"
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="Program to tune musical instruments using your computer's mic- or line- input"
-HOMEPAGE="http://wspinell.altervista.org/k4guitune/ http://www.kde-apps.org/content/show.php/K4Guitune?content=117669"
-SRC_URI="http://www.kde-apps.org/CONTENT/content-files/117669-${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="sci-libs/fftw:3.0="
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}
-
-PATCHES=( "${FILESDIR}/${P}-desktop_entry.patch" )
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_doc=$(usex handbook)
- )
-
- kde4-base_src_configure
-}
diff --git a/media-sound/k4guitune/metadata.xml b/media-sound/k4guitune/metadata.xml
deleted file mode 100644
index 7535b65bde63..000000000000
--- a/media-sound/k4guitune/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>sound@gentoo.org</email>
- <name>Gentoo Sound project</name>
- </maintainer>
-<maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/media-sound/kenvy24/Manifest b/media-sound/kenvy24/Manifest
deleted file mode 100644
index 3c9f48ffb8d9..000000000000
--- a/media-sound/kenvy24/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kenvy24-1.2-src.tgz 701921 SHA256 6482bf008adffad4360bd85c3baee3c93450553be42ed65ef333e4a74150fbad SHA512 32fbac4c1c93fbc36001b5cd09c19b179ea15ec6a303d7980cd9a153e115b4edaf12aea1b874f30d9f423d149e662974d6d9669644aba8dc153f163ced9e5044 WHIRLPOOL 8c92d6506142b38b5d01493143dce9d9f3b5c93eb6d96a6878a4474b99e111032bbbdd9070118525bb47be283788f2f2dd94cf995ac0f50ef314510f15e81dcb
diff --git a/media-sound/kenvy24/kenvy24-1.2.ebuild b/media-sound/kenvy24/kenvy24-1.2.ebuild
deleted file mode 100644
index 9d947568ce9b..000000000000
--- a/media-sound/kenvy24/kenvy24-1.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-# po/ directory is disabled in CMakeLists.txt
-# KDE_LINGUAS="es fr pl ro"
-inherit kde4-base
-
-DESCRIPTION="VIA Envy24 based sound card control utility for KDE"
-HOMEPAGE="https://sourceforge.net/projects/kenvy24/"
-SRC_URI="mirror://sourceforge/kenvy24/${P}-src.tgz"
-
-LICENSE="GPL-3"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +handbook"
-
-DEPEND="
- media-libs/alsa-lib
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-S=${WORKDIR}/${P}-src
diff --git a/media-sound/kenvy24/metadata.xml b/media-sound/kenvy24/metadata.xml
deleted file mode 100644
index 829e2a9666e1..000000000000
--- a/media-sound/kenvy24/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sound@gentoo.org</email>
- <name>Gentoo Sound project</name>
- </maintainer>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">kenvy24</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-sound/kmidimon/Manifest b/media-sound/kmidimon/Manifest
deleted file mode 100644
index 38be796e9992..000000000000
--- a/media-sound/kmidimon/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kmidimon-0.7.5.tar.bz2 285207 SHA256 0f44e69eedf4ea9bac013182352e2f5a5c81a0ea8d2f6ed979432868381c460e SHA512 4ed2db2e0e1af951ad664c64f9a4ae26f9809f826de43a02188cc6051086319386fee6b061da30943709c4b05b5845b9519f72b4310b17516765ae7a51d8725a WHIRLPOOL 03a329ef722182bd22b4ab1d013cdd72fe1ab455fc6194133f9e4a5bd30d6d59283871b597f9a7dc1ccf0517556cd1387f193c6dae9c4b14dc5ebdaf9c340b78
diff --git a/media-sound/kmidimon/files/kmidimon-0.7.5-kdelibs-4.14.11.patch b/media-sound/kmidimon/files/kmidimon-0.7.5-kdelibs-4.14.11.patch
deleted file mode 100644
index 833be9694c32..000000000000
--- a/media-sound/kmidimon/files/kmidimon-0.7.5-kdelibs-4.14.11.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-The uninstall target is created automatically by FindKDE4Internal. Due to
-cmake policy changes in kdelibs-4.14.11, this target name collision causes
-a build failure.
-
-https://bugs.gentoo.org/show_bug.cgi?id=559180
-
---- CMakeLists.txt
-+++ CMakeLists.txt
-@@ -132,8 +132,6 @@
- "${CMAKE_SOURCE_DIR}/cmake_admin/cmake_uninstall.cmake.in"
- "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
- IMMEDIATE @ONLY)
--ADD_CUSTOM_TARGET(uninstall
-- "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
-
- ADD_CUSTOM_TARGET ( tarball
- COMMAND mkdir -p kmidimon-${VERSION}
diff --git a/media-sound/kmidimon/kmidimon-0.7.5.ebuild b/media-sound/kmidimon/kmidimon-0.7.5.ebuild
deleted file mode 100644
index 966d78670bc9..000000000000
--- a/media-sound/kmidimon/kmidimon-0.7.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KDE_LINGUAS="cs es ja"
-KDE_HANDBOOK="optional"
-QT3SUPPORT_REQUIRED="true"
-inherit kde4-base
-
-DESCRIPTION="A MIDI monitor for ALSA sequencer"
-HOMEPAGE="http://kmidimon.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-RDEPEND="
- media-libs/alsa-lib
- >=media-sound/drumstick-0.5
- <media-sound/drumstick-1.0.0
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-PATCHES=( "${FILESDIR}/${P}-kdelibs-4.14.11.patch" )
-
-src_configure() {
- local mycmakeargs=(
- -DSTATIC_DRUMSTICK=OFF
- )
-
- kde4-base_src_configure
-}
diff --git a/media-sound/kmidimon/metadata.xml b/media-sound/kmidimon/metadata.xml
deleted file mode 100644
index e3a6e95b81ee..000000000000
--- a/media-sound/kmidimon/metadata.xml
+++ /dev/null
@@ -1,15 +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>
- <upstream>
- <remote-id type="sourceforge">kmidimon</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-sound/kradio/Manifest b/media-sound/kradio/Manifest
deleted file mode 100644
index 11984dc0c00e..000000000000
--- a/media-sound/kradio/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kradio4-4.0.8.tar.bz2 1694959 SHA256 b6a0354ee0d8a69700b95428cf305940d00ff67c1a3268e8fdd9852bbacc000e SHA512 5c10cd8135d5c595cc3b1de83e59dd8913edd06ec2a74a1d69afcb01ad720eac51baea1fd53328d99f307feceb5c5f98db353f9ee94581fd290b34f6de509784 WHIRLPOOL 1a9f39d869c8f0498cf9f8924f2affd9b16f92231f3fc3a76e2d622ad0e33b610eecf144bf5780893556abb7523b121bf7b0accc85833ce96adf41f2cf0a55b1
diff --git a/media-sound/kradio/files/kradio-4.0.7-include.patch b/media-sound/kradio/files/kradio-4.0.7-include.patch
deleted file mode 100644
index 4a0d6aaf6f5d..000000000000
--- a/media-sound/kradio/files/kradio-4.0.7-include.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-KDE4_INCLUDES also contains Qt includes required by KDE.
-See FindKDE4Internal.cmake for more details.
-
-Fixes Gentoo bug #510500.
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -55,7 +55,7 @@
- )
-
- INCLUDE_DIRECTORIES(
-- ${KDE4_INCLUDE_DIR}
-+ ${KDE4_INCLUDES}
- ${QT_INCLUDE_DIR}
- ${Boost_INCLUDE_DIRS}
- ${CMAKE_CURRENT_BINARY_DIR}/src
diff --git a/media-sound/kradio/kradio-4.0.8.ebuild b/media-sound/kradio/kradio-4.0.8.ebuild
deleted file mode 100644
index 478201045663..000000000000
--- a/media-sound/kradio/kradio-4.0.8.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_LINGUAS_DIR=( po convert-presets/po )
-PLUGINS=(
- alsa-sound dbus gui-docking-menu gui-error-log gui-quickbar
- gui-standard-display internetradio lirc mpris oss-sound radio recording shortcuts
- soundserver streaming timecontrol timeshifter v4lradio
-)
-KDE_LINGUAS="cs de es is it pl pt pt_BR ru sk sr@latin tr uk"
-QT3SUPPORT_REQUIRED="true"
-inherit kde4-base
-
-MY_P=${PN}4-${PV/_/-}
-
-DESCRIPTION="kradio is a radio tuner application for KDE"
-HOMEPAGE="http://kradio.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="4"
-IUSE="alsa debug encode ffmpeg libav lirc +mp3 +vorbis v4l"
-
-DEPEND="
- media-libs/libsndfile
- alsa? ( media-libs/alsa-lib )
- ffmpeg? (
- >=media-libs/libmms-0.4
- libav? ( media-video/libav:= )
- !libav? ( media-video/ffmpeg:0= )
- )
- lirc? ( app-misc/lirc )
- mp3? ( media-sound/lame )
- vorbis? (
- media-libs/libvorbis
- media-libs/libogg
- )
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}/${PN}-4.0.7-include.patch" )
-
-src_prepare() {
- local lang
- for lang in ${KDE_LINGUAS} ; do
- if ! use "l10n_$(kde4_lingua_to_l10n "${lang}")" ; then
- for dir in "${KDE_LINGUAS_DIR[@]}" ; do
- rm ${dir}/${lang}.po
- done
- for plugin in "${PLUGINS[@]}" ; do
- rm plugins/${plugin}/po/${lang}.po
- done
- fi
- done
-
- kde4-base_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_ALSA=$(usex alsa)
- -DWITH_FFMPEG=$(usex ffmpeg)
- -DWITH_LIRC=$(usex lirc)
- -DWITH_LAME=$(usex mp3)
- -DWITH_OGG_VORBIS=$(usex vorbis)
- -DWITH_V4L2=$(usex v4l)
- )
-
- kde4-base_src_configure
-}
diff --git a/media-sound/kradio/metadata.xml b/media-sound/kradio/metadata.xml
deleted file mode 100644
index 8988fcbad10c..000000000000
--- a/media-sound/kradio/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- <upstream>
- <remote-id type="sourceforge">kradio</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-sound/skype-call-recorder/Manifest b/media-sound/skype-call-recorder/Manifest
deleted file mode 100644
index c00e35754ce5..000000000000
--- a/media-sound/skype-call-recorder/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST skype-call-recorder-0.11.tar.gz 88079 SHA256 284268dc9634b67eb2d991daa0e3954ecb93b383a20ac1e89586e0f35d6629c2 SHA512 b0de83bb9b6d3db953de3443db4ee79884df83cc0f03c606d932efe036f80f75232969e424df61e5b8c9d00cd748f3067d5209ff353b58440af711e9dff58e53 WHIRLPOOL 762fca3df340bffe3ba998a4aec66fd50000bc21b3a1f1844c90bc1f19f3865977d565c308ac7e1f0103d248d205d0e1948d6949551e3d106d093f6983e32a2c
diff --git a/media-sound/skype-call-recorder/files/skype-call-recorder-0.8-cmake.patch b/media-sound/skype-call-recorder/files/skype-call-recorder-0.8-cmake.patch
deleted file mode 100644
index 74989e025915..000000000000
--- a/media-sound/skype-call-recorder/files/skype-call-recorder-0.8-cmake.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -ruN skype-call-recorder-0.8/CMakeLists.txt my/CMakeLists.txt
---- skype-call-recorder-0.8/CMakeLists.txt 2008-11-18 23:39:18.000000000 +0100
-+++ my/CMakeLists.txt 2011-07-23 15:39:56.456877971 +0200
-@@ -5,14 +5,9 @@
- PROJECT(skype-call-recorder)
- SET(TARGET skype-call-recorder)
-
--SET(CMAKE_BUILD_TYPE RELEASE)
--#SET(CMAKE_BUILD_TYPE DEBUG)
--
- # compiler flags
-
--SET(CMAKE_CXX_FLAGS "-Wall -W -pipe -fno-exceptions")
--SET(CMAKE_CXX_FLAGS_DEBUG "-ggdb")
--SET(CMAKE_CXX_FLAGS_RELEASE "-O2 -s")
-+SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -W -pipe -fno-exceptions")
-
- # sources
-
diff --git a/media-sound/skype-call-recorder/metadata.xml b/media-sound/skype-call-recorder/metadata.xml
deleted file mode 100644
index 613d45e5ffa8..000000000000
--- a/media-sound/skype-call-recorder/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>reavertm@gentoo.org</email>
- <name>Maciej Mrozowski</name>
- </maintainer>
-</pkgmetadata>
diff --git a/media-sound/skype-call-recorder/skype-call-recorder-0.11.ebuild b/media-sound/skype-call-recorder/skype-call-recorder-0.11.ebuild
deleted file mode 100644
index fccf74bc51af..000000000000
--- a/media-sound/skype-call-recorder/skype-call-recorder-0.11.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit cmake-utils flag-o-matic
-
-DESCRIPTION="Records Skype calls to MP3/Ogg/WAV files"
-HOMEPAGE="http://atdot.ch/scr/"
-SRC_URI="http://atdot.ch/scr/files/${PV}/${P}.tar.gz"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="debug"
-
-DEPEND="
- media-libs/id3lib
- >=media-libs/libogg-1.2.0
- >=media-libs/libvorbis-1.2.0
- media-sound/lame
- >=dev-qt/qtcore-4.4:4
- >=dev-qt/qtdbus-4.4:4
- >=dev-qt/qtgui-4.4:4
-"
-RDEPEND="${DEPEND}
- net-im/skype[-qt-static(-)]
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.8-cmake.patch"
-)
diff --git a/media-sound/waheela/Manifest b/media-sound/waheela/Manifest
deleted file mode 100644
index 82f21325c221..000000000000
--- a/media-sound/waheela/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST waheela_0.3.tar.gz 799802 SHA256 c984ea3ef647172d96393b054d738966f26dc5147b109db28d2a1a950f9e2fd8 SHA512 0145463f4a2059b88bd652c6125a1189358941ddb026a3055e1f3cb2e5bf1cb81f754cdb4f981abeec09cc2f7522a1b05d0ca162f4f686b781d42be4386eb18b WHIRLPOOL db8ab5e62b8788f7c038d33b2759ffe171b0de6622dad7f9fa0f98200aa69e4ceab4497c12f028ceea9034f0767d319b77514bb89c67fab9003e2274d85506d3
diff --git a/media-sound/waheela/metadata.xml b/media-sound/waheela/metadata.xml
deleted file mode 100644
index 0cf59224b009..000000000000
--- a/media-sound/waheela/metadata.xml
+++ /dev/null
@@ -1,8 +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>
-</pkgmetadata>
diff --git a/media-sound/waheela/waheela-0.3.ebuild b/media-sound/waheela/waheela-0.3.ebuild
deleted file mode 100644
index 41771f2bc6bb..000000000000
--- a/media-sound/waheela/waheela-0.3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit kde4-base
-
-MY_P=${P/-/_}
-
-DESCRIPTION="Amarok Fullscreen Player"
-HOMEPAGE="http://kde-apps.org/content/show.php?content=108863"
-SRC_URI="http://linux.wuertz.org/dists/sid/main/source/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="media-sound/amarok:4"
-
-S=${WORKDIR}/${PN}