summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-07-22 10:10:30 +0000
committerMichał Górny <mgorny@gentoo.org>2013-07-22 10:10:30 +0000
commit14c61993b6ffbc66532711a5d24ee1bbd1de3681 (patch)
tree2e95d89c50c8489cf6676d3e9b0747efc565fe90 /dev-python/doit
parentDrop the old version using long-deprecated python-distutils-ng.eclass. (diff)
downloadgentoo-2-14c61993b6ffbc66532711a5d24ee1bbd1de3681.tar.gz
gentoo-2-14c61993b6ffbc66532711a5d24ee1bbd1de3681.tar.bz2
gentoo-2-14c61993b6ffbc66532711a5d24ee1bbd1de3681.zip
Drop the old version using long-deprecated python-distutils-ng.eclass.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'dev-python/doit')
-rw-r--r--dev-python/doit/ChangeLog5
-rw-r--r--dev-python/doit/doit-0.16.1.ebuild34
2 files changed, 4 insertions, 35 deletions
diff --git a/dev-python/doit/ChangeLog b/dev-python/doit/ChangeLog
index c8a6c7e2f4e3..d34130e4b605 100644
--- a/dev-python/doit/ChangeLog
+++ b/dev-python/doit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/doit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/doit/ChangeLog,v 1.4 2013/05/29 19:50:14 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/doit/ChangeLog,v 1.5 2013/07/22 10:10:30 mgorny Exp $
+
+ 22 Jul 2013; Michał Górny <mgorny@gentoo.org> -doit-0.16.1.ebuild:
+ Drop the old version using long-deprecated python-distutils-ng.eclass.
29 May 2013; Ian Delaney <idella4@gentoo.org> doit-0.20.0.ebuild:
add pypy support, test phase
diff --git a/dev-python/doit/doit-0.16.1.ebuild b/dev-python/doit/doit-0.16.1.ebuild
deleted file mode 100644
index db8a018fd2d3..000000000000
--- a/dev-python/doit/doit-0.16.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/doit/doit-0.16.1.ebuild,v 1.2 2012/08/29 10:22:38 marienz Exp $
-
-EAPI=4
-PYTHON_COMPAT="python2_6 python2_7 python3_2"
-
-inherit eutils python-distutils-ng
-
-DESCRIPTION="Automation tool"
-HOMEPAGE="http://python-doit.sourceforge.net/ http://pypi.python.org/pypi/doit"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-python/pyinotify"
-
-src_prepare() {
- epatch "${FILESDIR}/doit-0.16.1-setup.py-encoding.patch"
-
- python-distutils-ng_src_prepare
-}
-
-src_install() {
- python-distutils-ng_src_install
-
- dodoc AUTHORS CHANGES README TODO.txt
- dodoc -r doc
- docompress -x /usr/share/doc/${PF}/doc
-}