commit: 251bfaf90d3ced6dc1dd42766d44524053c2bdc5 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Oct 18 07:29:12 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Oct 18 07:29:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=251bfaf9
media-libs/libxmp: drop 4.6.0, 4.6.1 Bug: https://bugs.gentoo.org/958489 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> media-libs/libxmp/Manifest | 2 -- media-libs/libxmp/libxmp-4.6.0.ebuild | 23 ----------------------- media-libs/libxmp/libxmp-4.6.1.ebuild | 23 ----------------------- 3 files changed, 48 deletions(-) diff --git a/media-libs/libxmp/Manifest b/media-libs/libxmp/Manifest index 21d678558ba6..e38dc133bd54 100644 --- a/media-libs/libxmp/Manifest +++ b/media-libs/libxmp/Manifest @@ -1,3 +1 @@ -DIST libxmp-4.6.0.tar.gz 738532 BLAKE2B d383cb2e8c15c27e9f55954a4ae2ead6978b7e073e647ab667a2c0bb15848ff582626611b3f274ac5075bcdb7b5cfdc1a4f95d2ea76dc0ea64dab595ba8ca1b8 SHA512 d287544c9b569515f1a3fa92d8d930097b252e84f86cba5dd70e9b4460d0fa70754ece45dcc7ec314e434d821b43207d700afb12c9df80b467d73e9d029baafe -DIST libxmp-4.6.1.tar.gz 798994 BLAKE2B 8bf853ee85b61c9bec46bd786f4741fcf2cff37a07cea4d8d6f60a66c09d6c9a6144e54786e8744942285d642ee7ab454290f06d0da946f2985d0c417752be26 SHA512 a772a489d8c1bedda378cd36f4f359bc224a1ac16ba12486b675667c76826d1308697f03e2d6502b654e4127eaaf3930684ee4367a73b75432273662af29111d DIST libxmp-4.6.3.tar.gz 805616 BLAKE2B 5cf99574d990d48f069f1ebb3f06d6b0658f41adb5f032b11c7d8849f4a8ad08597e3881d8804c10ef895c4620c329bf3369a2f7f84b553f5350407c520e06c9 SHA512 fc87fafa392ebd07f6f9823801cdf296d5f5a6216e15a437d0539bc4ebf0f963bb8d868c73499d1ece33a238b71a8da6da303be23d409975a62b166225853bec diff --git a/media-libs/libxmp/libxmp-4.6.0.ebuild b/media-libs/libxmp/libxmp-4.6.0.ebuild deleted file mode 100644 index 84a311267525..000000000000 --- a/media-libs/libxmp/libxmp-4.6.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit multilib-minimal - -DESCRIPTION="Library that renders module files to PCM data" -HOMEPAGE="https://github.com/libxmp/libxmp" -SRC_URI="https://github.com/libxmp/libxmp/releases/download/${P}/${P}.tar.gz" - -LICENSE="LGPL-2.1+ MIT 0BSD" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc64 ~riscv ~sparc x86" - -src_prepare() { - default - multilib_copy_sources -} - -multilib_src_compile() { - emake V=1 -} diff --git a/media-libs/libxmp/libxmp-4.6.1.ebuild b/media-libs/libxmp/libxmp-4.6.1.ebuild deleted file mode 100644 index 853a5b5c451b..000000000000 --- a/media-libs/libxmp/libxmp-4.6.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit multilib-minimal - -DESCRIPTION="Library that renders module files to PCM data" -HOMEPAGE="https://github.com/libxmp/libxmp" -SRC_URI="https://github.com/libxmp/libxmp/releases/download/${P}/${P}.tar.gz" - -LICENSE="MIT 0BSD public-domain" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86" - -src_prepare() { - default - multilib_copy_sources -} - -multilib_src_compile() { - emake V=1 -}
