From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 7F4A11580E0 for ; Thu, 30 Jan 2025 16:18:49 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6B4DC3430E8 for ; Thu, 30 Jan 2025 16:18:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1EBB5110473; Thu, 30 Jan 2025 16:18:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 bobolink.gentoo.org (Postfix) with ESMTPS id 154CF110473 for ; Thu, 30 Jan 2025 16:18:41 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C51263430BB for ; Thu, 30 Jan 2025 16:18:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28E4E2530 for ; Thu, 30 Jan 2025 16:18:39 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1738253413.ccb77e811dc208a28e85e1a68d909420206fbdd3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/taginfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/taginfo/taginfo-1.2-r2.ebuild X-VCS-Directories: media-sound/taginfo/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ccb77e811dc208a28e85e1a68d909420206fbdd3 X-VCS-Branch: master Date: Thu, 30 Jan 2025 16:18:39 +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: 696fe56c-ee5b-404c-a080-dd5ef2b24721 X-Archives-Hash: a88bb101658d47c7575871a23f9f8866 commit: ccb77e811dc208a28e85e1a68d909420206fbdd3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 30 16:10:13 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 30 16:10:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb77e81 media-sound/taginfo: drop 1.2-r2 Closes: https://bugs.gentoo.org/949042 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/taginfo/taginfo-1.2-r2.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/media-sound/taginfo/taginfo-1.2-r2.ebuild b/media-sound/taginfo/taginfo-1.2-r2.ebuild deleted file mode 100644 index 55efb585c09e..000000000000 --- a/media-sound/taginfo/taginfo-1.2-r2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="A simple ID3 tag reader for use in shell scripts" -HOMEPAGE="http://freshmeat.net/projects/taginfo" -SRC_URI="http://grecni.com/software/taginfo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="media-libs/taglib" -DEPEND="${RDEPEND}" - -src_compile() { - emake CC="$(tc-getCXX) ${LDFLAGS} ${CXXFLAGS}" -} - -src_install() { - dobin taginfo - dodoc ChangeLog contrib/mp3-resample.sh README -}