[gentoo-commits] repo/gentoo:master commit in: media-sound/kmidimon/, media-sound/kmidimon/files/

2022-01-19 Thread Andreas Sturmlechner
commit: 9f5edf12391a1906b8d4bee815fec324e6d64923
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 19 07:57:46 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan 19 08:29:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5edf12

media-sound/kmidimon: Drop 1.1.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/kmidimon/Manifest  |  1 -
 .../files/kmidimon-1.1.0-fix-install.patch | 11 ---
 media-sound/kmidimon/kmidimon-1.1.0.ebuild | 37 --
 3 files changed, 49 deletions(-)

diff --git a/media-sound/kmidimon/Manifest b/media-sound/kmidimon/Manifest
index ed3990cdb4f9..1d9d98fccd0b 100644
--- a/media-sound/kmidimon/Manifest
+++ b/media-sound/kmidimon/Manifest
@@ -1,2 +1 @@
-DIST kmidimon-1.1.0.tar.bz2 392541 BLAKE2B 
b4b45eaf0d370c0b0989e7c1a7a30473cb8e252346687a6b3d99a5d3e78a8155893e478d354cadc00b1a7df07a174dbd21ae07fd9a0746f5b7dcdb5786520797
 SHA512 
6792d2b45e2ee9da777d2f29623453a41532d6f6d93a6e375afd07b4cbcf2eb18f11ab2d9358febbb22925ee7e63912c5bd4714a3804b95971a52a1c0b00a324
 DIST kmidimon-1.2.0.tar.bz2 696057 BLAKE2B 
a0a3cc8ccd7d9f065c5b1b5594a6baeafd36e4a124207bd8b8f55a3d3c22f7bc7eb84771b51f71f07f3251da3d796a79980a8e22a545576220dce17b354a1403
 SHA512 
ea62240438111428b1b10e4df2179497495038a376b848cd3fc910ca5eb6126a63f1ebafe9eb1408a0037a9626ffab5bf43e7e3cc31608d878b329450ec17463

diff --git a/media-sound/kmidimon/files/kmidimon-1.1.0-fix-install.patch 
b/media-sound/kmidimon/files/kmidimon-1.1.0-fix-install.patch
deleted file mode 100644
index 8bc48a7d5559..
--- a/media-sound/kmidimon/files/kmidimon-1.1.0-fix-install.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/CMakeLists.txt   2021-09-18 22:32:19.273613410 +0200
-+++ b/CMakeLists.txt   2021-09-23 00:07:47.940122305 +0200
-@@ -92,8 +92,6 @@
- 
- install( FILES net.sourceforge.kmidimon.desktop
-  DESTINATION ${CMAKE_INSTALL_DATADIR}/applications )
--install( FILES net.sourceforge.kmidimon.appdata.xml
-- DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo )
- 
- install( FILES standards.ins
-  DESTINATION ${CMAKE_INSTALL_DATADIR}/kmidimon )

diff --git a/media-sound/kmidimon/kmidimon-1.1.0.ebuild 
b/media-sound/kmidimon/kmidimon-1.1.0.ebuild
deleted file mode 100644
index ad3369ffd0dc..
--- a/media-sound/kmidimon/kmidimon-1.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-DESCRIPTION="MIDI monitor for ALSA sequencer"
-HOMEPAGE="https://kmidimon.sourceforge.io/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   media-libs/alsa-lib
-   >=media-sound/drumstick-2.4.0
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-arch/unzip
-   dev-qt/linguist-tools:5
-"
-
-PATCHES=( "${FILESDIR}/${P}-fix-install.patch" )
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
-   )
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/kmidimon/, media-sound/kmidimon/files/

2021-09-22 Thread Andreas Sturmlechner
commit: ee91c90a3238aa4648cdb4660d3b2ccf7184abb0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 22 22:09:56 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 22 22:09:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee91c90a

media-sound/kmidimon: Fix install

Dropping nonexistent file reference.

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/kmidimon/files/kmidimon-1.1.0-fix-install.patch | 11 +++
 media-sound/kmidimon/kmidimon-1.1.0.ebuild  |  2 ++
 2 files changed, 13 insertions(+)

diff --git a/media-sound/kmidimon/files/kmidimon-1.1.0-fix-install.patch 
b/media-sound/kmidimon/files/kmidimon-1.1.0-fix-install.patch
new file mode 100644
index 000..8bc48a7d555
--- /dev/null
+++ b/media-sound/kmidimon/files/kmidimon-1.1.0-fix-install.patch
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt   2021-09-18 22:32:19.273613410 +0200
 b/CMakeLists.txt   2021-09-23 00:07:47.940122305 +0200
+@@ -92,8 +92,6 @@
+ 
+ install( FILES net.sourceforge.kmidimon.desktop
+  DESTINATION ${CMAKE_INSTALL_DATADIR}/applications )
+-install( FILES net.sourceforge.kmidimon.appdata.xml
+- DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo )
+ 
+ install( FILES standards.ins
+  DESTINATION ${CMAKE_INSTALL_DATADIR}/kmidimon )

diff --git a/media-sound/kmidimon/kmidimon-1.1.0.ebuild 
b/media-sound/kmidimon/kmidimon-1.1.0.ebuild
index 8df49102e42..ad3369ffd0d 100644
--- a/media-sound/kmidimon/kmidimon-1.1.0.ebuild
+++ b/media-sound/kmidimon/kmidimon-1.1.0.ebuild
@@ -27,6 +27,8 @@ BDEPEND="
dev-qt/linguist-tools:5
 "
 
+PATCHES=( "${FILESDIR}/${P}-fix-install.patch" )
+
 src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html



[gentoo-commits] repo/gentoo:master commit in: media-sound/kmidimon/, media-sound/kmidimon/files/

2015-08-30 Thread Michael Palimaka
commit: 3b15cc941d69608f6b52f94ea7596dcb233bdc6b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Aug 30 16:22:56 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Aug 30 16:23:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b15cc94

media-sound/kmidimon: add patch fixing build failure with 
kde-base/kdelibs-4.14.11

Gentoo-bug: 559180

Package-Manager: portage-2.2.20.1

 .../kmidimon/files/kmidimon-0.7.5-kdelibs-4.14.11.patch | 17 +
 media-sound/kmidimon/kmidimon-0.7.5.ebuild  |  3 ++-
 2 files changed, 19 insertions(+), 1 deletion(-)

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
new file mode 100644
index 000..833be96
--- /dev/null
+++ b/media-sound/kmidimon/files/kmidimon-0.7.5-kdelibs-4.14.11.patch
@@ -0,0 +1,17 @@
+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
index 9a0f8a3..9e4cb99 100644
--- a/media-sound/kmidimon/kmidimon-0.7.5.ebuild
+++ b/media-sound/kmidimon/kmidimon-0.7.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -24,6 +24,7 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 
 DOCS=( AUTHORS ChangeLog NEWS README TODO )
+PATCHES=( "${FILESDIR}/${P}-kdelibs-4.14.11.patch" )
 
 src_configure() {
local mycmakeargs=(