commit:     f064f0fbfd5ef68fc865724db70bc1b28fd03e78
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 16:32:07 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 16:32:07 2017 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=f064f0fb

app-office/nitrotasks: Bump to EAPI=6 and distutils-r1

Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 app-office/nitrotasks/nitrotasks-1.0.6.ebuild | 20 --------------------
 app-office/nitrotasks/nitrotasks-1.0.7.ebuild | 20 --------------------
 app-office/nitrotasks/nitrotasks-1.0.8.ebuild | 12 +++++++-----
 3 files changed, 7 insertions(+), 45 deletions(-)

diff --git a/app-office/nitrotasks/nitrotasks-1.0.6.ebuild 
b/app-office/nitrotasks/nitrotasks-1.0.6.ebuild
deleted file mode 100644
index 05f86e0..0000000
--- a/app-office/nitrotasks/nitrotasks-1.0.6.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit distutils
-
-DESCRIPTION="Task management GUI tool"
-HOMEPAGE="http://nitrotasks.com/";
-SRC_URI="https://launchpad.net/nitrotasks/trunk/${PV}/+download/${PN}_${PV}.tar.gz";
-
-LICENSE="BSD-4"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/python-distutils-extra"
-RDEPEND="dev-python/pywebkitgtk"
-
-S="${WORKDIR}"/${PN}

diff --git a/app-office/nitrotasks/nitrotasks-1.0.7.ebuild 
b/app-office/nitrotasks/nitrotasks-1.0.7.ebuild
deleted file mode 100644
index 05f86e0..0000000
--- a/app-office/nitrotasks/nitrotasks-1.0.7.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit distutils
-
-DESCRIPTION="Task management GUI tool"
-HOMEPAGE="http://nitrotasks.com/";
-SRC_URI="https://launchpad.net/nitrotasks/trunk/${PV}/+download/${PN}_${PV}.tar.gz";
-
-LICENSE="BSD-4"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/python-distutils-extra"
-RDEPEND="dev-python/pywebkitgtk"
-
-S="${WORKDIR}"/${PN}

diff --git a/app-office/nitrotasks/nitrotasks-1.0.8.ebuild 
b/app-office/nitrotasks/nitrotasks-1.0.8.ebuild
index 05f86e0..d0a0425 100644
--- a/app-office/nitrotasks/nitrotasks-1.0.8.ebuild
+++ b/app-office/nitrotasks/nitrotasks-1.0.8.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="3"
+EAPI=6
 
-inherit distutils
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
 
 DESCRIPTION="Task management GUI tool"
 HOMEPAGE="http://nitrotasks.com/";
@@ -14,7 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-python/python-distutils-extra"
-RDEPEND="dev-python/pywebkitgtk"
+DEPEND="dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/pywebkitgtk[${PYTHON_USEDEP}]"
 
 S="${WORKDIR}"/${PN}

Reply via email to