diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-08-03 09:45:52 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-08-03 09:45:52 +0000 |
commit | 7d619cc4c5f189d5aef52895b8744dadf2896f8f (patch) | |
tree | fe6a966fc06c6db9caa997e865c3e434f8c1c7b1 /net-irc/supybot | |
parent | Version bump, wrt bug #475966. Some cleanups, utilize l10n eclass for proper ... (diff) | |
download | gentoo-2-7d619cc4c5f189d5aef52895b8744dadf2896f8f.tar.gz gentoo-2-7d619cc4c5f189d5aef52895b8744dadf2896f8f.tar.bz2 gentoo-2-7d619cc4c5f189d5aef52895b8744dadf2896f8f.zip |
Move dev-python/twisted to dev-python/twisted-core.
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'net-irc/supybot')
-rw-r--r-- | net-irc/supybot/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/supybot/supybot-0.83.4.1-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-irc/supybot/ChangeLog b/net-irc/supybot/ChangeLog index 6dcfea2eb4b2..9eac438de048 100644 --- a/net-irc/supybot/ChangeLog +++ b/net-irc/supybot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/supybot -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.43 2012/05/14 21:31:01 marienz Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.44 2013/08/03 09:45:45 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> supybot-0.83.4.1-r2.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 14 May 2012; Marien Zwart <marienz@gentoo.org> supybot-0.83.4.1-r2.ebuild: Remove sqlite USE flag to facilitate sqlite 2 deprecation (bug #408839). diff --git a/net-irc/supybot/supybot-0.83.4.1-r2.ebuild b/net-irc/supybot/supybot-0.83.4.1-r2.ebuild index fb1cb9f2a405..dece5afea13e 100644 --- a/net-irc/supybot/supybot-0.83.4.1-r2.ebuild +++ b/net-irc/supybot/supybot-0.83.4.1-r2.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/net-irc/supybot/supybot-0.83.4.1-r2.ebuild,v 1.4 2012/05/14 21:31:01 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.83.4.1-r2.ebuild,v 1.5 2013/08/03 09:45:45 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -22,7 +22,7 @@ KEYWORDS="amd64 ~arm ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos IUSE="twisted" DEPEND="twisted? ( - >=dev-python/twisted-8.1.0[crypt] + >=dev-python/twisted-core-8.1.0[crypt] >=dev-python/twisted-names-8.1.0 ) !<net-irc/supybot-plugins-20060723-r1" |