commit:     b664d56d6a6c92257f2181c3ea528c472000e8ed
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 09:15:14 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 09:23:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b664d56d

app-doc/diveintopython: tidy up ebuild.

Package-Manager: portage-2.3.3

 app-doc/diveintopython/diveintopython-2.ebuild | 9 +--------
 app-doc/diveintopython/diveintopython-3.ebuild | 9 +--------
 2 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/app-doc/diveintopython/diveintopython-2.ebuild 
b/app-doc/diveintopython/diveintopython-2.ebuild
index 49abe894c6..f8a8b476f1 100644
--- a/app-doc/diveintopython/diveintopython-2.ebuild
+++ b/app-doc/diveintopython/diveintopython-2.ebuild
@@ -1,17 +1,14 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
-inherit eutils
-
 MY_PV="5.4"
 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
@@ -21,12 +18,8 @@ LICENSE="FDL-1.1"
 SLOT="2"
 
 KEYWORDS="amd64 ppc64 ppc x86"
-
 IUSE="pdf"
 
-DEPEND=""
-RDEPEND="${DEPEND}"
-
 S="${WORKDIR}/${MY_P}"
 
 src_prepare() {

diff --git a/app-doc/diveintopython/diveintopython-3.ebuild 
b/app-doc/diveintopython/diveintopython-3.ebuild
index 9940cc1ffe..b5bffd0d0a 100644
--- a/app-doc/diveintopython/diveintopython-3.ebuild
+++ b/app-doc/diveintopython/diveintopython-3.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
-inherit eutils
-
 DESCRIPTION="'Dive Into Python' by Mark Pilgrim - Python 3"
 HOMEPAGE="http://www.diveintopython3.net/";
 
@@ -16,14 +14,9 @@ 
SRC_URI="http://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz
 
 LICENSE="CC-BY-SA-3.0"
 SLOT="3"
-
 KEYWORDS="amd64 ppc64 ppc x86"
-
 IUSE="pdf"
 
-DEPEND=""
-RDEPEND="${DEPEND}"
-
 src_prepare() {
        default
 }

Reply via email to