From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1178024-garchives=archives.gentoo.org@lists.gentoo.org>
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 B350E1382C5
	for <garchives@archives.gentoo.org>; Mon,  8 Jun 2020 07:46:14 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2D827E08D0;
	Mon,  8 Jun 2020 07:46:12 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 0E3A7E08D0
	for <gentoo-commits@lists.gentoo.org>; Mon,  8 Jun 2020 07:46:12 +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 A8B3834F3ED
	for <gentoo-commits@lists.gentoo.org>; Mon,  8 Jun 2020 07:46:10 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EA4E7296
	for <gentoo-commits@lists.gentoo.org>; Mon,  8 Jun 2020 07:46:05 +0000 (UTC)
From: "Joonas Niilola" <juippis@gentoo.org>
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" <juippis@gentoo.org>
Message-ID: <1591602319.bb0e33cc73a31b6ec15dfd55afe7de13eb5ceb8f.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/pythondialog/pythondialog-3.5.1.ebuild
X-VCS-Directories: dev-python/pythondialog/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: bb0e33cc73a31b6ec15dfd55afe7de13eb5ceb8f
X-VCS-Branch: master
Date: Mon,  8 Jun 2020 07:46:05 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 31cdc4cb-17a6-4eef-95d5-b2d7695b9e8e
X-Archives-Hash: 9aec8475fe13cbb34abd191b8d764357

commit:     bb0e33cc73a31b6ec15dfd55afe7de13eb5ceb8f
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  8 06:55:53 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 07:45:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb0e33cc

dev-python/pythondialog: use distutils-r1 eclass for 'docs' IUSE

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/pythondialog/pythondialog-3.5.1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/pythondialog/pythondialog-3.5.1.ebuild b/dev-python/pythondialog/pythondialog-3.5.1.ebuild
index fa6f747f876..460c64b9f26 100644
--- a/dev-python/pythondialog/pythondialog-3.5.1.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.5.1.ebuild
@@ -9,12 +9,11 @@ inherit distutils-r1
 
 DESCRIPTION="A Python module for making simple text/console-mode user interfaces"
 HOMEPAGE="http://pythondialog.sourceforge.net/"
-SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"
+SRC_URI="mirror://sourceforge/pythondialog/${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-IUSE="doc"
 
 RDEPEND="dev-util/dialog"
 
@@ -26,7 +25,6 @@ python_prepare_all() {
 }
 
 python_install_all() {
-	# examples disabled in EAPI6, so we do this manually
 	dodoc -r examples
 	docompress -x /usr/share/doc/${PF}/examples
 	default