commit: 137fead2a9b88bfc5fa315d42cd7749aa852b19f Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Tue Mar 11 10:25:00 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Tue Mar 11 10:25:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=137fead2
media-libs/libxmp: drop 9999 Do not think this is really gets used, and it's just more unnecessary work to keep it in sync esp. for a m-n package. Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> media-libs/libxmp/libxmp-9999.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/media-libs/libxmp/libxmp-9999.ebuild b/media-libs/libxmp/libxmp-9999.ebuild deleted file mode 100644 index 1e3ce2b867a3..000000000000 --- a/media-libs/libxmp/libxmp-9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2025 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 - -# bzip2 depacker code is 0BSD -LICENSE="MIT 0BSD public-domain" -SLOT="0" - -src_prepare() { - default - [[ ${PV} == *9999 ]] && eautoreconf -} - -src_compile() { - emake V=1 -}
