summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-02-18 10:15:14 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-02-18 10:23:29 +0100
commitb664d56d6a6c92257f2181c3ea528c472000e8ed (patch)
treeafacf10ca91feb2df1635028370786a4a46bbb3d /app-doc/diveintopython/diveintopython-3.ebuild
parentapp-misc/cpipe: tidy up ebuild. (diff)
downloadgentoo-b664d56d6a6c92257f2181c3ea528c472000e8ed.tar.gz
gentoo-b664d56d6a6c92257f2181c3ea528c472000e8ed.tar.bz2
gentoo-b664d56d6a6c92257f2181c3ea528c472000e8ed.zip
app-doc/diveintopython: tidy up ebuild.
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-doc/diveintopython/diveintopython-3.ebuild')
-rw-r--r--app-doc/diveintopython/diveintopython-3.ebuild9
1 files changed, 1 insertions, 8 deletions
diff --git a/app-doc/diveintopython/diveintopython-3.ebuild b/app-doc/diveintopython/diveintopython-3.ebuild
index 9940cc1ffedd..b5bffd0d0aba 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
}