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 741BA158041 for ; Sat, 13 Apr 2024 07:39:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0819E2A4B; Sat, 13 Apr 2024 07:39:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 84400E2A4B for ; Sat, 13 Apr 2024 07:39:01 +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 CEA8F34336C for ; Sat, 13 Apr 2024 07:39:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69C2216B3 for ; Sat, 13 Apr 2024 07:38:59 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1712993934.448aba28df8a114cb74088b5d3a7172f7406a107.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcdaudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libcdaudio/libcdaudio-0.99.12-r4.ebuild X-VCS-Directories: media-libs/libcdaudio/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 448aba28df8a114cb74088b5d3a7172f7406a107 X-VCS-Branch: master Date: Sat, 13 Apr 2024 07:38: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: 58fc669a-f82c-4796-946b-7897dbe2043d X-Archives-Hash: a2310bed4b9034795b50a90674b32d4d commit: 448aba28df8a114cb74088b5d3a7172f7406a107 Author: Miroslav Šulc gentoo org> AuthorDate: Sat Apr 13 07:38:38 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Apr 13 07:38:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=448aba28 media-libs/libcdaudio: dropped obsolete 0.99.12-r4 Bug: https://bugs.gentoo.org/929125 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/libcdaudio/libcdaudio-0.99.12-r4.ebuild | 28 ---------------------- 1 file changed, 28 deletions(-) diff --git a/media-libs/libcdaudio/libcdaudio-0.99.12-r4.ebuild b/media-libs/libcdaudio/libcdaudio-0.99.12-r4.ebuild deleted file mode 100644 index 569e9cab54e5..000000000000 --- a/media-libs/libcdaudio/libcdaudio-0.99.12-r4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Library of cd audio related routines" -HOMEPAGE="https://libcdaudio.sourceforge.net/" -SRC_URI="mirror://sourceforge/libcdaudio/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86" - -PATCHES=( - "${FILESDIR}"/${PN}-0.99-CAN-2005-0706.patch - "${FILESDIR}"/${P}-bug245649.patch - "${FILESDIR}"/${P}-libdir-fix.patch - "${FILESDIR}"/${P}-m4-testprogram-fix.patch -) - -src_configure() { - econf --enable-threads --disable-static -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -}