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 A3905158041 for ; Sat, 2 Mar 2024 07:10:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D1D62BC014; Sat, 2 Mar 2024 07:10:51 +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 3D98AE29FD for ; Sat, 2 Mar 2024 07:10:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 50912343024 for ; Sat, 2 Mar 2024 07:10:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A103714F0 for ; Sat, 2 Mar 2024 07:10:47 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1709334567.177bdd61aa9e0b6e909ff0af230a8875579dbd50.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/dr_mp3/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/dr_mp3/Manifest media-libs/dr_mp3/dr_mp3-0.6.38.ebuild X-VCS-Directories: media-libs/dr_mp3/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 177bdd61aa9e0b6e909ff0af230a8875579dbd50 X-VCS-Branch: master Date: Sat, 2 Mar 2024 07:10:47 +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: a83ffcf9-8ec7-48a0-b814-f5c09e032b6f X-Archives-Hash: 7c8e66581cd2347dcd4755d2ed893b24 commit: 177bdd61aa9e0b6e909ff0af230a8875579dbd50 Author: Lucio Sauer posteo net> AuthorDate: Fri Mar 1 23:09:27 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Mar 1 23:09:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=177bdd61 media-libs/dr_mp3: drop 0.6.38 Signed-off-by: Lucio Sauer posteo.net> media-libs/dr_mp3/Manifest | 1 - media-libs/dr_mp3/dr_mp3-0.6.38.ebuild | 57 ---------------------------------- 2 files changed, 58 deletions(-) diff --git a/media-libs/dr_mp3/Manifest b/media-libs/dr_mp3/Manifest index cfd7d3353c..57e90a0368 100644 --- a/media-libs/dr_mp3/Manifest +++ b/media-libs/dr_mp3/Manifest @@ -1,2 +1 @@ -DIST dr_mp3-0.6.38.gh.tar.gz 518478 BLAKE2B 4ef68a7ba24b84d5a3c87271d399b7abe9d367137d34b68f0533414f968315bafa59fc8ae6e9d40b6d82542060420e821c47ee3337fbd1589fceb0d0aded129f SHA512 2aa595a926bf72c56c3012fa7ea13ac7141952d1dc454f7135674286ba0df900554121624e7885fb242104c4bf0598826ed36952f591055033d419199a6b66fc DIST dr_mp3-0.6.39.gh.tar.gz 518478 BLAKE2B 4ef68a7ba24b84d5a3c87271d399b7abe9d367137d34b68f0533414f968315bafa59fc8ae6e9d40b6d82542060420e821c47ee3337fbd1589fceb0d0aded129f SHA512 2aa595a926bf72c56c3012fa7ea13ac7141952d1dc454f7135674286ba0df900554121624e7885fb242104c4bf0598826ed36952f591055033d419199a6b66fc diff --git a/media-libs/dr_mp3/dr_mp3-0.6.38.ebuild b/media-libs/dr_mp3/dr_mp3-0.6.38.ebuild deleted file mode 100644 index 224d735f02..0000000000 --- a/media-libs/dr_mp3/dr_mp3-0.6.38.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit edo toolchain-funcs - -DESCRIPTION="Single-header MP3 audio decoder library" -HOMEPAGE="https://github.com/mackron/dr_libs/" -COMMIT="01d23df76776faccee3bc456f685900dcc273b4c" -SRC_URI="https://github.com/mackron/dr_libs/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz" -LICENSE="|| ( MIT-0 public-domain )" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="test" -RESTRICT="!test? ( test )" - -S="${WORKDIR}/dr_libs-${COMMIT}" - -# Unfortunately, the only other test is interactive. -TESTCASES=( - dr_mp3_test_0.c -) - -src_prepare() { - sed -n "36,83p" dr_mp3.h > README.md || die - sed -n "4496,4776p" dr_mp3.h > CHANGELOG || die - default -} - -src_compile() { - if use test; then - local MY_{CC,BUILD} - MY_CC=$(tc-getCC) - - pushd tests > /dev/null || die - for tcase in ${TESTCASES[@]}; do - MY_BUILD="${MY_CC} mp3/${tcase} -o bin/${tcase} ${CFLAGS} ${CPPFLAGS}" - edo ${MY_BUILD} - done - popd || die - fi -} - -src_test() { - pushd tests > /dev/null || die - for tcase in ${TESTCASES[@]}; do - edo bin/${tcase} - done - popd || die -} - -src_install() { - einstalldocs - doheader dr_mp3.h -}