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 CC91F1382C5 for ; Sat, 17 Mar 2018 20:04:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C50A4E089A; Sat, 17 Mar 2018 20:04:17 +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 A49F7E089A for ; Sat, 17 Mar 2018 20:04:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B2071335C92 for ; Sat, 17 Mar 2018 20:04:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 889A7232 for ; Sat, 17 Mar 2018 20:04:14 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1521316907.cb04259fcf37c2733cd13bccfc8ae507165741b9.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/w3m/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/w3m/w3m-0-r1.ebuild virtual/w3m/w3m-0.ebuild X-VCS-Directories: virtual/w3m/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: cb04259fcf37c2733cd13bccfc8ae507165741b9 X-VCS-Branch: master Date: Sat, 17 Mar 2018 20:04:14 +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-Archives-Salt: c960d670-3ee4-418c-a73c-377e20586d51 X-Archives-Hash: db035fac5032952de0113b35e8b7b26f commit: cb04259fcf37c2733cd13bccfc8ae507165741b9 Author: Pacho Ramos gentoo org> AuthorDate: Sat Mar 17 18:54:04 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Mar 17 20:01:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb04259f virtual/w3m: www-client/w3mmee is broken and being removed (#586258) Package-Manager: Portage-2.3.24, Repoman-2.3.6 virtual/w3m/{w3m-0.ebuild => w3m-0-r1.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/virtual/w3m/w3m-0.ebuild b/virtual/w3m/w3m-0-r1.ebuild similarity index 73% rename from virtual/w3m/w3m-0.ebuild rename to virtual/w3m/w3m-0-r1.ebuild index 6b310a3525a..c28e1676795 100644 --- a/virtual/w3m/w3m-0.ebuild +++ b/virtual/w3m/w3m-0-r1.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 DESCRIPTION="Virtual for the w3m web browser" SLOT="0" KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" -RDEPEND="|| ( www-client/w3m - www-client/w3mmee )" +RDEPEND="www-client/w3m"