summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-08-30 11:21:47 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-08-30 21:14:06 +0200
commitae4de70c0b715e5beef5c78ed72c3adae064b232 (patch)
treeb0dc7c1b96f0d98552bfc4c174f0a9176b65679e
parentlicenses: Add CC-BY-SA-1.0 (diff)
downloadgentoo-ae4de70c0b715e5beef5c78ed72c3adae064b232.tar.gz
gentoo-ae4de70c0b715e5beef5c78ed72c3adae064b232.tar.bz2
gentoo-ae4de70c0b715e5beef5c78ed72c3adae064b232.zip
app-doc/diveintopython: indent.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
-rw-r--r--app-doc/diveintopython/diveintopython-2.ebuild8
-rw-r--r--app-doc/diveintopython/metadata.xml4
2 files changed, 6 insertions, 6 deletions
diff --git a/app-doc/diveintopython/diveintopython-2.ebuild b/app-doc/diveintopython/diveintopython-2.ebuild
index 797621787158..a304c56ca41e 100644
--- a/app-doc/diveintopython/diveintopython-2.ebuild
+++ b/app-doc/diveintopython/diveintopython-2.ebuild
@@ -8,10 +8,10 @@ MY_P="${PN}-${MY_PV}"
DESCRIPTION="'Dive Into Python' by Mark Pilgrim - Python 2"
HOMEPAGE="http://www.diveintopython.net/"
-SRC_URI="http://www.diveintopython.net/download/${PN}-html-${MY_PV}.zip -> ${P}.zip
- pdf? (
- http://www.diveintopython.net/download/${PN}-pdf-${MY_PV}.zip -> ${P}-pdf.zip
- )"
+SRC_URI="
+http://www.diveintopython.net/download/${PN}-html-${MY_PV}.zip -> ${P}.zip
+pdf? ( http://www.diveintopython.net/download/${PN}-pdf-${MY_PV}.zip -> ${P}-pdf.zip )
+"
LICENSE="FDL-1.1"
SLOT="2"
diff --git a/app-doc/diveintopython/metadata.xml b/app-doc/diveintopython/metadata.xml
index 150f83f5c915..282f5169122c 100644
--- a/app-doc/diveintopython/metadata.xml
+++ b/app-doc/diveintopython/metadata.xml
@@ -2,8 +2,8 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
+ <email>python@gentoo.org</email>
+ <name>Python</name>
</maintainer>
<maintainer type="person">
<email>monsieurp@gentoo.org</email>