Re: [gentoo-dev] [PATCH 02/10] gnome2.eclass: move icon handling code to xdg.eclass

2018-06-27 Thread Marty E. Plummer
On Wed, Jun 27, 2018 at 06:42:23PM +0200, Pacho Ramos wrote:
> El mar, 26-06-2018 a las 20:27 -0500, Marty E. Plummer escribió:
> > Package-Manager: Portage-2.3.40, Repoman-2.3.9
> > ---
> >  eclass/gnome2.eclass |  9 +
> gnome2.eclass would also need to fix this regression in eapi6
> (https://bugs.gentoo.org/613364) and to deprecate ltprune.eclass usage
> (https://bugs.gentoo.org/658638)
> 
Good to know, I could probably look into that after this gets fully
approved, since I don't want to juggle too many patches with that many
different goals.



[gentoo-dev] Last-rites: Qt4

2018-06-27 Thread Andreas Sturmlechner
# Andreas Sturmlechner  (26 Jun 2018)
# Mask Qt4 for removal. Bug #631788
=dev-qt/assistant-4.8.7
=dev-qt/designer-4.8.7
=dev-qt/linguist-4.8.7
=dev-qt/pixeltool-4.8.7
=dev-qt/qdbusviewer-4.8.7
=dev-qt/qt3support-4.8.7
=dev-qt/qtbearer-4.8.7
=dev-qt/qtcore-4.8.7-r4
=dev-qt/qtdbus-4.8.7
=dev-qt/qtdeclarative-4.8.7
=dev-qt/qtdemo-4.8.7
=dev-qt/qtgui-4.8.7
=dev-qt/qthelp-4.8.7
=dev-qt/qt-meta-4.8.6-r1
=dev-qt/qtmultimedia-4.8.7
=dev-qt/qtopengl-4.8.7
=dev-qt/qtscript-4.8.7
=dev-qt/qtsql-4.8.7-r1
=dev-qt/qtsvg-4.8.7
=dev-qt/qttest-4.8.7
=dev-qt/qttranslations-4.8.7
=dev-qt/qtxmlpatterns-4.8.7






[gentoo-dev] Last-rites:

2018-06-27 Thread Andreas Sturmlechner
# Andreas Sturmlechner  (26 Jun 2018)
# Depends on dead Qt4. Bugs #644360, #644374, #656826, #655382


[gentoo-dev] Last-rites: dev-python/pivy, media-libs/emfengine, media-libs/quarter, media-libs/SoQt

2018-06-27 Thread Andreas Sturmlechner
# Andreas Sturmlechner  (26 Jun 2018)
# Depends on dead Qt4. Masked for removal. Bugs #644364, #644368, #644362
dev-python/pivy
media-libs/emfengine
media-libs/quarter
media-libs/SoQt





[gentoo-dev] Last-rites: dev-python/pyqwt, dev-python/PyQt4, dev-python/pyside:0, dev-python/shiboken:0

2018-06-27 Thread Andreas Sturmlechner
# Andreas Sturmlechner  (26 Jun 2018)
# Depends on dead Qt4. Masked for removal.
dev-python/pyqwt
dev-python/PyQt4
dev-python/pyside:0
dev-python/shiboken:0

Qt5-based dev-python/pyside:2 and dev-python/shiboken:2 may enter the 
repository regardless.





[gentoo-dev] Last-rites: app-i18n/ibus-qt, app-i18n/qimhangul, =app-i18n/tagainijisho-1.0*

2018-06-27 Thread Andreas Sturmlechner
# Andreas Sturmlechner  (26 Jun 2018)
# Depends on dead Qt4. Masked for removal in 30 days, bug #644728
app-i18n/ibus-qt
app-i18n/qimhangul
=app-i18n/tagainijisho-1.0*

Qt5-based app-i18n/tagainijisho-1.2.0_pre20180610092832 remains available.





Re: [gentoo-dev] [PATCH 02/10] gnome2.eclass: move icon handling code to xdg.eclass

2018-06-27 Thread Pacho Ramos
El mar, 26-06-2018 a las 20:27 -0500, Marty E. Plummer escribió:
> Package-Manager: Portage-2.3.40, Repoman-2.3.9
> ---
>  eclass/gnome2.eclass |  9 +
gnome2.eclass would also need to fix this regression in eapi6 (https://bugs.gent
oo.org/613364) and to deprecate ltprune.eclass usage (https://bugs.gentoo.org/65
8638)



Re: [gentoo-dev] [PATCH 05/10] xdg.eclass: make EAPI 7 ready

2018-06-27 Thread Marty E. Plummer
On Wed, Jun 27, 2018 at 08:37:04AM +0200, Michał Górny wrote:
> W dniu śro, 27.06.2018 o godzinie 06∶58 +0200, użytkownik Ulrich Mueller
> napisał:
> > > > > > > On Tue, 26 Jun 2018, Marty E Plummer wrote:
> > > Add dev-util/desktop-file-utils and x11-misc/shared-mime-info to BDEPEND
> > > as a number of executables which will need to be executed on the build
> > > host are included in them.
> > > Package-Manager: Portage-2.3.40, Repoman-2.3.9
> > > ---
> > >  eclass/xdg.eclass | 3 ++-
> > >  1 file changed, 2 insertions(+), 1 deletion(-)
> > > diff --git a/eclass/xdg.eclass b/eclass/xdg.eclass
> > > index 2a4e1f81abf..fc4bee30ca5 100644
> > > --- a/eclass/xdg.eclass
> > > +++ b/eclass/xdg.eclass
> > > @@ -26,6 +26,7 @@ DEPEND="
> > >   dev-util/desktop-file-utils
> > >   x11-misc/shared-mime-info
> > >  "
> > > +[[ ${EAPI:-0} == [0123456] ]] || BDEPEND="${DEPEND}"
> > 
> > Are these also needed in DEPEND? If not, you should set DEPEND="" in
> > EAPI 7.
> > 
> 
> Technically, they don't belong in either because they're run
> in pkg_post* phases only.
> 
Huh. well, should there not be some way to specify that they are needed
for the pkg_post* phases or should I just drop them entirely?
> -- 
> Best regards,
> Michał Górny