commit: ff0ffeae46f95fe2bb946b4b69d0388908613b0d Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Mon Feb 17 18:15:17 2025 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Mon Feb 17 18:15:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff0ffeae
media-sound/fapg: dropped obsolete 0.44 Bug: https://bugs.gentoo.org/949676 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-sound/fapg/Manifest | 1 - media-sound/fapg/fapg-0.44.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/media-sound/fapg/Manifest b/media-sound/fapg/Manifest index 3c10ab740e84..e16c1679732f 100644 --- a/media-sound/fapg/Manifest +++ b/media-sound/fapg/Manifest @@ -1,2 +1 @@ -DIST fapg-0.44.tar.gz 95423 BLAKE2B 7ceb0bada49092b491daa553786a88c193489b702b898638d118f0616738a746973a2d7982ec6a95376bd27a7c8c6ac531a546688c2d1f1079a2e7255f5a64d5 SHA512 ffb7e95c6060b0afeffc820c74f8cf619aff3b8876212a94106184d1b61201896626806a9334722fe856203cc09b01c0a1cd10a40cba62ad6f6709f3663fd933 DIST fapg-0.45.tar.gz 95554 BLAKE2B b453e20af0373378dcec8a4de733eb4b61eb659ea0c19f67ec962df2f92cd5dc23090c00d7fdd28ec4be9f5efad102a2610144111994fcf10cb2c1f50381ae20 SHA512 befc5980462d210fbac273e4eb565e35f5e5db36d8c0bf5ba1aacf14d50db1b70b2d92a091c00dc8c459ef351043c2349d0b6973c719336043d597aa48a5d418 diff --git a/media-sound/fapg/fapg-0.44.ebuild b/media-sound/fapg/fapg-0.44.ebuild deleted file mode 100644 index 78949f7b5ed8..000000000000 --- a/media-sound/fapg/fapg-0.44.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Fast Audio Playlist Generator" -HOMEPAGE="http://royale.zerezo.com/fapg/" -SRC_URI="http://royale.zerezo.com/fapg/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86" -IUSE="xspf" - -DEPEND="xspf? ( >=dev-libs/uriparser-0.6.3 )" -RDEPEND="${DEPEND}" - -src_configure() { - local myconf="" - use xspf || myconf="${myconf} --disable-xspf" - econf ${myconf} -} - -src_install() { - emake DESTDIR="${D}" install - einstalldocs -}