diff options
author | 2024-07-30 11:49:34 +0200 | |
---|---|---|
committer | 2024-07-30 11:49:34 +0200 | |
commit | ffad89fcff1236e04e8d60655197ed21705bdba8 (patch) | |
tree | c2a07bfcc0a226b40071fe67481e01acf87fb6c5 /media-sound/mac | |
parent | media-sound/picard: dropped obsolete 2.11 (diff) | |
download | gentoo-ffad89fcff1236e04e8d60655197ed21705bdba8.tar.gz gentoo-ffad89fcff1236e04e8d60655197ed21705bdba8.tar.bz2 gentoo-ffad89fcff1236e04e8d60655197ed21705bdba8.zip |
media-sound/mac: dropped obsolete 10.73
Bug: https://bugs.gentoo.org/936876
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/mac')
-rw-r--r-- | media-sound/mac/Manifest | 1 | ||||
-rw-r--r-- | media-sound/mac/mac-10.73.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest index 270979284547..c3b5ce2ab8f3 100644 --- a/media-sound/mac/Manifest +++ b/media-sound/mac/Manifest @@ -1,3 +1,2 @@ -DIST mac-10.73.zip 1669361 BLAKE2B 6bbdf8574ece5252a6654e89b65db24f9a4b3f510c144369667d1ad34dfe370e56bf7c2fb98af7bf6ad19138d61dbef1b811d37dbc49b338aded06803bcdce36 SHA512 fcc464a78765768490e37f69f173460c76e39ccaaf1ff5f47f30381d21f3353a81f943cd8805d63b0661ee1b99ff181c52886079872d31781d73e830c6a91095 DIST mac-10.74.zip 1674673 BLAKE2B 49c67fa697f29b85f9c2d000f56e71e0470438b441d3ba126f9ce537463fb68b8027f4464ac3bdc9179a9fcded9ce15bba98ef6c2b6b755b283b62da4c6ea295 SHA512 ebb3d6e074c2593b79addea3b51e1b2fbcddffe3f3f837e03fe8cfc24a8e1ab5412efcaf53e88b15f689604e5be74f2845adc5a7a3923cb33f15e20afa8076d7 DIST monkeys-audio_4.11-u4-b5-s7.orig.tar.gz 511190 BLAKE2B 28b5a3aadd9dae410c93cfc43c40c07fe207036f27cf60d59d8fa137a0327f90a78746c14930b7d3becb7f5fa69a454a6855aae1553dc74cd5168a9a523bb8f0 SHA512 7e73b35c86d6007ab2a94a2d8b7449bb4ac505bbba53e40373a279dc83a9cad5f62a51419a6375335576cf325c88ed7d317b0ef3039b8a497100cb74a63c25d0 diff --git a/media-sound/mac/mac-10.73.ebuild b/media-sound/mac/mac-10.73.ebuild deleted file mode 100644 index abc593097c30..000000000000 --- a/media-sound/mac/mac-10.73.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -CMAKE_BUILD_TYPE=Release -inherit cmake - -DESCRIPTION="Monkey's Audio Codecs" -HOMEPAGE="https://www.monkeysaudio.com" -SRC_URI="https://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> ${P}.zip" - -LICENSE="BSD" -SLOT="0/10" -KEYWORDS="~alpha amd64 ~loong ppc ppc64 ~riscv sparc x86" - -BDEPEND="app-arch/unzip" - -PATCHES=( - "${FILESDIR}/${PN}-10.18-linux.patch" - "${FILESDIR}/${PN}-10.52-output.patch" -) - -src_unpack() { - mkdir -p "${S}" || die - cd "${S}" || die - default -} |