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 /x11-misc/winswitch | |
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 'x11-misc/winswitch')
-rw-r--r-- | x11-misc/winswitch/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/winswitch/winswitch-0.12.18-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/winswitch/winswitch-0.12.18.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/winswitch/ChangeLog b/x11-misc/winswitch/ChangeLog index ee200c1d437c..ef0926638e1c 100644 --- a/x11-misc/winswitch/ChangeLog +++ b/x11-misc/winswitch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/winswitch # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/ChangeLog,v 1.7 2013/06/17 07:41:04 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/ChangeLog,v 1.8 2013/08/03 09:45:45 mgorny Exp $ + + 03 Aug 2013; Michał Górny <mgorny@gentoo.org> winswitch-0.12.18.ebuild, + winswitch-0.12.18-r1.ebuild: + Move dev-python/twisted to dev-python/twisted-core. 17 Jun 2013; Michael Weber <xmw@gentoo.org> files/winswitch-0.12.18-PIL.patch: Add upstream ticket diff --git a/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild b/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild index b801fa2ec8a1..3f86a3756eb8 100644 --- a/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild +++ b/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild,v 1.1 2013/06/17 07:32:40 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/winswitch-0.12.18-r1.ebuild,v 1.2 2013/08/03 09:45:45 mgorny Exp $ EAPI=5 @@ -23,7 +23,7 @@ RDEPEND="dev-python/gst-python[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] dev-python/pygtk[${PYTHON_USEDEP}] - dev-python/twisted + dev-python/twisted-core dev-python/twisted-conch media-gfx/xloadimage virtual/python-imaging[${PYTHON_USEDEP}] diff --git a/x11-misc/winswitch/winswitch-0.12.18.ebuild b/x11-misc/winswitch/winswitch-0.12.18.ebuild index 8093e45407f0..00152b2c3349 100644 --- a/x11-misc/winswitch/winswitch-0.12.18.ebuild +++ b/x11-misc/winswitch/winswitch-0.12.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/winswitch-0.12.18.ebuild,v 1.1 2013/01/05 13:35:04 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/winswitch-0.12.18.ebuild,v 1.2 2013/08/03 09:45:45 mgorny Exp $ EAPI=4 @@ -26,7 +26,7 @@ RDEPEND="dev-python/gst-python dev-python/pycrypto dev-python/pygobject:3 dev-python/pygtk - dev-python/twisted + dev-python/twisted-core dev-python/twisted-conch media-gfx/xloadimage x11-misc/devilspie" |