On 09/11/2010 01:02 AM, Arfrever Frehtes Taifersar Arahesis (arfrever)
wrote:
> arfrever    10/09/10 22:02:28
> 
>   Modified:             PyQt4-4.7.6.ebuild ChangeLog
>   Log:
>   Update EAPI. Fix dependencies.
>   

This message does not tell why the EPREFIX stuff was removed.

>   (Portage version: 2.2_rc79_p5/cvs/Linux x86_64)
> 
> Revision  Changes    Path
> 1.2                  dev-python/PyQt4/PyQt4-4.7.6.ebuild
> 
> file : 
> http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.6.ebuild?rev=1.2&view=markup
> plain: 
> http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.6.ebuild?rev=1.2&content-type=text/plain
> diff : 
> http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.6.ebuild?r1=1.1&r2=1.2
> 
> Index: PyQt4-4.7.6.ebuild
> ===================================================================
> RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.6.ebuild,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -r1.1 -r1.2
> --- PyQt4-4.7.6.ebuild        8 Sep 2010 23:30:31 -0000       1.1
> +++ PyQt4-4.7.6.ebuild        10 Sep 2010 22:02:27 -0000      1.2
> @@ -1,8 +1,9 @@
>  # Copyright 1999-2010 Gentoo Foundation
>  # Distributed under the terms of the GNU General Public License v2
> -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.6.ebuild,v 1.1 
> 2010/09/08 23:30:31 hwoarang Exp $
> +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.6.ebuild,v 1.2 
> 2010/09/10 22:02:27 arfrever Exp $
>  
> -EAPI="2"
> +EAPI="3"
> +PYTHON_DEPEND="*"
>  PYTHON_EXPORT_PHASE_FUNCTIONS="1"
>  SUPPORT_PYTHON_ABIS="1"
>  
> @@ -50,8 +51,6 @@
>  )
>  
>  src_prepare() {
> -     use prefix || EPREFIX=
> -
>       if ! use dbus; then
>               sed -i -e 's,^\([[:blank:]]\+\)check_dbus(),\1pass,' \
>                       "${S}"/configure.py || die
> @@ -70,7 +69,7 @@
>       python_copy_sources
>  
>       preparation() {
> -             if [[ "${PYTHON_ABI:0:1}" == "3" ]]; then
> +             if [[ "$(python_get_version --major)" == "3" ]]; then
>                       rm -fr pyuic/uic/port_v2
>               else
>                       rm -fr pyuic/uic/port_v3
> @@ -84,8 +83,6 @@
>  }
>  
>  src_configure() {
> -     use prefix || EPREFIX=
> -
>       configuration() {
>               local myconf="$(PYTHON) configure.py
>                               --confirm-license
> 
> 
> 


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to