From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15167138334 for ; Mon, 7 Oct 2019 08:12:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50EAFE0806; Mon, 7 Oct 2019 08:12:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 280EBE07DB for ; Mon, 7 Oct 2019 08:12:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8634634B9FA for ; Mon, 7 Oct 2019 08:12:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12ABD82F for ; Mon, 7 Oct 2019 08:12:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570435937.c319138dc63e31801464f07d6059d0c9f4e049b1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fmod/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/fmod/Manifest media-libs/fmod/fmod-4.38.02.ebuild media-libs/fmod/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ media-libs/fmod/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c319138dc63e31801464f07d6059d0c9f4e049b1 X-VCS-Branch: master Date: Mon, 7 Oct 2019 08:12:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e633023b-3956-4c2a-9952-4e761058caeb X-Archives-Hash: 997f4973795e17d5c8ca44425f44a25a commit: c319138dc63e31801464f07d6059d0c9f4e049b1 Author: Michał Górny gentoo org> AuthorDate: Mon Oct 7 08:07:25 2019 +0000 Commit: Michał Górny gentoo 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 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 @@ - - - - - sound@gentoo.org - Gentoo Sound project - - 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 (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 (2019-09-04) # Unofficial build. Superseded by official 2.49.5 release. # Masked for removal.