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 50CD215808B for ; Fri, 18 Feb 2022 15:00:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CD9CE0801; Fri, 18 Feb 2022 15:00:35 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4175FE0801 for ; Fri, 18 Feb 2022 15:00:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9C513431BF for ; Fri, 18 Feb 2022 15:00:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3546F26D for ; Fri, 18 Feb 2022 15:00:32 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1645196300.fd3747d904abe97df4dd90f0e9be78859ca37bda.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbcd/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/bbcd/bbcd-0.3.1-r3.ebuild x11-misc/bbcd/bbcd-0.3.1-r4.ebuild X-VCS-Directories: x11-misc/bbcd/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: fd3747d904abe97df4dd90f0e9be78859ca37bda X-VCS-Branch: master Date: Fri, 18 Feb 2022 15:00:32 +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: eeb4cc30-8f68-40be-b543-80c832ec438d X-Archives-Hash: 9d3c988768a8f6ae904b53851e3f3dbe commit: fd3747d904abe97df4dd90f0e9be78859ca37bda Author: Ben Kohler gentoo org> AuthorDate: Fri Feb 18 14:58:20 2022 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri Feb 18 14:58:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd3747d9 x11-misc/bbcd: stabilize EAPI=8 revision, drop old Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ben Kohler gentoo.org> x11-misc/bbcd/bbcd-0.3.1-r3.ebuild | 36 ------------------------------------ x11-misc/bbcd/bbcd-0.3.1-r4.ebuild | 2 +- 2 files changed, 1 insertion(+), 37 deletions(-) diff --git a/x11-misc/bbcd/bbcd-0.3.1-r3.ebuild b/x11-misc/bbcd/bbcd-0.3.1-r3.ebuild deleted file mode 100644 index ee2e46b6956b..000000000000 --- a/x11-misc/bbcd/bbcd-0.3.1-r3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit flag-o-matic - -DESCRIPTION="Basic CD Player for blackbox wm" -HOMEPAGE="http://tranber1.free.fr/bbcd.html" -SRC_URI="http://tranber1.free.fr/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -RDEPEND="media-libs/libcdaudio - x11-libs/libX11" -DEPEND="${RDEPEND} - x11-libs/libXt" - -PATCHES=( - "${FILESDIR}"/${P}_${PV}a.diff - "${FILESDIR}"/${P}-gcc3.3.patch - "${FILESDIR}"/${P}-gcc4.3.patch -) - -src_configure() { - append-cxxflags -std=c++14 - default -} - -src_install() { - default - rm "${ED%/}"/usr/share/bbtools/README.bbcd || die -} diff --git a/x11-misc/bbcd/bbcd-0.3.1-r4.ebuild b/x11-misc/bbcd/bbcd-0.3.1-r4.ebuild index 5932a96d6e09..8fe5e8ee889f 100644 --- a/x11-misc/bbcd/bbcd-0.3.1-r4.ebuild +++ b/x11-misc/bbcd/bbcd-0.3.1-r4.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://tranber1.free.fr/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="media-libs/libcdaudio