diff options
author | 2013-07-22 11:44:08 +0000 | |
---|---|---|
committer | 2013-07-22 11:44:08 +0000 | |
commit | d76d2c2207a1006af00d26bc5a94802c836a55d5 (patch) | |
tree | 87698458c751b2cfbd40482bcc7acf4fbc4f53e2 /app-emulation/vboxgtk | |
parent | Add to graphics herd too (diff) | |
download | gentoo-2-d76d2c2207a1006af00d26bc5a94802c836a55d5.tar.gz gentoo-2-d76d2c2207a1006af00d26bc5a94802c836a55d5.tar.bz2 gentoo-2-d76d2c2207a1006af00d26bc5a94802c836a55d5.zip |
Drop old.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'app-emulation/vboxgtk')
-rw-r--r-- | app-emulation/vboxgtk/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/vboxgtk/vboxgtk-0.8.0-r3.ebuild | 57 | ||||
-rw-r--r-- | app-emulation/vboxgtk/vboxgtk-0.8.2.ebuild | 57 |
3 files changed, 5 insertions, 115 deletions
diff --git a/app-emulation/vboxgtk/ChangeLog b/app-emulation/vboxgtk/ChangeLog index fb4f4a637f14..9a037153a77f 100644 --- a/app-emulation/vboxgtk/ChangeLog +++ b/app-emulation/vboxgtk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/vboxgtk # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/ChangeLog,v 1.19 2013/04/10 14:26:52 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/ChangeLog,v 1.20 2013/07/22 11:44:08 mgorny Exp $ + + 22 Jul 2013; Michał Górny <mgorny@gentoo.org> -vboxgtk-0.8.0-r3.ebuild, + -vboxgtk-0.8.2.ebuild: + Drop old. 10 Apr 2013; Michał Górny <mgorny@gentoo.org> vboxgtk-0.8.2-r1.ebuild: distutils-r1_python_prepare_all has to be called after modifying ${S}. This diff --git a/app-emulation/vboxgtk/vboxgtk-0.8.0-r3.ebuild b/app-emulation/vboxgtk/vboxgtk-0.8.0-r3.ebuild deleted file mode 100644 index 2317a75a9a61..000000000000 --- a/app-emulation/vboxgtk/vboxgtk-0.8.0-r3.ebuild +++ /dev/null @@ -1,57 +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-r3.ebuild,v 1.2 2012/10/26 21:43:50 hasufell Exp $ - -EAPI="4" - -PYTHON_COMPAT="python2_6 python2_7" - -inherit gnome2-utils python-distutils-ng - -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 ) - -PKG_LINGUAS="cs gl" -for PKG_LINGUA in ${PKG_LINGUAS}; do - IUSE="${IUSE} linguas_${PKG_LINGUA/-/_}" -done - -python_prepare_all() { - for LINGUA in ${PKG_LINGUAS}; do - if ! use linguas_${LINGUA/-/_}; then - rm -r po/"${LINGUA}".po || die "LINGUAS removal failed" - fi - done -} - -python_install_all() { - dodoc ${DOCS[@]} -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/app-emulation/vboxgtk/vboxgtk-0.8.2.ebuild b/app-emulation/vboxgtk/vboxgtk-0.8.2.ebuild deleted file mode 100644 index 0b621ef68954..000000000000 --- a/app-emulation/vboxgtk/vboxgtk-0.8.2.ebuild +++ /dev/null @@ -1,57 +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.2.ebuild,v 1.1 2012/10/27 10:27:56 hasufell Exp $ - -EAPI="4" - -PYTHON_COMPAT="python2_6 python2_7" - -inherit gnome2-utils python-distutils-ng - -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 ) - -PKG_LINGUAS="cs gl" -for PKG_LINGUA in ${PKG_LINGUAS}; do - IUSE="${IUSE} linguas_${PKG_LINGUA/-/_}" -done - -python_prepare_all() { - for LINGUA in ${PKG_LINGUAS}; do - if ! use linguas_${LINGUA/-/_}; then - rm -r po/"${LINGUA}".po || die "LINGUAS removal failed" - fi - done -} - -python_install_all() { - dodoc ${DOCS[@]} -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |