diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-04-10 14:26:52 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-04-10 14:26:52 +0000 |
commit | 61000ac9a6782ea99072cf3eb1336ecac2952b50 (patch) | |
tree | 58ba0368d5ce9de79536ddc2a113a04cf6f9a574 /app-emulation/vboxgtk | |
parent | Fix building with USE="graphicsmagick" wrt #459976 by Erik Zeek, Andrew John ... (diff) | |
download | gentoo-2-61000ac9a6782ea99072cf3eb1336ecac2952b50.tar.gz gentoo-2-61000ac9a6782ea99072cf3eb1336ecac2952b50.tar.bz2 gentoo-2-61000ac9a6782ea99072cf3eb1336ecac2952b50.zip |
distutils-r1_python_prepare_all has to be called after modifying ${S}. This will ensure that proper files are copied if package is switched to an in-source build.
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'app-emulation/vboxgtk')
-rw-r--r-- | app-emulation/vboxgtk/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/vboxgtk/vboxgtk-0.8.2-r1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-emulation/vboxgtk/ChangeLog b/app-emulation/vboxgtk/ChangeLog index 7b7903258a99..fb4f4a637f14 100644 --- a/app-emulation/vboxgtk/ChangeLog +++ b/app-emulation/vboxgtk/ChangeLog @@ -1,6 +1,11 @@ # 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.18 2013/01/06 19:03:54 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/ChangeLog,v 1.19 2013/04/10 14:26:52 mgorny Exp $ + + 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 + will ensure that proper files are copied if package is switched to an in- + source build. 06 Jan 2013; Julian Ospald <hasufell@gentoo.org> vboxgtk-0.8.2-r1.ebuild: remove obsolete deps diff --git a/app-emulation/vboxgtk/vboxgtk-0.8.2-r1.ebuild b/app-emulation/vboxgtk/vboxgtk-0.8.2-r1.ebuild index 5c16f477806c..852e0c4b383c 100644 --- a/app-emulation/vboxgtk/vboxgtk-0.8.2-r1.ebuild +++ b/app-emulation/vboxgtk/vboxgtk-0.8.2-r1.ebuild @@ -1,6 +1,6 @@ # 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.4 2013/01/06 19:03:54 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/vboxgtk-0.8.2-r1.ebuild,v 1.5 2013/04/10 14:26:52 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) @@ -27,9 +27,9 @@ DEPEND="dev-util/intltool 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 + distutils-r1_python_prepare_all } pkg_preinst() { |