diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:54:38 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:54:38 +0000 |
commit | 569300c089f0d49dcb2fbd9c45c491add984a3b4 (patch) | |
tree | e38f67e8f3d11d04897318bb49847e97869e2e0b /net-irc | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | gentoo-2-569300c089f0d49dcb2fbd9c45c491add984a3b4.tar.gz gentoo-2-569300c089f0d49dcb2fbd9c45c491add984a3b4.tar.bz2 gentoo-2-569300c089f0d49dcb2fbd9c45c491add984a3b4.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-irc')
-rw-r--r-- | net-irc/redirbot/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/redirbot/redirbot-0.0.5.ebuild | 5 |
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 " |