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 9EFC2158089 for ; Tue, 19 Sep 2023 20:49:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAB242BC07D; Tue, 19 Sep 2023 20:49:15 +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 953CC2BC07D for ; Tue, 19 Sep 2023 20:49:15 +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 3A99F335D0D for ; Tue, 19 Sep 2023 20:49:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F35BA11FB for ; Tue, 19 Sep 2023 20:49:10 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1695156532.0b59b429a428892b44199bc626f9acfae0084b82.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-libs/performance/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-libs/performance/performance-0.5.0.ebuild X-VCS-Directories: gnustep-libs/performance/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 0b59b429a428892b44199bc626f9acfae0084b82 X-VCS-Branch: master Date: Tue, 19 Sep 2023 20:49:10 +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: 098d372e-9e06-4251-909a-dc61fda39bd2 X-Archives-Hash: e4b90e7934a20b1ae077ac57cff865b2 commit: 0b59b429a428892b44199bc626f9acfae0084b82 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Sep 19 18:05:11 2023 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Sep 19 20:48:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b59b429 gnustep-libs/performance: EAPI8 bump, fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Bernard Cafarelli gentoo.org> gnustep-libs/performance/performance-0.5.0.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnustep-libs/performance/performance-0.5.0.ebuild b/gnustep-libs/performance/performance-0.5.0.ebuild index 5f6bcc8b2665..0f42ec545fcb 100644 --- a/gnustep-libs/performance/performance-0.5.0.ebuild +++ b/gnustep-libs/performance/performance-0.5.0.ebuild @@ -1,20 +1,20 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit gnustep-2 MY_P=${P/p/P} DESCRIPTION="Help improve the performance of GNUstep applications" -HOMEPAGE="http://wiki.gnustep.org/index.php/Performance" +HOMEPAGE="https://github.com/gnustep/libs-performance" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/libs/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" KEYWORDS="~amd64 ~ppc ~x86" -LICENSE="LGPL-3" +LICENSE="LGPL-3+" SLOT="0" -S=${WORKDIR}/${MY_P} - src_prepare() { if ! use doc; then # Remove doc target