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: Wed, 30 Aug 2017 19:14:15
Message-Id: 1504120446.ae4de70c0b715e5beef5c78ed72c3adae064b232.monsieurp@gentoo
1 commit: ae4de70c0b715e5beef5c78ed72c3adae064b232
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 09:21:47 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 19:14:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4de70c
7
8 app-doc/diveintopython: indent.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-doc/diveintopython/diveintopython-2.ebuild | 8 ++++----
13 app-doc/diveintopython/metadata.xml | 4 ++--
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/app-doc/diveintopython/diveintopython-2.ebuild b/app-doc/diveintopython/diveintopython-2.ebuild
17 index 79762178715..a304c56ca41 100644
18 --- a/app-doc/diveintopython/diveintopython-2.ebuild
19 +++ b/app-doc/diveintopython/diveintopython-2.ebuild
20 @@ -8,10 +8,10 @@ MY_P="${PN}-${MY_PV}"
21
22 DESCRIPTION="'Dive Into Python' by Mark Pilgrim - Python 2"
23 HOMEPAGE="http://www.diveintopython.net/"
24 -SRC_URI="http://www.diveintopython.net/download/${PN}-html-${MY_PV}.zip -> ${P}.zip
25 - pdf? (
26 - http://www.diveintopython.net/download/${PN}-pdf-${MY_PV}.zip -> ${P}-pdf.zip
27 - )"
28 +SRC_URI="
29 +http://www.diveintopython.net/download/${PN}-html-${MY_PV}.zip -> ${P}.zip
30 +pdf? ( http://www.diveintopython.net/download/${PN}-pdf-${MY_PV}.zip -> ${P}-pdf.zip )
31 +"
32
33 LICENSE="FDL-1.1"
34 SLOT="2"
35
36 diff --git a/app-doc/diveintopython/metadata.xml b/app-doc/diveintopython/metadata.xml
37 index 150f83f5c91..282f5169122 100644
38 --- a/app-doc/diveintopython/metadata.xml
39 +++ b/app-doc/diveintopython/metadata.xml
40 @@ -2,8 +2,8 @@
41 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
42 <pkgmetadata>
43 <maintainer type="project">
44 - <email>python@g.o</email>
45 - <name>Python</name>
46 + <email>python@g.o</email>
47 + <name>Python</name>
48 </maintainer>
49 <maintainer type="person">
50 <email>monsieurp@g.o</email>