Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: profiles/, licenses/, media-libs/rtmidi/
Date: Sat, 05 Feb 2022 00:09:20
Message-Id: 1644019665.ac084a2878ffbf90003495b1f64af6458b9419fd.conikost@gentoo
1 commit: ac084a2878ffbf90003495b1f64af6458b9419fd
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 4 23:27:56 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 5 00:07:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac084a28
7
8 media-libs/rtmidi: last-rite from GURU
9
10 Dropping package, as its now in main tree.
11 Taking ownership due maintainer timeout.
12
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 licenses/RtMidi | 23 -----------------------
16 media-libs/rtmidi/Manifest | 2 --
17 media-libs/rtmidi/metadata.xml | 11 -----------
18 media-libs/rtmidi/rtmidi-4.0.0.ebuild | 32 --------------------------------
19 media-libs/rtmidi/rtmidi-5.0.0.ebuild | 30 ------------------------------
20 profiles/license_groups | 2 +-
21 6 files changed, 1 insertion(+), 99 deletions(-)
22
23 diff --git a/licenses/RtMidi b/licenses/RtMidi
24 deleted file mode 100644
25 index edd3c89fd..000000000
26 --- a/licenses/RtMidi
27 +++ /dev/null
28 @@ -1,23 +0,0 @@
29 -Permission is hereby granted, free of charge, to any person
30 -obtaining a copy of this software and associated documentation files
31 -(the "Software"), to deal in the Software without restriction,
32 -including without limitation the rights to use, copy, modify, merge,
33 -publish, distribute, sublicense, and/or sell copies of the Software,
34 -and to permit persons to whom the Software is furnished to do so,
35 -subject to the following conditions:
36 -
37 -The above copyright notice and this permission notice shall be
38 -included in all copies or substantial portions of the Software.
39 -
40 -Any person wishing to distribute modifications to the Software is
41 -asked to send the modifications to the original developer so that
42 -they can be incorporated into the canonical version. This is,
43 -however, not a binding provision of this license.
44 -
45 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
46 -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
47 -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
48 -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
49 -ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
50 -CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
51 -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
52
53 diff --git a/media-libs/rtmidi/Manifest b/media-libs/rtmidi/Manifest
54 deleted file mode 100644
55 index d87bfed80..000000000
56 --- a/media-libs/rtmidi/Manifest
57 +++ /dev/null
58 @@ -1,2 +0,0 @@
59 -DIST rtmidi-4.0.0.tar.gz 509743 BLAKE2B 16a43e0c30e49775e7fcf8af1318fb2240b97d2f5e32e043763e51896b95c38d508b3cdbbf712d562f6e57b7b3ed99f74b5a22c50cd298ebb020215c3e78eed8 SHA512 1b7e6698944104f6a80c17c9af85a9fad4b215af47277f4d9f5e61668cdea86886aae8296c79948313b3efbaa8569c441c38b0b1f3bad20dce3cee19d6a5eaa8
60 -DIST rtmidi-5.0.0.tar.gz 528711 BLAKE2B 2ff4643dc3b574e852d724e01e2056a33b4563848ab600efa291a92e3492cc9d2346780f7b77c6a64e88c289813b4292f61aa7fa818ed22e3d3a0148011f9da6 SHA512 8d38beff90f12b67b1553164a33e546665c0c9ec40fb797398dea245a5f80d523dfe27a0747f512cc04c1fdeffc04e50930cdc96ce7ebcd9bd34173ac4621fa2
61
62 diff --git a/media-libs/rtmidi/metadata.xml b/media-libs/rtmidi/metadata.xml
63 deleted file mode 100644
64 index 2c412c892..000000000
65 --- a/media-libs/rtmidi/metadata.xml
66 +++ /dev/null
67 @@ -1,11 +0,0 @@
68 -<?xml version="1.0" encoding="UTF-8"?>
69 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
70 -<pkgmetadata>
71 - <maintainer type="person">
72 - <email>casey@×××××××××.org</email>
73 - <name>Casey Avila</name>
74 - </maintainer>
75 - <upstream>
76 - <remote-id type="github">thestk/rtmidi</remote-id>
77 - </upstream>
78 -</pkgmetadata>
79
80 diff --git a/media-libs/rtmidi/rtmidi-4.0.0.ebuild b/media-libs/rtmidi/rtmidi-4.0.0.ebuild
81 deleted file mode 100644
82 index e36685be5..000000000
83 --- a/media-libs/rtmidi/rtmidi-4.0.0.ebuild
84 +++ /dev/null
85 @@ -1,32 +0,0 @@
86 -# Copyright 2021 Gentoo Authors
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=7
90 -
91 -inherit cmake
92 -
93 -DESCRIPTION="A set of C++ classes that provide a common API for realtime MIDI input/output"
94 -HOMEPAGE="http://www.music.mcgill.ca/~gary/rtmidi"
95 -SRC_URI="http://www.music.mcgill.ca/~gary/rtmidi/release/${P}.tar.gz"
96 -
97 -LICENSE="RtMidi"
98 -SLOT="0"
99 -RESTRICT="mirror"
100 -KEYWORDS="~amd64 ~x86"
101 -IUSE="+alsa jack"
102 -
103 -DEPEND="
104 - alsa? ( media-libs/alsa-lib )
105 - jack? ( virtual/jack )
106 -"
107 -RDEPEND="${DEPEND}"
108 -BDEPEND=""
109 -
110 -src_configure() {
111 - mycmakeargs+=(
112 - -DRTMIDI_API_ALSA=$(usex alsa)
113 - -DRTMIDI_API_JACK=$(usex jack)
114 - )
115 -
116 - cmake_src_configure
117 -}
118
119 diff --git a/media-libs/rtmidi/rtmidi-5.0.0.ebuild b/media-libs/rtmidi/rtmidi-5.0.0.ebuild
120 deleted file mode 100644
121 index 9c7c8d8a5..000000000
122 --- a/media-libs/rtmidi/rtmidi-5.0.0.ebuild
123 +++ /dev/null
124 @@ -1,30 +0,0 @@
125 -# Copyright 2021 Gentoo Authors
126 -# Distributed under the terms of the GNU General Public License v2
127 -
128 -EAPI=8
129 -
130 -inherit cmake
131 -
132 -DESCRIPTION="A set of C++ classes that provide a common API for realtime MIDI input/output"
133 -HOMEPAGE="https://www.music.mcgill.ca/~gary/rtmidi"
134 -SRC_URI="https://www.music.mcgill.ca/~gary/rtmidi/release/${P}.tar.gz"
135 -
136 -LICENSE="RtMidi"
137 -SLOT="0"
138 -KEYWORDS="~amd64 ~x86"
139 -IUSE="+alsa jack"
140 -
141 -DEPEND="
142 - alsa? ( media-libs/alsa-lib )
143 - jack? ( virtual/jack )
144 -"
145 -RDEPEND="${DEPEND}"
146 -
147 -src_configure() {
148 - mycmakeargs+=(
149 - -DRTMIDI_API_ALSA=$(usex alsa)
150 - -DRTMIDI_API_JACK=$(usex jack)
151 - )
152 -
153 - cmake_src_configure
154 -}
155
156 diff --git a/profiles/license_groups b/profiles/license_groups
157 index a3e49b915..39d6e53ea 100644
158 --- a/profiles/license_groups
159 +++ b/profiles/license_groups
160 @@ -1,4 +1,4 @@
161 -MISC-FREE AOM RtMidi Unicode_Fonts_for_Ancient_Scripts noweb powell sunpro
162 +MISC-FREE AOM Unicode_Fonts_for_Ancient_Scripts noweb powell sunpro
163 FREE-SOFTWARE @FSF-APPROVED @OSI-APPROVED @MISC-FREE
164 FREE @FREE-SOFTWARE
165 DFSG @FREE lablgtk-examples meschach VOSTROM