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 D9E56158086 for ; Mon, 1 Nov 2021 11:25:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3482E07A7; Mon, 1 Nov 2021 11:25:11 +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 7B9E3E07A7 for ; Mon, 1 Nov 2021 11:25:11 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65B56342D61 for ; Mon, 1 Nov 2021 11:25:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B9AC132 for ; Mon, 1 Nov 2021 11:25:09 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1635765870.6d668d1c0f6eb709ef6efea647559febefde616d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-LinkExtractor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r2.ebuild dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r3.ebuild X-VCS-Directories: dev-perl/HTML-LinkExtractor/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 6d668d1c0f6eb709ef6efea647559febefde616d X-VCS-Branch: master Date: Mon, 1 Nov 2021 11:25:09 +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: 981a547c-23ae-44c1-a261-3a57052ecf0b X-Archives-Hash: e5d93681be7ff5f6898eded54357d0b6 commit: 6d668d1c0f6eb709ef6efea647559febefde616d Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Nov 1 11:14:23 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Nov 1 11:24:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d668d1c dev-perl/HTML-LinkExtractor: EAPI=8 bump Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...30.0-r2.ebuild => HTML-LinkExtractor-0.130.0-r3.ebuild} | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r2.ebuild b/dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r3.ebuild similarity index 67% rename from dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r2.ebuild rename to dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r3.ebuild index 614491fa2c3..8ad5637f880 100644 --- a/dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r2.ebuild +++ b/dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=PODMASTER DIST_VERSION=0.13 @@ -11,8 +11,10 @@ DESCRIPTION="A bare-bone HTML parser, similar to HTML::Parser" SLOT="0" KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86" -IUSE="" -DEPEND="dev-perl/HTML-Parser" -RDEPEND="${DEPEND} - dev-perl/URI" +RDEPEND=" + dev-perl/HTML-Parser + dev-perl/URI +" +BDEPEND="${RDEPEND} +"