summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2012-10-17 13:23:11 +0000
committerJulian Ospald <hasufell@gentoo.org>2012-10-17 13:23:11 +0000
commit6cdaebba685c92212b563365fa8c0fa83e20a09e (patch)
tree022a89a00d62e95d3fedf5c0a1a502c01f20ede6 /app-emulation
parentswitch to efmtutil-sys (diff)
downloadgentoo-2-6cdaebba685c92212b563365fa8c0fa83e20a09e.tar.gz
gentoo-2-6cdaebba685c92212b563365fa8c0fa83e20a09e.tar.bz2
gentoo-2-6cdaebba685c92212b563365fa8c0fa83e20a09e.zip
force revbump, so no user is left with broken runtime deps
(Portage version: 2.2.0_alpha140/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/vboxgtk/ChangeLog8
-rw-r--r--app-emulation/vboxgtk/vboxgtk-0.8.0-r2.ebuild (renamed from app-emulation/vboxgtk/vboxgtk-0.8.0-r1.ebuild)2
-rw-r--r--app-emulation/vboxgtk/vboxgtk-0.8.0.ebuild53
3 files changed, 8 insertions, 55 deletions
diff --git a/app-emulation/vboxgtk/ChangeLog b/app-emulation/vboxgtk/ChangeLog
index ab7d3b881cc5..645b34126430 100644
--- a/app-emulation/vboxgtk/ChangeLog
+++ b/app-emulation/vboxgtk/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/vboxgtk
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/ChangeLog,v 1.9 2012/10/17 13:17:35 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/ChangeLog,v 1.10 2012/10/17 13:23:11 hasufell Exp $
+
+*vboxgtk-0.8.0-r2 (17 Oct 2012)
+
+ 17 Oct 2012; Julian Ospald <hasufell@gentoo.org> -vboxgtk-0.8.0.ebuild,
+ -vboxgtk-0.8.0-r1.ebuild, +vboxgtk-0.8.0-r2.ebuild:
+ force revbump, so no user is left with broken runtime deps
17 Oct 2012; Julian Ospald <hasufell@gentoo.org> vboxgtk-0.8.0.ebuild,
vboxgtk-0.8.0-r1.ebuild:
diff --git a/app-emulation/vboxgtk/vboxgtk-0.8.0-r1.ebuild b/app-emulation/vboxgtk/vboxgtk-0.8.0-r2.ebuild
index ada708419e15..4ca3fbaba897 100644
--- a/app-emulation/vboxgtk/vboxgtk-0.8.0-r1.ebuild
+++ b/app-emulation/vboxgtk/vboxgtk-0.8.0-r2.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/app-emulation/vboxgtk/vboxgtk-0.8.0-r1.ebuild,v 1.2 2012/10/17 13:17:35 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/vboxgtk-0.8.0-r2.ebuild,v 1.1 2012/10/17 13:23:11 hasufell Exp $
EAPI="4"
diff --git a/app-emulation/vboxgtk/vboxgtk-0.8.0.ebuild b/app-emulation/vboxgtk/vboxgtk-0.8.0.ebuild
deleted file mode 100644
index 1ae8ac04e667..000000000000
--- a/app-emulation/vboxgtk/vboxgtk-0.8.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/vboxgtk-0.8.0.ebuild,v 1.3 2012/10/17 13:17:35 hasufell Exp $
-
-EAPI="4"
-PYTHON_DEPEND="2:2.6"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.[45] 3.* *-jython"
-
-inherit gnome2-utils distutils
-
-DESCRIPTION="GTK frontend for VirtualBox"
-HOMEPAGE="http://code.google.com/p/vboxgtk/"
-SRC_URI="http://vboxgtk.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- || ( app-emulation/virtualbox[-headless,python,sdk]
- >=app-emulation/virtualbox-bin-2.2.2[python] )
- dev-python/pygobject:3
- x11-libs/gtk+:3"
-
-PKG_LINGUAS="cs gl"
-for PKG_LINGUA in ${PKG_LINGUAS}; do
- IUSE="${IUSE} linguas_${PKG_LINGUA/-/_}"
-done
-
-src_prepare() {
- distutils_src_prepare
- for LINGUA in ${PKG_LINGUAS}; do
- if ! use linguas_${LINGUA/-/_}; then
- rm -r po/"${LINGUA}".po || die "LINGUAS removal failed"
- fi
- done
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- distutils_pkg_postrm
- gnome2_icon_cache_update
-}