Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/munt-mt32emu/
Date: Sat, 02 Oct 2021 12:26:33
Message-Id: 1633177564.abc72203fa611557a3f2821057c5b2ac981ecf7d.chewi@gentoo
1 commit: abc72203fa611557a3f2821057c5b2ac981ecf7d
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 12:26:04 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 12:26:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc72203
7
8 media-libs/munt-mt32emu: Drop old 2.5.1
9
10 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
11
12 media-libs/munt-mt32emu/Manifest | 1 -
13 media-libs/munt-mt32emu/munt-mt32emu-2.5.1.ebuild | 28 -----------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/media-libs/munt-mt32emu/Manifest b/media-libs/munt-mt32emu/Manifest
17 index 51b1288246e..6a00dd1d8f5 100644
18 --- a/media-libs/munt-mt32emu/Manifest
19 +++ b/media-libs/munt-mt32emu/Manifest
20 @@ -1,2 +1 @@
21 -DIST libmt32emu_2_5_1.tar.gz 526351 BLAKE2B 34af97107f54e22513e31cd36d35c155acb2f83cfc5dd670ace9d888a3f5bb5a9af1b5424379b3904253073f2b7fe736099c08b17bd7cfc24406d118b81a9b6c SHA512 8775f095c6a759db6d62b5f0693b64b13408806549349760f703553f6eae5e0face7b84577cf2511f25da9f87eb2bd14d4df6153fb53ff5109510ff1876f1978
22 DIST libmt32emu_2_5_3.tar.gz 527698 BLAKE2B 1ca31f2da92d77f9c3d34bb8c9f19e34e83cc82751ba08dfda1240a28b49e36c2acf3a6d8aab6e62107df4d88645e77d447e332968007fe865882d54e71475de SHA512 c801e22e861898281316109533ca6264f5a9cf778d4f0bb14b49bb6d04d53b7e60cd8320d5b29a63534f6c470b4feb67c881e86c49b7860a98639ce01b99debf
23
24 diff --git a/media-libs/munt-mt32emu/munt-mt32emu-2.5.1.ebuild b/media-libs/munt-mt32emu/munt-mt32emu-2.5.1.ebuild
25 deleted file mode 100644
26 index f1a27e25b8c..00000000000
27 --- a/media-libs/munt-mt32emu/munt-mt32emu-2.5.1.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -inherit cmake
36 -
37 -MY_P="libmt32emu_${PV//./_}"
38 -DESCRIPTION="Library for emulating the Roland MT-32, CM-32L, CM-64 and LAPC-I"
39 -HOMEPAGE="https://github.com/munt/munt"
40 -SRC_URI="https://github.com/munt/munt/archive/${MY_P}.tar.gz"
41 -LICENSE="LGPL-2.1"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -
45 -S="${WORKDIR}/munt-${MY_P}/mt32emu"
46 -
47 -PATCHES=(
48 - "${FILESDIR}"/${PN}-2.4.2-docs.patch
49 -)
50 -
51 -src_configure() {
52 - local mycmakeargs=(
53 - -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
54 - )
55 -
56 - cmake_src_configure
57 -}