diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-10-27 10:27:56 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-10-27 10:27:56 +0000 |
commit | cc6a8043db527b99cea1038d8c7b87e9be92c75e (patch) | |
tree | 5ccea88c320293b4da65eda1b18d06e46b7b9184 /app-emulation/vboxgtk | |
parent | Drop 'cxx' as that feature is experimental and not recommended by upstream, b... (diff) | |
download | gentoo-2-cc6a8043db527b99cea1038d8c7b87e9be92c75e.tar.gz gentoo-2-cc6a8043db527b99cea1038d8c7b87e9be92c75e.tar.bz2 gentoo-2-cc6a8043db527b99cea1038d8c7b87e9be92c75e.zip |
version bump
(Portage version: 2.2.0_alpha140/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'app-emulation/vboxgtk')
-rw-r--r-- | app-emulation/vboxgtk/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/vboxgtk/files/vboxgtk.desktop.in | 9 | ||||
-rw-r--r-- | app-emulation/vboxgtk/vboxgtk-0.8.2.ebuild (renamed from app-emulation/vboxgtk/vboxgtk-0.8.1.ebuild) | 4 |
3 files changed, 8 insertions, 13 deletions
diff --git a/app-emulation/vboxgtk/ChangeLog b/app-emulation/vboxgtk/ChangeLog index 8bfbb0fe029f..2de2a66c76c2 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.13 2012/10/26 21:46:38 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/ChangeLog,v 1.14 2012/10/27 10:27:56 hasufell Exp $ + +*vboxgtk-0.8.2 (27 Oct 2012) + + 27 Oct 2012; Julian Ospald <hasufell@gentoo.org> -vboxgtk-0.8.1.ebuild, + +vboxgtk-0.8.2.ebuild, -files/vboxgtk.desktop.in: + version bump *vboxgtk-0.8.1 (26 Oct 2012) diff --git a/app-emulation/vboxgtk/files/vboxgtk.desktop.in b/app-emulation/vboxgtk/files/vboxgtk.desktop.in deleted file mode 100644 index 55c4d080d361..000000000000 --- a/app-emulation/vboxgtk/files/vboxgtk.desktop.in +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=VBoxGtk -Comment=VirtualBox GTK+ interface -Exec=vboxgtk -Terminal=false -StartupNotify=true -Icon=vboxgtk -Type=Application -Categories=Emulator;System; diff --git a/app-emulation/vboxgtk/vboxgtk-0.8.1.ebuild b/app-emulation/vboxgtk/vboxgtk-0.8.2.ebuild index c10c860864ed..0b621ef68954 100644 --- a/app-emulation/vboxgtk/vboxgtk-0.8.1.ebuild +++ b/app-emulation/vboxgtk/vboxgtk-0.8.2.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.1.ebuild,v 1.1 2012/10/26 21:46:38 hasufell Exp $ +# $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" @@ -38,8 +38,6 @@ python_prepare_all() { rm -r po/"${LINGUA}".po || die "LINGUAS removal failed" fi done - - cp "${FILESDIR}"/${PN}.desktop.in data/ || die } python_install_all() { |