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 92BC415800D for ; Fri, 7 Jul 2023 07:31:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DE0BE084A; Fri, 7 Jul 2023 07:31:43 +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 E49AFE0848 for ; Fri, 7 Jul 2023 07:31:42 +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 6E8D634111A for ; Fri, 7 Jul 2023 07:31:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5D8FAD7 for ; Fri, 7 Jul 2023 07:31:38 +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: <1688715086.f5c27f55335eda01ab68d301c03737010616715f.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmp3splt/libmp3splt-0.9.2-r6.ebuild X-VCS-Directories: media-libs/libmp3splt/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: f5c27f55335eda01ab68d301c03737010616715f X-VCS-Branch: master Date: Fri, 7 Jul 2023 07:31:38 +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: a1fa5517-b3a0-4a9f-a1cf-157110274d3e X-Archives-Hash: 05eecb7b78caa8441ed1160ad5ac6f93 commit: f5c27f55335eda01ab68d301c03737010616715f Author: Michael Mair-Keimberger levelnine at> AuthorDate: Thu Jul 6 09:08:21 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Fri Jul 7 07:31:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c27f55 media-libs/libmp3splt: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Miroslav Šulc gentoo.org> media-libs/libmp3splt/libmp3splt-0.9.2-r6.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2-r6.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2-r6.ebuild index bb6d0c64135c..7c3cf16d9f2b 100644 --- a/media-libs/libmp3splt/libmp3splt-0.9.2-r6.ebuild +++ b/media-libs/libmp3splt/libmp3splt-0.9.2-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,10 +6,10 @@ EAPI=8 inherit autotools flag-o-matic DESCRIPTION="Library for mp3splt to split mp3 and ogg files without decoding" -HOMEPAGE="http://mp3splt.sourceforge.net/mp3splt_page/home.php" +HOMEPAGE="https://mp3splt.sourceforge.net/mp3splt_page/home.php" SRC_URI="mirror://sourceforge/${PN:3}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86" IUSE="doc flac pcre" @@ -49,7 +49,7 @@ src_configure() { append-libs -ldl local myeconfargs=( - --disable-cutter # TODO package cutter + --disable-cutter # TODO package cutter --disable-optimise --disable-static $(use_enable doc doxygen_doc)