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/kmidimon
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/kmidimon')
-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
4 files changed, 0 insertions, 69 deletions
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>