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 5DFB51382C5 for ; Tue, 30 Jan 2018 22:21:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC540E0AD6; Tue, 30 Jan 2018 22:21:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 89ED6E0AD6 for ; Tue, 30 Jan 2018 22:21:26 +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 36B14335C60 for ; Tue, 30 Jan 2018 22:21:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B82D91BD for ; Tue, 30 Jan 2018 22:21:23 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1517350840.6f3c4284283ac6aa93999c286ccb350faad248c8.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/diveintopython/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/diveintopython/diveintopython-2.ebuild app-doc/diveintopython/diveintopython-3.ebuild X-VCS-Directories: app-doc/diveintopython/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 6f3c4284283ac6aa93999c286ccb350faad248c8 X-VCS-Branch: master Date: Tue, 30 Jan 2018 22:21:23 +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: e3d5f15d-fa9c-4627-b28e-aea5b39e2600 X-Archives-Hash: ca75faaf7345153d0b8ba9de27acd6b2 commit: 6f3c4284283ac6aa93999c286ccb350faad248c8 Author: tharvik users noreply github com> AuthorDate: Sun Jan 28 18:45:13 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Jan 30 22:20:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3c4284 app-doc/diveintopython: remove invalid KEYWORDS. Package-Manager: Portage-2.3.13, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/6990 app-doc/diveintopython/diveintopython-2.ebuild | 8 ++------ app-doc/diveintopython/diveintopython-3.ebuild | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/app-doc/diveintopython/diveintopython-2.ebuild b/app-doc/diveintopython/diveintopython-2.ebuild index 42e749bb499..391c52aba09 100644 --- a/app-doc/diveintopython/diveintopython-2.ebuild +++ b/app-doc/diveintopython/diveintopython-2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,15 +16,11 @@ pdf? ( http://www.diveintopython.net/download/${PN}-pdf-${MY_PV}.zip -> ${P}-pdf LICENSE="FDL-1.1" SLOT="2" -KEYWORDS="*" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="pdf" S="${WORKDIR}/${MY_P}" -src_prepare() { - default -} - src_install() { insinto "/usr/share/doc/${PN}-${SLOT}" use pdf && dodoc "${PN}.pdf" diff --git a/app-doc/diveintopython/diveintopython-3.ebuild b/app-doc/diveintopython/diveintopython-3.ebuild index c2ed7f31156..bc2f6bfcc2c 100644 --- a/app-doc/diveintopython/diveintopython-3.ebuild +++ b/app-doc/diveintopython/diveintopython-3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,13 +13,9 @@ SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz LICENSE="CC-BY-SA-3.0" SLOT="3" -KEYWORDS="*" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="pdf" -src_prepare() { - default -} - src_install() { insinto "/usr/share/doc/${PN}-${SLOT}" use pdf && dodoc "${P}.pdf"