summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-13 21:34:33 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-13 21:34:33 +0000
commite8a4d27169e4ea8ff7668e691ee6035d732b5fd1 (patch)
treee4c104b6a5f71873b2f0fe97ade57b5d339f05eb /www-misc
parentUse virtual/python-futures. (diff)
downloadgentoo-2-e8a4d27169e4ea8ff7668e691ee6035d732b5fd1.tar.gz
gentoo-2-e8a4d27169e4ea8ff7668e691ee6035d732b5fd1.tar.bz2
gentoo-2-e8a4d27169e4ea8ff7668e691ee6035d732b5fd1.zip
Use virtual/python-futures.
(Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'www-misc')
-rw-r--r--www-misc/urlwatch/ChangeLog9
-rw-r--r--www-misc/urlwatch/urlwatch-1.14.ebuild6
-rw-r--r--www-misc/urlwatch/urlwatch-1.15.ebuild6
3 files changed, 12 insertions, 9 deletions
diff --git a/www-misc/urlwatch/ChangeLog b/www-misc/urlwatch/ChangeLog
index 197530117980..8dd3dd022427 100644
--- a/www-misc/urlwatch/ChangeLog
+++ b/www-misc/urlwatch/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-misc/urlwatch
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/urlwatch/ChangeLog,v 1.3 2012/09/03 19:10:43 radhermit Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-misc/urlwatch/ChangeLog,v 1.4 2013/09/13 21:34:33 mgorny Exp $
+
+ 13 Sep 2013; Michał Górny <mgorny@gentoo.org> urlwatch-1.14.ebuild,
+ urlwatch-1.15.ebuild:
+ Use virtual/python-futures.
*urlwatch-1.15 (03 Sep 2012)
@@ -16,4 +20,3 @@
22 Mar 2012; Tim Harder <radhermit@gentoo.org> +urlwatch-1.14.ebuild,
+files/urlwatch-xmpp.patch, +metadata.xml:
Initial import. Ebuild by me.
-
diff --git a/www-misc/urlwatch/urlwatch-1.14.ebuild b/www-misc/urlwatch/urlwatch-1.14.ebuild
index 6505ac864354..5dacbd7fcbfd 100644
--- a/www-misc/urlwatch/urlwatch-1.14.ebuild
+++ b/www-misc/urlwatch/urlwatch-1.14.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/urlwatch/urlwatch-1.14.ebuild,v 1.2 2012/03/23 19:43:52 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/urlwatch/urlwatch-1.14.ebuild,v 1.3 2013/09/13 21:34:32 mgorny Exp $
EAPI="4"
PYTHON_DEPEND="2:2.5 3:3.2"
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="xmpp"
RDEPEND="xmpp? ( dev-python/xmpppy )
- dev-python/futures"
+ virtual/python-futures"
DEPEND="${RDEPEND}"
src_prepare() {
diff --git a/www-misc/urlwatch/urlwatch-1.15.ebuild b/www-misc/urlwatch/urlwatch-1.15.ebuild
index 5b8df4c5bf10..cc752cc065ff 100644
--- a/www-misc/urlwatch/urlwatch-1.15.ebuild
+++ b/www-misc/urlwatch/urlwatch-1.15.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/urlwatch/urlwatch-1.15.ebuild,v 1.1 2012/09/03 19:10:43 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/urlwatch/urlwatch-1.15.ebuild,v 1.2 2013/09/13 21:34:32 mgorny Exp $
EAPI="4"
PYTHON_DEPEND="2:2.5 3:3.2"
@@ -18,7 +18,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="xmpp"
-DEPEND="dev-python/futures"
+DEPEND="virtual/python-futures"
RDEPEND="${DEPEND}
xmpp? ( dev-python/xmpppy )
|| ( www-client/lynx app-text/html2text )"