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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F834158094 for ; Thu, 30 Jun 2022 02:03:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81221E0AD9; Thu, 30 Jun 2022 02:03:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59143E0AD9 for ; Thu, 30 Jun 2022 02:03:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50A46341A49 for ; Thu, 30 Jun 2022 02:03:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B16D51E for ; Thu, 30 Jun 2022 02:02:59 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1656553840.19ea29f12e8fb208c3013a38b67fcd5d5812eec5.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl_audiolib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sdl_audiolib/Manifest media-libs/sdl_audiolib/sdl_audiolib-0_pre20220410.ebuild X-VCS-Directories: media-libs/sdl_audiolib/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 19ea29f12e8fb208c3013a38b67fcd5d5812eec5 X-VCS-Branch: master Date: Thu, 30 Jun 2022 02:02:59 +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: e4b2fa40-8223-40bb-96ce-b8b457ad2d54 X-Archives-Hash: a1950d304148c5114bd8303189d6bae3 commit: 19ea29f12e8fb208c3013a38b67fcd5d5812eec5 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Jun 30 01:24:35 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Jun 30 01:50:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ea29f1 media-libs/sdl_audiolib: drop 0_pre20220410 Don't believe this was ever used, so let's cleanup right away. Signed-off-by: Ionen Wolkens gentoo.org> media-libs/sdl_audiolib/Manifest | 1 - .../sdl_audiolib/sdl_audiolib-0_pre20220410.ebuild | 59 ---------------------- 2 files changed, 60 deletions(-) diff --git a/media-libs/sdl_audiolib/Manifest b/media-libs/sdl_audiolib/Manifest index e5637c68f6b6..952a696c3054 100644 --- a/media-libs/sdl_audiolib/Manifest +++ b/media-libs/sdl_audiolib/Manifest @@ -1,2 +1 @@ DIST sdl_audiolib-0_p20220622.tar.gz 1138752 BLAKE2B 01e565506b29e922f3eb5ff2705a0614e53c6afd43526d781eb83d86f54dab6692689de51d618e07779fe8c97ee2cfbe3de744f29c1798e3f10205141dcb28ea SHA512 ec6267665fb1a98fcfb91a40ebbd86f7bb14e9fed36509a903ba5408d0f4b8672b19421943de6a4b3d2d0b187f9531dae4b7c9f766ee07f9c1aefa08ab6a51e3 -DIST sdl_audiolib-0_pre20220410.tar.xz 223932 BLAKE2B 09f35684b64b2b96fd0230612cc8458a8c7b0b94860c9d616c90141cd6d8088048e783170180191ed9998b2601676892686dc7d8373c8507d71db59b919c178b SHA512 01ef7f4d8987e1e27b4413d21eefbb8a83ab720f64ed76fd6314244d0d53bed5a061f4a22d4967e21cc9f6086532d33fea233f3e72e8a7abc5a80108f74710c1 diff --git a/media-libs/sdl_audiolib/sdl_audiolib-0_pre20220410.ebuild b/media-libs/sdl_audiolib/sdl_audiolib-0_pre20220410.ebuild deleted file mode 100644 index d993c84aa88b..000000000000 --- a/media-libs/sdl_audiolib/sdl_audiolib-0_pre20220410.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="audio decoding, resampling and mixing library" -HOMEPAGE="https://github.com/realnc/SDL_audiolib" -if [[ "${PV}" == *9999 ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/realnc/SDL_audiolib.git" -else - # No official releases from upstream yet - SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" -fi -LICENSE="LGPL-3" -SLOT="0" - -IUSE="fluidsynth libsamplerate modplug mpg123 musepack openmpt opus sndfile soxr vorbis" - -RDEPEND=" - media-libs/libsdl2 - fluidsynth? ( media-sound/fluidsynth ) - libsamplerate? ( media-libs/libsamplerate ) - modplug? ( media-libs/libmodplug ) - mpg123? ( media-sound/mpg123 ) - musepack? ( media-sound/musepack-tools ) - openmpt? ( media-libs/libopenmpt ) - opus? ( media-libs/opusfile ) - sndfile? ( media-libs/libsndfile ) - soxr? ( media-libs/soxr ) - vorbis? ( media-libs/libvorbis ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig -" - -src_configure() { - local mycmakeargs=( - -DUSE_DEC_ADLMIDI=OFF - -DUSE_DEC_BASSMIDI=OFF - -DUSE_DEC_FLUIDSYNTH="$(usex fluidsynth)" - -DUSE_DEC_MODPLUG="$(usex modplug)" - -DUSE_DEC_MPG123="$(usex mpg123)" - -DUSE_DEC_MUSEPACK="$(usex musepack)" - -DUSE_DEC_OPENMPT="$(usex openmpt)" - -DUSE_DEC_LIBOPUSFILE="$(usex opus)" - -DUSE_DEC_SNDFILE="$(usex sndfile)" - -DUSE_DEC_LIBVORBIS="$(usex vorbis)" - -DUSE_DEC_WILDMIDI=OFF - -DUSE_DEC_XMP=OFF - -DUSE_RESAMP_SOXR="$(usex soxr)" - -DUSE_RESAMP_SRC="$(usex libsamplerate)" - ) - cmake_src_configure -}