commit:     ac084a2878ffbf90003495b1f64af6458b9419fd
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  4 23:27:56 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Feb  5 00:07:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac084a28

media-libs/rtmidi: last-rite from GURU

Dropping package, as its now in main tree.
Taking ownership due maintainer timeout.

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 licenses/RtMidi                       | 23 -----------------------
 media-libs/rtmidi/Manifest            |  2 --
 media-libs/rtmidi/metadata.xml        | 11 -----------
 media-libs/rtmidi/rtmidi-4.0.0.ebuild | 32 --------------------------------
 media-libs/rtmidi/rtmidi-5.0.0.ebuild | 30 ------------------------------
 profiles/license_groups               |  2 +-
 6 files changed, 1 insertion(+), 99 deletions(-)

diff --git a/licenses/RtMidi b/licenses/RtMidi
deleted file mode 100644
index edd3c89fd..000000000
--- a/licenses/RtMidi
+++ /dev/null
@@ -1,23 +0,0 @@
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-Any person wishing to distribute modifications to the Software is
-asked to send the modifications to the original developer so that
-they can be incorporated into the canonical version.  This is,
-however, not a binding provision of this license.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
-ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
-CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

diff --git a/media-libs/rtmidi/Manifest b/media-libs/rtmidi/Manifest
deleted file mode 100644
index d87bfed80..000000000
--- a/media-libs/rtmidi/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST rtmidi-4.0.0.tar.gz 509743 BLAKE2B 
16a43e0c30e49775e7fcf8af1318fb2240b97d2f5e32e043763e51896b95c38d508b3cdbbf712d562f6e57b7b3ed99f74b5a22c50cd298ebb020215c3e78eed8
 SHA512 
1b7e6698944104f6a80c17c9af85a9fad4b215af47277f4d9f5e61668cdea86886aae8296c79948313b3efbaa8569c441c38b0b1f3bad20dce3cee19d6a5eaa8
-DIST rtmidi-5.0.0.tar.gz 528711 BLAKE2B 
2ff4643dc3b574e852d724e01e2056a33b4563848ab600efa291a92e3492cc9d2346780f7b77c6a64e88c289813b4292f61aa7fa818ed22e3d3a0148011f9da6
 SHA512 
8d38beff90f12b67b1553164a33e546665c0c9ec40fb797398dea245a5f80d523dfe27a0747f512cc04c1fdeffc04e50930cdc96ce7ebcd9bd34173ac4621fa2

diff --git a/media-libs/rtmidi/metadata.xml b/media-libs/rtmidi/metadata.xml
deleted file mode 100644
index 2c412c892..000000000
--- a/media-libs/rtmidi/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="person">
-               <email>ca...@theavilas.org</email>
-               <name>Casey Avila</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">thestk/rtmidi</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/media-libs/rtmidi/rtmidi-4.0.0.ebuild 
b/media-libs/rtmidi/rtmidi-4.0.0.ebuild
deleted file mode 100644
index e36685be5..000000000
--- a/media-libs/rtmidi/rtmidi-4.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="A set of C++ classes that provide a common API for realtime MIDI 
input/output"
-HOMEPAGE="http://www.music.mcgill.ca/~gary/rtmidi";
-SRC_URI="http://www.music.mcgill.ca/~gary/rtmidi/release/${P}.tar.gz";
-
-LICENSE="RtMidi"
-SLOT="0"
-RESTRICT="mirror"
-KEYWORDS="~amd64 ~x86"
-IUSE="+alsa jack"
-
-DEPEND="
-       alsa? ( media-libs/alsa-lib )
-       jack? ( virtual/jack )
-"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-src_configure() {
-       mycmakeargs+=(
-               -DRTMIDI_API_ALSA=$(usex alsa)
-               -DRTMIDI_API_JACK=$(usex jack)
-       )
-
-       cmake_src_configure
-}

diff --git a/media-libs/rtmidi/rtmidi-5.0.0.ebuild 
b/media-libs/rtmidi/rtmidi-5.0.0.ebuild
deleted file mode 100644
index 9c7c8d8a5..000000000
--- a/media-libs/rtmidi/rtmidi-5.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="A set of C++ classes that provide a common API for realtime MIDI 
input/output"
-HOMEPAGE="https://www.music.mcgill.ca/~gary/rtmidi";
-SRC_URI="https://www.music.mcgill.ca/~gary/rtmidi/release/${P}.tar.gz";
-
-LICENSE="RtMidi"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+alsa jack"
-
-DEPEND="
-       alsa? ( media-libs/alsa-lib )
-       jack? ( virtual/jack )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       mycmakeargs+=(
-               -DRTMIDI_API_ALSA=$(usex alsa)
-               -DRTMIDI_API_JACK=$(usex jack)
-       )
-
-       cmake_src_configure
-}

diff --git a/profiles/license_groups b/profiles/license_groups
index a3e49b915..39d6e53ea 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -1,4 +1,4 @@
-MISC-FREE AOM RtMidi Unicode_Fonts_for_Ancient_Scripts noweb powell sunpro
+MISC-FREE AOM Unicode_Fonts_for_Ancient_Scripts noweb powell sunpro
 FREE-SOFTWARE @FSF-APPROVED @OSI-APPROVED @MISC-FREE
 FREE @FREE-SOFTWARE
 DFSG @FREE lablgtk-examples meschach VOSTROM

Reply via email to