summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2013-01-05 13:35:04 +0000
committerMichael Weber <xmw@gentoo.org>2013-01-05 13:35:04 +0000
commitc5d634b1d34a4394886720548198467f53034f2a (patch)
treee774969a3c7828fbc080ed4a627eda9434f2f04c /x11-misc/winswitch
parentVersion bump (thanks euscan), drop old (diff)
downloadgentoo-2-c5d634b1d34a4394886720548198467f53034f2a.tar.gz
gentoo-2-c5d634b1d34a4394886720548198467f53034f2a.tar.bz2
gentoo-2-c5d634b1d34a4394886720548198467f53034f2a.zip
Version bump (thanks euscan), drop old
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'x11-misc/winswitch')
-rw-r--r--x11-misc/winswitch/ChangeLog10
-rw-r--r--x11-misc/winswitch/winswitch-0.12.16.ebuild48
-rw-r--r--x11-misc/winswitch/winswitch-0.12.17.ebuild4
-rw-r--r--x11-misc/winswitch/winswitch-0.12.18.ebuild (renamed from x11-misc/winswitch/winswitch-0.12.14.ebuild)6
4 files changed, 13 insertions, 55 deletions
diff --git a/x11-misc/winswitch/ChangeLog b/x11-misc/winswitch/ChangeLog
index fc8cc2bb035c..e1822f93de47 100644
--- a/x11-misc/winswitch/ChangeLog
+++ b/x11-misc/winswitch/ChangeLog
@@ -1,6 +1,12 @@
# 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.4 2012/10/15 06:50:32 xmw Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/ChangeLog,v 1.5 2013/01/05 13:35:04 xmw Exp $
+
+*winswitch-0.12.18 (05 Jan 2013)
+
+ 05 Jan 2013; Michael Weber <xmw@gentoo.org> -winswitch-0.12.14.ebuild,
+ -winswitch-0.12.16.ebuild, +winswitch-0.12.18.ebuild:
+ Version bump (thanks euscan), drop old
*winswitch-0.12.17 (15 Oct 2012)
diff --git a/x11-misc/winswitch/winswitch-0.12.16.ebuild b/x11-misc/winswitch/winswitch-0.12.16.ebuild
deleted file mode 100644
index 8aad965e32e3..000000000000
--- a/x11-misc/winswitch/winswitch-0.12.16.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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.16.ebuild,v 1.1 2012/10/06 10:05:28 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 || die
-
- 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"
-}
diff --git a/x11-misc/winswitch/winswitch-0.12.17.ebuild b/x11-misc/winswitch/winswitch-0.12.17.ebuild
index 3b04d1d99974..cbf8ca2b0f7c 100644
--- a/x11-misc/winswitch/winswitch-0.12.17.ebuild
+++ b/x11-misc/winswitch/winswitch-0.12.17.ebuild
@@ -1,6 +1,6 @@
# 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.17.ebuild,v 1.1 2012/10/15 06:50:32 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/winswitch-0.12.17.ebuild,v 1.2 2013/01/05 13:35:04 xmw Exp $
EAPI=4
@@ -44,5 +44,5 @@ pkg_postinst() {
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"
+ elog "and net-dns/avahi[python] for automatic server discovery"
}
diff --git a/x11-misc/winswitch/winswitch-0.12.14.ebuild b/x11-misc/winswitch/winswitch-0.12.18.ebuild
index 2aeeeffc51d8..8093e45407f0 100644
--- a/x11-misc/winswitch/winswitch-0.12.14.ebuild
+++ b/x11-misc/winswitch/winswitch-0.12.18.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/x11-misc/winswitch/winswitch-0.12.14.ebuild,v 1.2 2012/10/06 10:05:28 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/winswitch-0.12.18.ebuild,v 1.1 2013/01/05 13:35:04 xmw Exp $
EAPI=4
@@ -44,5 +44,5 @@ pkg_postinst() {
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"
+ elog "and net-dns/avahi[python] for automatic server discovery"
}