commit: c691e5a60336f2d2165b5a4167239a4cfaa461cb Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Jan 12 22:05:00 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Jan 12 22:46:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c691e5a6
media-libs/libxmp: drop 4.5.0 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-libs/libxmp/Manifest | 1 - media-libs/libxmp/libxmp-4.5.0.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/media-libs/libxmp/Manifest b/media-libs/libxmp/Manifest index 42c8b59f01ee..21e83d20a29c 100644 --- a/media-libs/libxmp/Manifest +++ b/media-libs/libxmp/Manifest @@ -1,2 +1 @@ -DIST libxmp-4.5.0.tar.gz 652983 BLAKE2B f583c309b4c4349eec73352d16bbd9b2b20fb48be101f0cba34a3597fce903442fbc203be50f940a7e3b8f53cc1bbf6ff91236fc27c6ec70b21ec17ad71bd6fb SHA512 71a57c7fcd696267c6e2d3cc12b43fe09adce9ed83f9f130755d3b2c2b984eb52e4ae4fad115ffeb07397c7cc4886fc3c4e01cbb1f047449228f7a557760cb1a DIST libxmp-4.6.0.tar.gz 738532 BLAKE2B d383cb2e8c15c27e9f55954a4ae2ead6978b7e073e647ab667a2c0bb15848ff582626611b3f274ac5075bcdb7b5cfdc1a4f95d2ea76dc0ea64dab595ba8ca1b8 SHA512 d287544c9b569515f1a3fa92d8d930097b252e84f86cba5dd70e9b4460d0fa70754ece45dcc7ec314e434d821b43207d700afb12c9df80b467d73e9d029baafe diff --git a/media-libs/libxmp/libxmp-4.5.0.ebuild b/media-libs/libxmp/libxmp-4.5.0.ebuild deleted file mode 100644 index 24a6655017f5..000000000000 --- a/media-libs/libxmp/libxmp-4.5.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Library that renders module files to PCM data" -HOMEPAGE="https://github.com/libxmp/libxmp" -if [[ ${PV} == *9999 ]] ; then - inherit autotools git-r3 - EGIT_REPO_URI="https://github.com/libxmp/libxmp.git" -else - SRC_URI="https://github.com/libxmp/${PN}/releases/download/${P}/${P}.tar.gz" - KEYWORDS="amd64" -fi -LICENSE="LGPL-2.1+" -SLOT="0" - -IUSE="" - -src_prepare() { - default - [[ ${PV} == *9999 ]] && eautoreconf -} - -src_compile() { - emake V=1 -}
