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 AB1D8158094 for ; Sun, 9 Oct 2022 03:48:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEF9EE08C8; Sun, 9 Oct 2022 03:48:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 952D1E08C8 for ; Sun, 9 Oct 2022 03:48:20 +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 6392C34113A for ; Sun, 9 Oct 2022 03:48:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFBBE5EC for ; Sun, 9 Oct 2022 03:48:17 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1665287148.1306ead3ae6db016e363a82414c207da4bd1f291.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/flac123/flac123-0.0.12-r1.ebuild media-sound/flac123/flac123-0.0.12.ebuild X-VCS-Directories: media-sound/flac123/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 1306ead3ae6db016e363a82414c207da4bd1f291 X-VCS-Branch: master Date: Sun, 9 Oct 2022 03:48:17 +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: ba4e318b-a7a2-4f9a-972e-21d9374f5a5a X-Archives-Hash: 9706c4c9a2ddb127dd5d429ee11705c4 commit: 1306ead3ae6db016e363a82414c207da4bd1f291 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Oct 9 03:23:23 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Oct 9 03:45:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1306ead3 media-sound/flac123: EAPI7->8, fix license, use https homepage Signed-off-by: Ionen Wolkens gentoo.org> .../{flac123-0.0.12.ebuild => flac123-0.0.12-r1.ebuild} | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/media-sound/flac123/flac123-0.0.12.ebuild b/media-sound/flac123/flac123-0.0.12-r1.ebuild similarity index 60% rename from media-sound/flac123/flac123-0.0.12.ebuild rename to media-sound/flac123/flac123-0.0.12-r1.ebuild index 93b3c7f825e8..13557a797659 100644 --- a/media-sound/flac123/flac123-0.0.12.ebuild +++ b/media-sound/flac123/flac123-0.0.12-r1.ebuild @@ -1,27 +1,27 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools -DESCRIPTION="console app for playing FLAC audio files" -HOMEPAGE="http://flac-tools.sourceforge.net" +DESCRIPTION="Console app for playing FLAC audio files" +HOMEPAGE="https://flac-tools.sourceforge.net/" SRC_URI="mirror://sourceforge/flac-tools/${P}-release.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 arm ppc ppc64 sparc x86" -IUSE="" RDEPEND=" - dev-libs/popt:= + dev-libs/popt media-libs/flac:= - media-libs/libao:= + media-libs/libao media-libs/libogg" DEPEND="${RDEPEND}" src_prepare() { default + eautoreconf }