summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-06-10 02:28:34 +0000
committerMike Gilbert <floppym@gentoo.org>2014-06-10 02:28:34 +0000
commitae63f669bb8ec6b4a1925759186d8e6246abd386 (patch)
tree23ed18e03eba0471c4cb6beacfec2a0f34b1f4d2 /x11-misc
parentRemove old. (diff)
downloadgentoo-2-ae63f669bb8ec6b4a1925759186d8e6246abd386.tar.gz
gentoo-2-ae63f669bb8ec6b4a1925759186d8e6246abd386.tar.bz2
gentoo-2-ae63f669bb8ec6b4a1925759186d8e6246abd386.zip
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/winswitch/ChangeLog5
-rw-r--r--x11-misc/winswitch/winswitch-0.12.18.ebuild48
2 files changed, 4 insertions, 49 deletions
diff --git a/x11-misc/winswitch/ChangeLog b/x11-misc/winswitch/ChangeLog
index 0ae7271d248c..1fea0cf8f775 100644
--- a/x11-misc/winswitch/ChangeLog
+++ b/x11-misc/winswitch/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/winswitch
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/ChangeLog,v 1.11 2014/04/26 08:31:26 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/ChangeLog,v 1.12 2014/06/10 02:28:34 floppym Exp $
+
+ 10 Jun 2014; Mike Gilbert <floppym@gentoo.org> -winswitch-0.12.18.ebuild:
+ Remove old.
26 Apr 2014; Pacho Ramos <pacho@gentoo.org> winswitch-0.12.18-r1.ebuild:
Adapt to latest pygobject don't providing python2.6 support
diff --git a/x11-misc/winswitch/winswitch-0.12.18.ebuild b/x11-misc/winswitch/winswitch-0.12.18.ebuild
deleted file mode 100644
index 463434b0702a..000000000000
--- a/x11-misc/winswitch/winswitch-0.12.18.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 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.3 2014/04/06 10:48:58 eva 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:0.10
- dev-python/imaging
- dev-python/netifaces
- dev-python/notify-python
- dev-python/pycrypto
- dev-python/pygobject:3
- dev-python/pygtk
- dev-python/twisted-core
- 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"
-}