summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-irc/redirbot/ChangeLog8
-rw-r--r--net-irc/redirbot/redirbot-0.0.5.ebuild5
2 files changed, 8 insertions, 5 deletions
diff --git a/net-irc/redirbot/ChangeLog b/net-irc/redirbot/ChangeLog
index 4af6240f983c..bbb0cae4ba19 100644
--- a/net-irc/redirbot/ChangeLog
+++ b/net-irc/redirbot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/redirbot
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/redirbot/ChangeLog,v 1.3 2013/08/03 09:45:40 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/redirbot/ChangeLog,v 1.4 2014/07/06 12:54:38 mgorny Exp $
+
+ 06 Jul 2014; Michał Górny <mgorny@gentoo.org> redirbot-0.0.5.ebuild:
+ Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+ unittest2 (those packages were only required for <=python-2.6).
03 Aug 2013; Michał Górny <mgorny@gentoo.org> redirbot-0.0.5.ebuild:
Move dev-python/twisted to dev-python/twisted-core.
diff --git a/net-irc/redirbot/redirbot-0.0.5.ebuild b/net-irc/redirbot/redirbot-0.0.5.ebuild
index bbffa9fc8a48..5654dea558b2 100644
--- a/net-irc/redirbot/redirbot-0.0.5.ebuild
+++ b/net-irc/redirbot/redirbot-0.0.5.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-irc/redirbot/redirbot-0.0.5.ebuild,v 1.2 2013/08/03 09:45:40 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/redirbot/redirbot-0.0.5.ebuild,v 1.3 2014/07/06 12:54:38 mgorny Exp $
EAPI=5
@@ -19,7 +19,6 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- virtual/python-argparse[${PYTHON_USEDEP}]
>=dev-python/twisted-core-11.1.0
dev-python/twisted-words
"