summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-06 18:12:28 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-06 18:12:28 +0000
commit4508fc489a49befd9902aa7bf262991bb9f046c3 (patch)
tree09fab56c1f3d81c02690c9d4caaf55230a9dff40 /app-emulation/vboxgtk
parentRestrict Jython ABIs. (diff)
downloadhistorical-4508fc489a49befd9902aa7bf262991bb9f046c3.tar.gz
historical-4508fc489a49befd9902aa7bf262991bb9f046c3.tar.bz2
historical-4508fc489a49befd9902aa7bf262991bb9f046c3.zip
Delete older ebuild.
Diffstat (limited to 'app-emulation/vboxgtk')
-rw-r--r--app-emulation/vboxgtk/vboxgtk-0.5.0.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/app-emulation/vboxgtk/vboxgtk-0.5.0.ebuild b/app-emulation/vboxgtk/vboxgtk-0.5.0.ebuild
deleted file mode 100644
index 66c5923f477c..000000000000
--- a/app-emulation/vboxgtk/vboxgtk-0.5.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/vboxgtk-0.5.0.ebuild,v 1.2 2011/01/07 15:20:50 polynomial-c Exp $
-
-EAPI="2"
-
-inherit gnome2-utils distutils
-
-DESCRIPTION="GTK frontend for VirtualBox"
-HOMEPAGE="http://vboxgtk.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="linguas_es"
-
-DEPEND=""
-RDEPEND="
- || ( app-emulation/virtualbox[-headless,sdk]
- >=app-emulation/virtualbox-bin-2.2.2 )
- >=dev-python/pygtk-2.14.0"
-
-src_prepare() {
- if ! use linguas_es; then
- rm po/es.po || die "rm failed"
- fi
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- distutils_pkg_postrm
- gnome2_icon_cache_update
-}