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 18AA215808B for ; Sun, 13 Feb 2022 16:10:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32C52E08A0; Sun, 13 Feb 2022 16:10:28 +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 196B4E08A0 for ; Sun, 13 Feb 2022 16:10:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E0094342F87 for ; Sun, 13 Feb 2022 16:10:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A33D1F1 for ; Sun, 13 Feb 2022 16:10:25 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1644768571.35e4ed9db437cde4c3d29e79c8b98325300b1d16.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/ne/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/ne/ne-3.3.1.ebuild X-VCS-Directories: app-editors/ne/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 35e4ed9db437cde4c3d29e79c8b98325300b1d16 X-VCS-Branch: master Date: Sun, 13 Feb 2022 16:10:25 +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: f17c318a-dae9-4eb5-a439-8bc3865e992c X-Archives-Hash: 95726eaa94d00284fd3bbaf55dc51c39 commit: 35e4ed9db437cde4c3d29e79c8b98325300b1d16 Author: Matthew Smith gentoo org> AuthorDate: Sun Feb 13 10:58:23 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Sun Feb 13 16:09:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e4ed9d app-editors/ne: update EAPI 7 -> 8 Also drop unused eclass, and correct LICENSE. Signed-off-by: Matthew Smith gentoo.org> app-editors/ne/ne-3.3.1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-editors/ne/ne-3.3.1.ebuild b/app-editors/ne/ne-3.3.1.ebuild index 6fa202479207..01b23dac9558 100644 --- a/app-editors/ne/ne-3.3.1.ebuild +++ b/app-editors/ne/ne-3.3.1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit autotools flag-o-matic toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="The nice editor, easy to use for the beginner and powerful for the wizard" HOMEPAGE="https://ne.di.unimi.it/" SRC_URI="https://ne.di.unimi.it/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"