summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-07-06 12:54:12 +0000
committerMichał Górny <mgorny@gentoo.org>2014-07-06 12:54:12 +0000
commitfc5a4e12be13e4cadf97d11c95b8ceb0219ae255 (patch)
tree91ac7eb643585190339398ee766b5f5953068c88 /net-dns
parentClean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff)
downloadgentoo-2-fc5a4e12be13e4cadf97d11c95b8ceb0219ae255.tar.gz
gentoo-2-fc5a4e12be13e4cadf97d11c95b8ceb0219ae255.tar.bz2
gentoo-2-fc5a4e12be13e4cadf97d11c95b8ceb0219ae255.zip
Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/dnsimple-dyndns/ChangeLog8
-rw-r--r--net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild7
2 files changed, 9 insertions, 6 deletions
diff --git a/net-dns/dnsimple-dyndns/ChangeLog b/net-dns/dnsimple-dyndns/ChangeLog
index 848ba245fa60..bcf19dddc196 100644
--- a/net-dns/dnsimple-dyndns/ChangeLog
+++ b/net-dns/dnsimple-dyndns/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dns/dnsimple-dyndns
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsimple-dyndns/ChangeLog,v 1.2 2013/12/02 04:37:25 rafaelmartins Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsimple-dyndns/ChangeLog,v 1.3 2014/07/06 12:54:12 mgorny Exp $
+
+ 06 Jul 2014; Michał Górny <mgorny@gentoo.org> dnsimple-dyndns-0.1.ebuild:
+ Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+ unittest2 (those packages were only required for <=python-2.6).
02 Dec 2013; Rafael G. Martins <rafaelmartins@gentoo.org>
dnsimple-dyndns-0.1.ebuild:
diff --git a/net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild b/net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild
index 520b7305e9ee..48b3373d5c00 100644
--- a/net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild
+++ b/net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild
@@ -1,6 +1,6 @@
-# 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-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild,v 1.2 2013/12/02 04:37:25 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsimple-dyndns/dnsimple-dyndns-0.1.ebuild,v 1.3 2014/07/06 12:54:12 mgorny Exp $
EAPI=5
@@ -30,6 +30,5 @@ LICENSE="BSD"
SLOT="0"
IUSE=""
-DEPEND=">=dev-python/requests-2.0.0
- virtual/python-argparse"
+DEPEND=">=dev-python/requests-2.0.0"
RDEPEND="${DEPEND}"