summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-12-28 18:47:11 +0000
committerMike Gilbert <floppym@gentoo.org>2014-12-28 18:47:11 +0000
commit5dffb501fe19634223e6fcaa88867204f4b390f0 (patch)
treee8ba9526cfe9f7521bda32881f548c97deac45f4 /net-misc/hotot
parentDrop PYTHON_MODNAME, bug 533838. (diff)
downloadgentoo-2-5dffb501fe19634223e6fcaa88867204f4b390f0.tar.gz
gentoo-2-5dffb501fe19634223e6fcaa88867204f4b390f0.tar.bz2
gentoo-2-5dffb501fe19634223e6fcaa88867204f4b390f0.zip
Clean up python-single-r1 conversion.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'net-misc/hotot')
-rw-r--r--net-misc/hotot/ChangeLog8
-rw-r--r--net-misc/hotot/hotot-0.9.8.14.ebuild9
-rw-r--r--net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild11
-rw-r--r--net-misc/hotot/hotot-9999.ebuild11
4 files changed, 20 insertions, 19 deletions
diff --git a/net-misc/hotot/ChangeLog b/net-misc/hotot/ChangeLog
index 55de17b7bce4..54e914e0a9eb 100644
--- a/net-misc/hotot/ChangeLog
+++ b/net-misc/hotot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/hotot
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.34 2013/06/25 19:42:53 xmw Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.35 2014/12/28 18:47:11 floppym Exp $
+
+ 28 Dec 2014; Mike Gilbert <floppym@gentoo.org> hotot-0.9.8.14.ebuild,
+ hotot-0.9.8.14_p20130514.ebuild, hotot-9999.ebuild:
+ Clean up python-single-r1 conversion.
25 Jun 2013; Michael Weber <xmw@gentoo.org> -hotot-0.9.8.11.ebuild:
Drop broken API version.
diff --git a/net-misc/hotot/hotot-0.9.8.14.ebuild b/net-misc/hotot/hotot-0.9.8.14.ebuild
index 4665398c43e6..69d08e90a4a0 100644
--- a/net-misc/hotot/hotot-0.9.8.14.ebuild
+++ b/net-misc/hotot/hotot-0.9.8.14.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.14.ebuild,v 1.3 2013/06/25 16:57:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.14.ebuild,v 1.4 2014/12/28 18:47:11 floppym Exp $
EAPI=5
-PYTHON_DEPEND="gtk? 2"
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit cmake-utils python-single-r1 vcs-snapshot
@@ -18,7 +17,7 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="chrome gtk kde qt4"
-REQUIRED_USE="|| ( chrome gtk qt4 )"
+REQUIRED_USE="|| ( chrome gtk qt4 ) ${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
dev-python/dbus-python[${PYTHON_USEDEP}]
diff --git a/net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild b/net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild
index 031028407910..0e274d230c47 100644
--- a/net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild
+++ b/net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild,v 1.1 2013/06/12 20:16:30 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild,v 1.2 2014/12/28 18:47:11 floppym Exp $
EAPI=5
-PYTHON_DEPEND="gtk? 2"
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit cmake-utils python-single-r1 vcs-snapshot
@@ -18,11 +17,11 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="chrome gtk kde qt4"
-REQUIRED_USE="|| ( chrome gtk qt4 )"
+REQUIRED_USE="|| ( chrome gtk qt4 ) ${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
dev-python/dbus-python[${PYTHON_USEDEP}]
- gtk? ( dev-python/pywebkitgtk )
+ gtk? ( dev-python/pywebkitgtk[${PYTHON_USEDEP}] )
qt4? ( dev-qt/qtwebkit:4
kde? ( kde-base/kdelibs ) )"
DEPEND="${RDEPEND}
diff --git a/net-misc/hotot/hotot-9999.ebuild b/net-misc/hotot/hotot-9999.ebuild
index 1fc1d70d1810..dce42ab7569f 100644
--- a/net-misc/hotot/hotot-9999.ebuild
+++ b/net-misc/hotot/hotot-9999.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-9999.ebuild,v 1.8 2013/06/12 20:16:30 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-9999.ebuild,v 1.9 2014/12/28 18:47:11 floppym Exp $
EAPI=5
-PYTHON_DEPEND="gtk? 2"
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit cmake-utils git-2 python-single-r1
@@ -18,11 +17,11 @@ SLOT="0"
KEYWORDS=""
IUSE="chrome gtk kde qt4"
-REQUIRED_USE="|| ( chrome gtk qt4 )"
+REQUIRED_USE="|| ( chrome gtk qt4 ) ${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
dev-python/dbus-python[${PYTHON_USEDEP}]
- gtk? ( dev-python/pywebkitgtk )
+ gtk? ( dev-python/pywebkitgtk[${PYTHON_USEDEP}] )
qt4? ( dev-qt/qtwebkit:4
kde? ( kde-base/kdelibs ) )"
DEPEND="${RDEPEND}