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 67019158020 for ; Thu, 27 Oct 2022 12:26:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD60DE0968; Thu, 27 Oct 2022 12:26:31 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6A76E0968 for ; Thu, 27 Oct 2022 12:26:31 +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 3B1F2340D20 for ; Thu, 27 Oct 2022 12:26:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 436536DB for ; Thu, 27 Oct 2022 12:26:27 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1666873203.bbb93dfb76b573f5df33aa4ab67733efa4854ecd.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/sfeed/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-news/sfeed/sfeed-1.6.ebuild X-VCS-Directories: net-news/sfeed/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: bbb93dfb76b573f5df33aa4ab67733efa4854ecd X-VCS-Branch: master Date: Thu, 27 Oct 2022 12:26:27 +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: aa2cbfda-af43-41c1-9292-73ca8fb99419 X-Archives-Hash: 4d315c16795c965a5e79956dba3e7495 commit: bbb93dfb76b573f5df33aa4ab67733efa4854ecd Author: Joonas Niilola gentoo org> AuthorDate: Thu Oct 27 12:20:03 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Oct 27 12:20:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb93dfb net-news/sfeed: update EAPI 7 -> 8 Signed-off-by: Joonas Niilola gentoo.org> net-news/sfeed/sfeed-1.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-news/sfeed/sfeed-1.6.ebuild b/net-news/sfeed/sfeed-1.6.ebuild index 31103b5adee3..5af4bbe655c3 100644 --- a/net-news/sfeed/sfeed-1.6.ebuild +++ b/net-news/sfeed/sfeed-1.6.ebuild @@ -1,11 +1,11 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit toolchain-funcs savedconfig optfeature -DESCRIPTION="simple RSS and Atom parser" +DESCRIPTION="Simple RSS and Atom parser" HOMEPAGE="https://codemadness.org/sfeed-simple-feed-parser.html" SRC_URI="https://codemadness.org/releases/${PN}/${P}.tar.gz"