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 9920715802F for ; Fri, 24 Feb 2023 07:53:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1303E07D4; Fri, 24 Feb 2023 07:53:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 C8206E07D4 for ; Fri, 24 Feb 2023 07:53:50 +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 AAE63340D85 for ; Fri, 24 Feb 2023 07:53:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41EA2807 for ; Fri, 24 Feb 2023 07:53:48 +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: <1677225208.3bdcb15e7aded92b1efe66d76199f930acd59b4b.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/fapg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/fapg/Manifest media-sound/fapg/fapg-0.43.ebuild X-VCS-Directories: media-sound/fapg/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 3bdcb15e7aded92b1efe66d76199f930acd59b4b X-VCS-Branch: master Date: Fri, 24 Feb 2023 07:53:48 +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: 396176c7-581b-4791-b06d-fae2cd886087 X-Archives-Hash: 1f45a8cbe6bd131813bc512e989cb9ad commit: 3bdcb15e7aded92b1efe66d76199f930acd59b4b Author: Miroslav Šulc gentoo org> AuthorDate: Fri Feb 24 07:53:28 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Fri Feb 24 07:53:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bdcb15e media-sound/fapg: dropped obsolete 0.43 Bug: https://bugs.gentoo.org/895794 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/fapg/Manifest | 1 - media-sound/fapg/fapg-0.43.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/media-sound/fapg/Manifest b/media-sound/fapg/Manifest index e46924e6784f..40e9945e6785 100644 --- a/media-sound/fapg/Manifest +++ b/media-sound/fapg/Manifest @@ -1,2 +1 @@ -DIST fapg-0.43.tar.gz 95025 BLAKE2B 33ef8e895ad998fc2d6a1f13c377805d0fdaf55b74adb78e4396f6084be531dc228da59f1a97329cb27cd5eafaad91822b27ad97f72f2f9c75deee7454bd22a8 SHA512 e290db42437a6345b6b1ee5348e95fc611c29ceffdc32baafb2e7aecde87b41e4584e9a06c1cf4c2ca938b3fe2359ba2f8bc4ad7c42923cfb3eef8e9737da64a DIST fapg-0.44.tar.gz 95423 BLAKE2B 7ceb0bada49092b491daa553786a88c193489b702b898638d118f0616738a746973a2d7982ec6a95376bd27a7c8c6ac531a546688c2d1f1079a2e7255f5a64d5 SHA512 ffb7e95c6060b0afeffc820c74f8cf619aff3b8876212a94106184d1b61201896626806a9334722fe856203cc09b01c0a1cd10a40cba62ad6f6709f3663fd933 diff --git a/media-sound/fapg/fapg-0.43.ebuild b/media-sound/fapg/fapg-0.43.ebuild deleted file mode 100644 index 4a9a2b3dbe5c..000000000000 --- a/media-sound/fapg/fapg-0.43.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 -}