public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/fmod/, profiles/
@ 2018-03-27 23:46 Aaron Bauman
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2018-03-27 23:46 UTC (permalink / raw
  To: gentoo-commits

commit:     72e515f6541875155a8bcb63c67edc795fcd66b4
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Mar 17 19:34:16 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Mar 27 23:45:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e515f6

media-libs/fmod: remove vulnerable

Closes: https://github.com/gentoo/gentoo/pull/7493

 media-libs/fmod/Manifest         |  1 -
 media-libs/fmod/fmod-3.75.ebuild | 33 ---------------------------------
 profiles/package.mask            |  4 ----
 3 files changed, 38 deletions(-)

diff --git a/media-libs/fmod/Manifest b/media-libs/fmod/Manifest
index c78fb86bd1d..3ee0d6013a6 100644
--- a/media-libs/fmod/Manifest
+++ b/media-libs/fmod/Manifest
@@ -1,4 +1,3 @@
-DIST fmodapi375linux.tar.gz 929710 BLAKE2B c60133b43afa1b419a032450dd7353ce0382a9d30c9eace95f55ab9553a712b6f56a86f1626247d33808e50b2020c689db8630a9e8e1f67b44eb15a51dd61fd6 SHA512 00de8b7bcf7cd023baf30719410e9e03b194ce1851f6b376920507c05c0b3cb0806c14c99981b4d95c49d436c7aea4cd29cd3822059ffb369292169481789cc1
 DIST fmodapi43800linux.tar.gz 21990250 BLAKE2B 7a2d26cb0c9eb9fe3d229cf5e5314ab13190209214c1676193f204954802ceaef958671f9c3ea3d8880d4f3bab28e6f10cdec7297c0f8210e320877c038c290d SHA512 009297a708fa445576dc89a258e4049d2c0d1eed2cb4bff7981dc29353feb0c1b02ccd7ef9402172659a7f5705af3f9af2e469c4cec0b0ae6ac01aa6f201f0ef
 DIST fmodapi43800linux64.tar.gz 22276575 BLAKE2B 652cd504e7bae1429a8fcde93cbefcf8787c04062535ed4052e017bda50c6e1758a6f70e34e86664ccc957923a5bd38c836ad3df89f4e8518d985f2186523701 SHA512 d2485e3dba3a1b23927f2d324c1b9a6ac3e324820ce6f9acaba36d6a1c109965507d306db55c623cfaf72ff456487ec67af877ace253e773d6bdb9180df7fe0b
 DIST fmodapi43802linux.tar.gz 21992247 BLAKE2B e0bb112ca47649390c7aba33a1cd75cb7b13c9a2d4cc5eb5c9a6bad02af9ae4958bdd8d458bd4fcc76eb42f5e09f8f989206c971bd7cbcb05359aaeab392fe38 SHA512 6a3f0f62acc71e24e48f8aaa03270d95ce09ace6d37f75a40452c84788b06f4cd6889772e9a6c00fc4799020c046905a9185d08900bc3b573a28b42cbb7f45b5

diff --git a/media-libs/fmod/fmod-3.75.ebuild b/media-libs/fmod/fmod-3.75.ebuild
deleted file mode 100644
index 639e9d04c42..00000000000
--- a/media-libs/fmod/fmod-3.75.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-MY_P="fmodapi${PV/.}linux"
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="music and sound effects library, and a sound processing system"
-HOMEPAGE="http://www.fmod.org/"
-SRC_URI="http://www.fmod.org/files/${MY_P}.tar.gz"
-
-LICENSE="BSD fmod-3.75" # BSD is for OggVorbis from README.txt
-SLOT="0"
-KEYWORDS="-* x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-RESTRICT="strip"
-
-src_install() {
-	dolib api/libfmod-${PV}.so
-	dosym /usr/lib/libfmod-${PV}.so /usr/lib/libfmod.so
-
-	insinto /usr/include
-	doins api/inc/*
-
-	insinto /usr/share/${PN}/media
-	doins media/* || die "doins failed"
-	cp -r samples "${D}/usr/share/${PN}/" || die "cp failed"
-
-	dohtml -r documentation/*
-	dodoc README.TXT documentation/Revision.txt
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 3c49e3d4d68..8372800669e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1251,10 +1251,6 @@ www-plugins/chrome-binary-plugins:unstable
 # Masked to ensure users are aware before they install.
 app-text/cuneiform
 
-# Samuli Suominen <ssuominen@gentoo.org> (30 Oct 2011)
-# Masked for security bug #294253, use only at your own risk!
-=media-libs/fmod-3*
-
 # Diego E. Pettenò <flameeyes@gentoo.org> (03 Jan 2009)
 # These packages are not supposed to be merged directly, instead
 # please use sys-devel/crossdev to install them.


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/fmod/, profiles/
@ 2019-10-07  8:12 Michał Górny
  0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2019-10-07  8:12 UTC (permalink / raw
  To: gentoo-commits

commit:     c319138dc63e31801464f07d6059d0c9f4e049b1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 08:07:25 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 08:12:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c319138d

media-libs/fmod: Remove last-rited pkg

Closes: https://bugs.gentoo.org/453748
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-libs/fmod/Manifest            |  2 --
 media-libs/fmod/fmod-4.38.02.ebuild | 59 -------------------------------------
 media-libs/fmod/metadata.xml        |  8 -----
 profiles/package.mask               |  7 -----
 4 files changed, 76 deletions(-)

diff --git a/media-libs/fmod/Manifest b/media-libs/fmod/Manifest
deleted file mode 100644
index 5ce3fed005a..00000000000
--- a/media-libs/fmod/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST fmodapi43802linux.tar.gz 21992247 BLAKE2B e0bb112ca47649390c7aba33a1cd75cb7b13c9a2d4cc5eb5c9a6bad02af9ae4958bdd8d458bd4fcc76eb42f5e09f8f989206c971bd7cbcb05359aaeab392fe38 SHA512 6a3f0f62acc71e24e48f8aaa03270d95ce09ace6d37f75a40452c84788b06f4cd6889772e9a6c00fc4799020c046905a9185d08900bc3b573a28b42cbb7f45b5
-DIST fmodapi43802linux64.tar.gz 22282269 BLAKE2B 733b3531f9e107332ab2c91e07f39363810f748e72fdbdcc865b87d86bee766859c01eb2357b5169cb79cad490d6186227d481335a1114968a1cbe2ab6e33ae6 SHA512 95b8688bbf54e19c2471f508d7ed9fbb93f6c88eaadc090813b02a86082e15dc7578220a40ae2b39358f8a4dfcacb4cb78823f4577f5ce9bc3d53af2f591d558

diff --git a/media-libs/fmod/fmod-4.38.02.ebuild b/media-libs/fmod/fmod-4.38.02.ebuild
deleted file mode 100644
index 6a75cfb9a8b..00000000000
--- a/media-libs/fmod/fmod-4.38.02.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit versionator
-
-MY_P=fmodapi$(delete_all_version_separators)linux
-
-DESCRIPTION="music and sound effects library, and a sound processing system"
-HOMEPAGE="http://www.fmod.org"
-SRC_URI="x86? ( http://www.fmod.org/index.php/release/version/${MY_P}.tar.gz )
-	amd64? ( http://www.fmod.org/index.php/release/version/${MY_P}64.tar.gz )"
-
-LICENSE="BSD BSD-2 fmod"
-SLOT="1"
-KEYWORDS="amd64 x86"
-IUSE="examples"
-
-RESTRICT="strip test"
-
-QA_FLAGS_IGNORED="opt/fmodex/tools/fsbanklib/.*"
-
-QA_TEXTRELS="opt/fmodex/fmoddesignerapi/api/lib/*
-opt/fmodex/api/lib/*"
-
-src_compile() { :; }
-src_install() {
-	dodir /opt/fmodex
-
-	local fbits=""
-	use amd64 && fbits="64"
-
-	local fsource="${WORKDIR}/${MY_P}${fbits}"
-
-	cd "${fsource}"/api/lib
-
-	cp -f libfmodex${fbits}-${PV}.so libfmodex.so.${PV} || die
-	ln -sf libfmodex.so.${PV} libfmodex.so || die
-	ln -sf libfmodex.so.${PV} libfmodex.so.4 || die
-
-	cp -f libfmodexL${fbits}-${PV}.so libfmodexL.so.${PV} || die
-	ln -sf libfmodexL.so.${PV} libfmodexL.so || die
-	ln -sf libfmodexL.so.${PV} libfmodexL.so.4 || die
-
-	cp -dpR "${fsource}"/* "${D}"/opt/fmodex || die
-
-	dosym /opt/fmodex/api/inc /usr/include/fmodex || die
-
-	use examples || rm -rf "${D}"/opt/fmodex/{,fmoddesignerapi}/examples
-
-	insinto /usr/share/doc/${PF}/pdf
-	doins "${fsource}"/documentation/*.pdf
-	dodoc "${fsource}"/{documentation/*.txt,fmoddesignerapi/*.TXT}
-	rm -rf "${D}"/opt/fmodex/{documentation,fmoddesignerapi/*.TXT}
-
-	echo LDPATH="/opt/fmodex/api/lib" > "${T}"/65fmodex
-	doenvd "${T}"/65fmodex
-}

diff --git a/media-libs/fmod/metadata.xml b/media-libs/fmod/metadata.xml
deleted file mode 100644
index c870d0eef0a..00000000000
--- a/media-libs/fmod/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-	<email>sound@gentoo.org</email>
-	<name>Gentoo Sound project</name>
-</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 25d42cce641..007103e1b39 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1146,13 +1146,6 @@ media-libs/libjackasyn
 # Removal in 30 days.  Bug #693640.
 media-libs/libipod
 
-# Michał Górny <mgorny@gentoo.org> (2019-09-07)
-# Proprietary software with restricted download access.  Last bumped
-# in 2011.  Still at EAPI 0.  Of the two revdeps, both make FMOD
-# optional and support alternative sound systems.
-# Removal in 30 days.  Bug #453748.
-media-libs/fmod
-
 # Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
 # Masked for removal.


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-07  8:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-07  8:12 [gentoo-commits] repo/gentoo:master commit in: media-libs/fmod/, profiles/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2018-03-27 23:46 Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox