Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/kmidimon/
Date: Sat, 02 Jan 2021 20:31:43
Message-Id: 1609619452.5cd5e89091f100b0e72b94805cac218d5c30ecd6.asturm@gentoo
1 commit: 5cd5e89091f100b0e72b94805cac218d5c30ecd6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 16:01:55 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 20:30:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd5e890
7
8 media-sound/kmidimon: Resurrect package as 1.0.0_pre20201003 snapshot
9
10 Bug: https://bugs.gentoo.org/633502
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-sound/kmidimon/Manifest | 1 +
15 .../kmidimon/kmidimon-1.0.0_pre20201003.ebuild | 40 ++++++++++++++++++++++
16 media-sound/kmidimon/metadata.xml | 15 ++++++++
17 3 files changed, 56 insertions(+)
18
19 diff --git a/media-sound/kmidimon/Manifest b/media-sound/kmidimon/Manifest
20 new file mode 100644
21 index 00000000000..ebda93d3940
22 --- /dev/null
23 +++ b/media-sound/kmidimon/Manifest
24 @@ -0,0 +1 @@
25 +DIST kmidimon-1.0.0_pre20201003.zip 559637 BLAKE2B 57843d2718b8efb6d0be1174390bb21949e200efddc8a7ed65a67eef422eb0976f6008184bdb836bcaa3aabba9a1ea6e2ae848f931a26255a97cc11a29b85643 SHA512 0e6750196a0ecd138746602f6e9c2344aa3fe1ea49a0bb6a40d0626e7a428fb3c8fe51bed76b4df342eef32163c83deffd610bd3904108706943ee6e969b5b26
26
27 diff --git a/media-sound/kmidimon/kmidimon-1.0.0_pre20201003.ebuild b/media-sound/kmidimon/kmidimon-1.0.0_pre20201003.ebuild
28 new file mode 100644
29 index 00000000000..230e713785e
30 --- /dev/null
31 +++ b/media-sound/kmidimon/kmidimon-1.0.0_pre20201003.ebuild
32 @@ -0,0 +1,40 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +inherit cmake xdg
39 +
40 +DESCRIPTION="MIDI monitor for ALSA sequencer"
41 +HOMEPAGE="https://kmidimon.sourceforge.io/"
42 +SRC_URI="https://sourceforge.net/code-snapshots/svn/k/km/${PN}/code/${PN}-code-r217-trunk.zip -> ${P}.zip"
43 +S="${WORKDIR}/${PN}-code-r217-trunk"
44 +
45 +LICENSE="GPL-2"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +IUSE="debug"
49 +
50 +RDEPEND="
51 + dev-qt/qtcore:5
52 + dev-qt/qtgui:5
53 + dev-qt/qtwidgets:5
54 + media-libs/alsa-lib
55 + >=media-sound/drumstick-2.0.0
56 +"
57 +DEPEND="${RDEPEND}"
58 +BDEPEND="
59 + app-arch/unzip
60 + dev-qt/linguist-tools:5
61 +"
62 +
63 +src_prepare() {
64 + cmake_src_prepare
65 +}
66 +
67 +src_configure() {
68 + local mycmakeargs=(
69 + -DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
70 + )
71 + cmake_src_configure
72 +}
73
74 diff --git a/media-sound/kmidimon/metadata.xml b/media-sound/kmidimon/metadata.xml
75 new file mode 100644
76 index 00000000000..e3a6e95b81e
77 --- /dev/null
78 +++ b/media-sound/kmidimon/metadata.xml
79 @@ -0,0 +1,15 @@
80 +<?xml version="1.0" encoding="UTF-8"?>
81 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
82 +<pkgmetadata>
83 + <maintainer type="project">
84 + <email>kde@g.o</email>
85 + <name>Gentoo KDE Project</name>
86 + </maintainer>
87 + <maintainer type="project">
88 + <email>sound@g.o</email>
89 + <name>Gentoo Sound project</name>
90 + </maintainer>
91 + <upstream>
92 + <remote-id type="sourceforge">kmidimon</remote-id>
93 + </upstream>
94 +</pkgmetadata>