Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/diveintopython/
Date: Tue, 30 Jan 2018 22:21:28
Message-Id: 1517350840.6f3c4284283ac6aa93999c286ccb350faad248c8.monsieurp@gentoo
1 commit: 6f3c4284283ac6aa93999c286ccb350faad248c8
2 Author: tharvik <tharvik <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Sun Jan 28 18:45:13 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 30 22:20:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3c4284
7
8 app-doc/diveintopython: remove invalid KEYWORDS.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11 Closes: https://github.com/gentoo/gentoo/pull/6990
12
13 app-doc/diveintopython/diveintopython-2.ebuild | 8 ++------
14 app-doc/diveintopython/diveintopython-3.ebuild | 8 ++------
15 2 files changed, 4 insertions(+), 12 deletions(-)
16
17 diff --git a/app-doc/diveintopython/diveintopython-2.ebuild b/app-doc/diveintopython/diveintopython-2.ebuild
18 index 42e749bb499..391c52aba09 100644
19 --- a/app-doc/diveintopython/diveintopython-2.ebuild
20 +++ b/app-doc/diveintopython/diveintopython-2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -16,15 +16,11 @@ pdf? ( http://www.diveintopython.net/download/${PN}-pdf-${MY_PV}.zip -> ${P}-pdf
28 LICENSE="FDL-1.1"
29 SLOT="2"
30
31 -KEYWORDS="*"
32 +KEYWORDS="amd64 ppc ppc64 x86"
33 IUSE="pdf"
34
35 S="${WORKDIR}/${MY_P}"
36
37 -src_prepare() {
38 - default
39 -}
40 -
41 src_install() {
42 insinto "/usr/share/doc/${PN}-${SLOT}"
43 use pdf && dodoc "${PN}.pdf"
44
45 diff --git a/app-doc/diveintopython/diveintopython-3.ebuild b/app-doc/diveintopython/diveintopython-3.ebuild
46 index c2ed7f31156..bc2f6bfcc2c 100644
47 --- a/app-doc/diveintopython/diveintopython-3.ebuild
48 +++ b/app-doc/diveintopython/diveintopython-3.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 +# Copyright 1999-2018 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=6
55 @@ -13,13 +13,9 @@ SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz
56
57 LICENSE="CC-BY-SA-3.0"
58 SLOT="3"
59 -KEYWORDS="*"
60 +KEYWORDS="amd64 ppc ppc64 x86"
61 IUSE="pdf"
62
63 -src_prepare() {
64 - default
65 -}
66 -
67 src_install() {
68 insinto "/usr/share/doc/${PN}-${SLOT}"
69 use pdf && dodoc "${P}.pdf"