diff options
author | Michael Weber <xmw@gentoo.org> | 2012-06-22 07:32:32 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-06-22 07:32:32 +0000 |
commit | 01c50722015480212a5cbdd0123b91610b631da9 (patch) | |
tree | 9f2f93a2abad68db04138f06751e462972960bf4 /x11-misc | |
parent | Version bump (thanks euscan), drop old. (diff) | |
download | gentoo-2-01c50722015480212a5cbdd0123b91610b631da9.tar.gz gentoo-2-01c50722015480212a5cbdd0123b91610b631da9.tar.bz2 gentoo-2-01c50722015480212a5cbdd0123b91610b631da9.zip |
Version bump (thanks euscan).
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/winswitch/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/winswitch/winswitch-0.12.14.ebuild | 48 |
2 files changed, 54 insertions, 1 deletions
diff --git a/x11-misc/winswitch/ChangeLog b/x11-misc/winswitch/ChangeLog index b3d21cf4f6c5..22a80b48d35b 100644 --- a/x11-misc/winswitch/ChangeLog +++ b/x11-misc/winswitch/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/winswitch # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/ChangeLog,v 1.1 2012/05/22 09:29:11 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/ChangeLog,v 1.2 2012/06/22 07:32:32 xmw Exp $ + +*winswitch-0.12.14 (22 Jun 2012) + + 22 Jun 2012; Michael Weber <xmw@gentoo.org> +winswitch-0.12.14.ebuild: + Version bump (thanks euscan). *winswitch-0.12.13 (22 May 2012) diff --git a/x11-misc/winswitch/winswitch-0.12.14.ebuild b/x11-misc/winswitch/winswitch-0.12.14.ebuild new file mode 100644 index 000000000000..9e27ccd823d0 --- /dev/null +++ b/x11-misc/winswitch/winswitch-0.12.14.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/winswitch-0.12.14.ebuild,v 1.1 2012/06/22 07:32:32 xmw Exp $ + +EAPI=4 + +SUPPORT_PYTHON_ABIS="1" +PYTHON_DEPEND="2" +RESTRICT_PYTHON_ABIS="2.4 3.*" + +inherit python distutils + +DESCRIPTION="client server tool to start and control virtual desktops" +HOMEPAGE="http://winswitch.org" +SRC_URI="http://winswitch.org/src/${P}.src.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/gst-python + dev-python/imaging + dev-python/netifaces + dev-python/notify-python + dev-python/pycrypto + dev-python/pygobject:3 + dev-python/pygtk + dev-python/twisted + dev-python/twisted-conch + media-gfx/xloadimage + x11-misc/devilspie" +DEPEND="" + +src_prepare() { + einfo "Remove bundled Vash" + rm -r skel/share/Vash + + python_convert_shebangs -r 2 skel +} + +pkg_postinst() { + elog "You might want to install following packages for additional protocol functionality" + elog " net-misc/tigervnc[?server]" + elog " x11-wm/xpra[?server]" + elog " || ( net-misc/nxclient net-misc/nx ) " + elog "and net-dns/avahi[python] for automatic server discovery" +} |