summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-01-06 00:01:08 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-01-06 00:01:08 +0000
commit9685f7508af2996dd590c7509656d49f8bb4add6 (patch)
treebf0c097c1020309edb95abdfb986f5bf5753deb0 /app-emulation/vboxgtk
parentVersion bump, wrt bug #450272. Thanks to Opportunist <axiator AT yandex.ru> f... (diff)
downloadgentoo-2-9685f7508af2996dd590c7509656d49f8bb4add6.tar.gz
gentoo-2-9685f7508af2996dd590c7509656d49f8bb4add6.tar.bz2
gentoo-2-9685f7508af2996dd590c7509656d49f8bb4add6.zip
revbump: migrate to distutils-r1
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'app-emulation/vboxgtk')
-rw-r--r--app-emulation/vboxgtk/ChangeLog9
-rw-r--r--app-emulation/vboxgtk/vboxgtk-0.8.2-r1.ebuild45
2 files changed, 52 insertions, 2 deletions
diff --git a/app-emulation/vboxgtk/ChangeLog b/app-emulation/vboxgtk/ChangeLog
index 2de2a66c76c2..edbb95f09b92 100644
--- a/app-emulation/vboxgtk/ChangeLog
+++ b/app-emulation/vboxgtk/ChangeLog
@@ -1,6 +1,11 @@
# 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.14 2012/10/27 10:27:56 hasufell Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/ChangeLog,v 1.15 2013/01/06 00:01:07 hasufell Exp $
+
+*vboxgtk-0.8.2-r1 (06 Jan 2013)
+
+ 06 Jan 2013; Julian Ospald <hasufell@gentoo.org> +vboxgtk-0.8.2-r1.ebuild:
+ revbump: migrate to distutils-r1
*vboxgtk-0.8.2 (27 Oct 2012)
diff --git a/app-emulation/vboxgtk/vboxgtk-0.8.2-r1.ebuild b/app-emulation/vboxgtk/vboxgtk-0.8.2-r1.ebuild
new file mode 100644
index 000000000000..670d5bb0c7dd
--- /dev/null
+++ b/app-emulation/vboxgtk/vboxgtk-0.8.2-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/vboxgtk-0.8.2-r1.ebuild,v 1.1 2013/01/06 00:01:08 hasufell Exp $
+
+EAPI=5
+PYTHON_COMPAT=( python2_6 python2_7 )
+PLOCALES="cs gl"
+inherit gnome2-utils l10n distutils-r1
+
+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-4.2.0[-headless,python,sdk]
+ >=app-emulation/virtualbox-bin-4.2.0[python] )
+ dev-python/pygobject:3
+ x11-libs/gtk+:3[introspection]"
+DEPEND="dev-util/intltool
+ sys-devel/gettext"
+
+DOCS=( AUTHORS README )
+
+python_prepare_all() {
+ distutils-r1_python_prepare_all
+ rm_locale() { rm -r po/"${1}".po || die "LINGUAS removal failed" ;}
+ l10n_for_each_disabled_locale_do rm_locale
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}