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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C10831382C5 for ; Thu, 22 Apr 2021 05:20:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D5DFE075F; Thu, 22 Apr 2021 05:20:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7FB0E075F for ; Thu, 22 Apr 2021 05:20:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BCD23410E3 for ; Thu, 22 Apr 2021 05:20:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A72DD5C9 for ; Thu, 22 Apr 2021 05:20:16 +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: <1619068805.7c7c0a46e4d59b9342d34c96ea7f128c0ce3fb93.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.42.ebuild X-VCS-Directories: media-sound/fapg/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 7c7c0a46e4d59b9342d34c96ea7f128c0ce3fb93 X-VCS-Branch: master Date: Thu, 22 Apr 2021 05:20:16 +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: e9279cad-dc38-4a3e-8b27-c45214153642 X-Archives-Hash: 82bf3d7061603d3606ea6e1df60537f6 commit: 7c7c0a46e4d59b9342d34c96ea7f128c0ce3fb93 Author: Miroslav Šulc gentoo org> AuthorDate: Thu Apr 22 05:20:05 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Apr 22 05:20:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7c0a46 media-sound/fapg: removed obsolete 0.42 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/fapg/Manifest | 1 - media-sound/fapg/fapg-0.42.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/media-sound/fapg/Manifest b/media-sound/fapg/Manifest index 58335aca73c..b389463ed2f 100644 --- a/media-sound/fapg/Manifest +++ b/media-sound/fapg/Manifest @@ -1,2 +1 @@ -DIST fapg-0.42.tar.gz 94920 BLAKE2B b7da3a9df4b3f61022d237fe2b94238d56ceee456de54843062a887710f8faea17cfc6198487317797d9b16b006ccf311eb8e0f9e9e55a2e5d0aed173758457f SHA512 e3bbef35b9c845d80bcd1ee1116e4eb99b98e9d84cff034f2a49bbfcaa7664ab48b9453fb680fe7274fa74e9e0126950fbb15deb793eb95362f74c11151f8731 DIST fapg-0.43.tar.gz 95025 BLAKE2B 33ef8e895ad998fc2d6a1f13c377805d0fdaf55b74adb78e4396f6084be531dc228da59f1a97329cb27cd5eafaad91822b27ad97f72f2f9c75deee7454bd22a8 SHA512 e290db42437a6345b6b1ee5348e95fc611c29ceffdc32baafb2e7aecde87b41e4584e9a06c1cf4c2ca938b3fe2359ba2f8bc4ad7c42923cfb3eef8e9737da64a diff --git a/media-sound/fapg/fapg-0.42.ebuild b/media-sound/fapg/fapg-0.42.ebuild deleted file mode 100644 index b6e485692da..00000000000 --- a/media-sound/fapg/fapg-0.42.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 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 -}