diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-08-30 11:21:47 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-08-30 21:14:06 +0200 |
commit | ae4de70c0b715e5beef5c78ed72c3adae064b232 (patch) | |
tree | b0dc7c1b96f0d98552bfc4c174f0a9176b65679e /app-doc | |
parent | licenses: Add CC-BY-SA-1.0 (diff) | |
download | gentoo-ae4de70c0b715e5beef5c78ed72c3adae064b232.tar.gz gentoo-ae4de70c0b715e5beef5c78ed72c3adae064b232.tar.bz2 gentoo-ae4de70c0b715e5beef5c78ed72c3adae064b232.zip |
app-doc/diveintopython: indent.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/diveintopython/diveintopython-2.ebuild | 8 | ||||
-rw-r--r-- | app-doc/diveintopython/metadata.xml | 4 |
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> |