Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fmod/, profiles/
Date: Tue, 27 Mar 2018 23:46:30
Message-Id: 1522194359.72e515f6541875155a8bcb63c67edc795fcd66b4.bman@gentoo
1 commit: 72e515f6541875155a8bcb63c67edc795fcd66b4
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 17 19:34:16 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 23:45:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e515f6
7
8 media-libs/fmod: remove vulnerable
9
10 Closes: https://github.com/gentoo/gentoo/pull/7493
11
12 media-libs/fmod/Manifest | 1 -
13 media-libs/fmod/fmod-3.75.ebuild | 33 ---------------------------------
14 profiles/package.mask | 4 ----
15 3 files changed, 38 deletions(-)
16
17 diff --git a/media-libs/fmod/Manifest b/media-libs/fmod/Manifest
18 index c78fb86bd1d..3ee0d6013a6 100644
19 --- a/media-libs/fmod/Manifest
20 +++ b/media-libs/fmod/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST fmodapi375linux.tar.gz 929710 BLAKE2B c60133b43afa1b419a032450dd7353ce0382a9d30c9eace95f55ab9553a712b6f56a86f1626247d33808e50b2020c689db8630a9e8e1f67b44eb15a51dd61fd6 SHA512 00de8b7bcf7cd023baf30719410e9e03b194ce1851f6b376920507c05c0b3cb0806c14c99981b4d95c49d436c7aea4cd29cd3822059ffb369292169481789cc1
23 DIST fmodapi43800linux.tar.gz 21990250 BLAKE2B 7a2d26cb0c9eb9fe3d229cf5e5314ab13190209214c1676193f204954802ceaef958671f9c3ea3d8880d4f3bab28e6f10cdec7297c0f8210e320877c038c290d SHA512 009297a708fa445576dc89a258e4049d2c0d1eed2cb4bff7981dc29353feb0c1b02ccd7ef9402172659a7f5705af3f9af2e469c4cec0b0ae6ac01aa6f201f0ef
24 DIST fmodapi43800linux64.tar.gz 22276575 BLAKE2B 652cd504e7bae1429a8fcde93cbefcf8787c04062535ed4052e017bda50c6e1758a6f70e34e86664ccc957923a5bd38c836ad3df89f4e8518d985f2186523701 SHA512 d2485e3dba3a1b23927f2d324c1b9a6ac3e324820ce6f9acaba36d6a1c109965507d306db55c623cfaf72ff456487ec67af877ace253e773d6bdb9180df7fe0b
25 DIST fmodapi43802linux.tar.gz 21992247 BLAKE2B e0bb112ca47649390c7aba33a1cd75cb7b13c9a2d4cc5eb5c9a6bad02af9ae4958bdd8d458bd4fcc76eb42f5e09f8f989206c971bd7cbcb05359aaeab392fe38 SHA512 6a3f0f62acc71e24e48f8aaa03270d95ce09ace6d37f75a40452c84788b06f4cd6889772e9a6c00fc4799020c046905a9185d08900bc3b573a28b42cbb7f45b5
26
27 diff --git a/media-libs/fmod/fmod-3.75.ebuild b/media-libs/fmod/fmod-3.75.ebuild
28 deleted file mode 100644
29 index 639e9d04c42..00000000000
30 --- a/media-libs/fmod/fmod-3.75.ebuild
31 +++ /dev/null
32 @@ -1,33 +0,0 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -MY_P="fmodapi${PV/.}linux"
37 -S=${WORKDIR}/${MY_P}
38 -DESCRIPTION="music and sound effects library, and a sound processing system"
39 -HOMEPAGE="http://www.fmod.org/"
40 -SRC_URI="http://www.fmod.org/files/${MY_P}.tar.gz"
41 -
42 -LICENSE="BSD fmod-3.75" # BSD is for OggVorbis from README.txt
43 -SLOT="0"
44 -KEYWORDS="-* x86"
45 -IUSE=""
46 -
47 -DEPEND=""
48 -RDEPEND="${DEPEND}"
49 -
50 -RESTRICT="strip"
51 -
52 -src_install() {
53 - dolib api/libfmod-${PV}.so
54 - dosym /usr/lib/libfmod-${PV}.so /usr/lib/libfmod.so
55 -
56 - insinto /usr/include
57 - doins api/inc/*
58 -
59 - insinto /usr/share/${PN}/media
60 - doins media/* || die "doins failed"
61 - cp -r samples "${D}/usr/share/${PN}/" || die "cp failed"
62 -
63 - dohtml -r documentation/*
64 - dodoc README.TXT documentation/Revision.txt
65 -}
66
67 diff --git a/profiles/package.mask b/profiles/package.mask
68 index 3c49e3d4d68..8372800669e 100644
69 --- a/profiles/package.mask
70 +++ b/profiles/package.mask
71 @@ -1251,10 +1251,6 @@ www-plugins/chrome-binary-plugins:unstable
72 # Masked to ensure users are aware before they install.
73 app-text/cuneiform
74
75 -# Samuli Suominen <ssuominen@g.o> (30 Oct 2011)
76 -# Masked for security bug #294253, use only at your own risk!
77 -=media-libs/fmod-3*
78 -
79 # Diego E. Pettenò <flameeyes@g.o> (03 Jan 2009)
80 # These packages are not supposed to be merged directly, instead
81 # please use sys-devel/crossdev to install them.