summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/winswitch/ChangeLog8
-rw-r--r--x11-misc/winswitch/winswitch-0.12.14.ebuild4
-rw-r--r--x11-misc/winswitch/winswitch-0.12.16.ebuild (renamed from x11-misc/winswitch/winswitch-0.12.13.ebuild)6
3 files changed, 12 insertions, 6 deletions
diff --git a/x11-misc/winswitch/ChangeLog b/x11-misc/winswitch/ChangeLog
index 22a80b48d35b..b77f03e26748 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.2 2012/06/22 07:32:32 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/ChangeLog,v 1.3 2012/10/06 10:05:28 xmw Exp $
+
+*winswitch-0.12.16 (06 Oct 2012)
+
+ 06 Oct 2012; Michael Weber <xmw@gentoo.org> -winswitch-0.12.13.ebuild,
+ winswitch-0.12.14.ebuild, +winswitch-0.12.16.ebuild:
+ Version bump (euscan), drop old.
*winswitch-0.12.14 (22 Jun 2012)
diff --git a/x11-misc/winswitch/winswitch-0.12.14.ebuild b/x11-misc/winswitch/winswitch-0.12.14.ebuild
index 9e27ccd823d0..2aeeeffc51d8 100644
--- a/x11-misc/winswitch/winswitch-0.12.14.ebuild
+++ b/x11-misc/winswitch/winswitch-0.12.14.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.14.ebuild,v 1.1 2012/06/22 07:32:32 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/winswitch/winswitch-0.12.14.ebuild,v 1.2 2012/10/06 10:05:28 xmw Exp $
EAPI=4
@@ -34,7 +34,7 @@ DEPEND=""
src_prepare() {
einfo "Remove bundled Vash"
- rm -r skel/share/Vash
+ rm -r skel/share/Vash || die
python_convert_shebangs -r 2 skel
}
diff --git a/x11-misc/winswitch/winswitch-0.12.13.ebuild b/x11-misc/winswitch/winswitch-0.12.16.ebuild
index 087c0d945a37..8aad965e32e3 100644
--- a/x11-misc/winswitch/winswitch-0.12.13.ebuild
+++ b/x11-misc/winswitch/winswitch-0.12.16.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.13.ebuild,v 1.2 2012/05/22 16:18:07 mr_bones_ Exp $
+# $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
@@ -12,7 +12,7 @@ inherit python distutils
DESCRIPTION="client server tool to start and control virtual desktops"
HOMEPAGE="http://winswitch.org"
-SRC_URI="https://winswitch.org/src/${P}.src.tar.bz2"
+SRC_URI="http://winswitch.org/src/${P}.src.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
@@ -34,7 +34,7 @@ DEPEND=""
src_prepare() {
einfo "Remove bundled Vash"
- rm -r skel/share/Vash
+ rm -r skel/share/Vash || die
python_convert_shebangs -r 2 skel
}