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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA077138335 for ; Mon, 18 Nov 2019 06:55:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7067DE088D; Mon, 18 Nov 2019 06:55:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4FBFBE088D for ; Mon, 18 Nov 2019 06:55:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7DD6534CF58 for ; Mon, 18 Nov 2019 06:55:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3451A8B4 for ; Mon, 18 Nov 2019 06:55:25 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1574060100.3a1b9050632776c4ee45ad056a81571a633c9651.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/extract_url/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/extract_url/extract_url-1.6.2.ebuild X-VCS-Directories: app-text/extract_url/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 3a1b9050632776c4ee45ad056a81571a633c9651 X-VCS-Branch: master Date: Mon, 18 Nov 2019 06:55: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: 3e7c127b-e3ef-448b-8cad-9abdd0654bd8 X-Archives-Hash: 37be391deeb8d563d6038f6aac3b923d commit: 3a1b9050632776c4ee45ad056a81571a633c9651 Author: Tim Harder gentoo org> AuthorDate: Mon Nov 18 06:54:47 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Mon Nov 18 06:55:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1b9050 app-text/extract_url: update to EAPI 7 Signed-off-by: Tim Harder gentoo.org> app-text/extract_url/extract_url-1.6.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/extract_url/extract_url-1.6.2.ebuild b/app-text/extract_url/extract_url-1.6.2.ebuild index 8ccadeb5e0f..5f105f6cc14 100644 --- a/app-text/extract_url/extract_url-1.6.2.ebuild +++ b/app-text/extract_url/extract_url-1.6.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="extracts URLs from correctly-encoded MIME email messages or plain text" HOMEPAGE="https://www.memoryhole.net/~kyle/extract_url/ https://github.com/m3m0ryh0l3/extracturl/"