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 C8CF3158089 for ; Mon, 30 Oct 2023 08:14:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E38E2BC013; Mon, 30 Oct 2023 08:14:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0B1552BC013 for ; Mon, 30 Oct 2023 08:14:24 +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 573AE335C2E for ; Mon, 30 Oct 2023 08:14:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B25EF11BA for ; Mon, 30 Oct 2023 08:14:21 +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: <1698653652.c5fcd73d0d1e8d203784557b6a8cad5761ee782b.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libid3tag/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libid3tag/Manifest media-libs/libid3tag/libid3tag-0.16.2.ebuild X-VCS-Directories: media-libs/libid3tag/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: c5fcd73d0d1e8d203784557b6a8cad5761ee782b X-VCS-Branch: master Date: Mon, 30 Oct 2023 08:14:21 +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: 0258bc0b-d1e6-4520-83cb-a88069c37811 X-Archives-Hash: b499810ebdc1f302e8748c09d5df0367 commit: c5fcd73d0d1e8d203784557b6a8cad5761ee782b Author: Miroslav Šulc gentoo org> AuthorDate: Mon Oct 30 08:14:12 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Oct 30 08:14:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5fcd73d media-libs/libid3tag: dropped obsolete 0.16.2 Bug: https://bugs.gentoo.org/916225 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/libid3tag/Manifest | 1 - media-libs/libid3tag/libid3tag-0.16.2.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/media-libs/libid3tag/Manifest b/media-libs/libid3tag/Manifest index b0e102e95cfc..56ead46791f5 100644 --- a/media-libs/libid3tag/Manifest +++ b/media-libs/libid3tag/Manifest @@ -1,2 +1 @@ -DIST libid3tag-0.16.2.codeberg.tar.gz 53056 BLAKE2B 946e7b4db4faafe77773cefa3c3cf70c3452bc9d2c19503ec6739d255841706995efae3e6092b0b8fbe0be761284a7d74514369d437ee198c37f78fb3d92d4ae SHA512 b093614599ddc4d90072f355659a6d4d7d9fb6fe99509f62273db27291c02fb6cba280bb7ee954e014f4e5cffecc4e7f0258ebd15fcd18bf4e8abf8a02267c4c DIST libid3tag-0.16.3.codeberg.tar.gz 53218 BLAKE2B 58a4ce211aebef4b2f1f0e1a7214e2804e71d2cea805d3c275812978fb702148c5b435c289f9e83fd81fa1970bf83b7b8e772ed24843bcae7519fff455b50c15 SHA512 d49bc637899e4251ed66b5b56aa4c910dcdecd6b03ed197866d74175fc4eadff40f40f336606b23e2505b0e11834c4212a1314feeeaa2c0e9713051fdb56cb45 diff --git a/media-libs/libid3tag/libid3tag-0.16.2.ebuild b/media-libs/libid3tag/libid3tag-0.16.2.ebuild deleted file mode 100644 index 5483790e54d4..000000000000 --- a/media-libs/libid3tag/libid3tag-0.16.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake-multilib - -DESCRIPTION="The MAD id3tag library, Tenacity fork" -HOMEPAGE="https://codeberg.org/tenacityteam/libid3tag" -SRC_URI="https://codeberg.org/tenacityteam/libid3tag/archive/${PV}.tar.gz -> ${P}.codeberg.tar.gz" -S="${WORKDIR}/${PN}" - -LICENSE="GPL-2" -SLOT="0/${PV}" # SOVERSION = ${CMAKE_PROJECT_VERSION} in CMakeLists.txt -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}"