[gentoo-dev] Re: Last rites: media-libs/phonon-xine

2012-01-16 Thread Duncan
Johannes Huber posted on Tue, 17 Jan 2012 00:23:25 +0100 as excerpted: > # Andreas K. Huettel (1 Dec 2011) > # edit: Johannes Huber (16 Jan 2012) > # Masked for removal in 15 days. phonon xine backend is unmaintained. > # Upstream declared it as dead. Use vlc or gstreamer backend instead. > # Bu

[gentoo-dev] Last rites: media-libs/phonon-xine

2012-01-16 Thread Johannes Huber
# Andreas K. Huettel (1 Dec 2011) # edit: Johannes Huber (16 Jan 2012) # Masked for removal in 15 days. phonon xine backend is unmaintained. # Upstream declared it as dead. Use vlc or gstreamer backend instead. # Bugs #359979, #397585 media-libs/phonon-xine -- Johannes Huber (johu) Gentoo Linux

[gentoo-dev] [PATCH autotools-utils] Autoreconf on user patches only.

2012-01-16 Thread Michał Górny
Right now, any patch which modifies common autotools source files triggers autoreconf. In some cases, this causes the package to be reconfigured twice -- once by the eclass, and the second time by the ebuild. To avoid that, trigger autoreconfiguration only when user patches modify these files. ---

[gentoo-dev] [PATCH xorg-2] Reuse autoreconf feature from autotools-utils.

2012-01-16 Thread Michał Górny
autotools-utils is now capable of autoreconfiguring packages, and the patch-trigger may cause packages to be reconfigured twice. After the update, xorg-2 will just trigger autoreconf in autotools-utils rather than repeating it. --- xorg-2.eclass | 10 ++ 1 files changed, 6 insertions(+),

Re: [gentoo-dev] adding list of variables exported by make.conf to emerge --info

2012-01-16 Thread Zac Medico
On 01/16/2012 02:54 AM, "Paweł Hajdan, Jr." wrote: > People frequently break their systems by exporting weird variables like > SYSTEM from /etc/make.conf (USE variable "grouping"). > > Example here: > > What do you think about adding list

[gentoo-dev] Lastrite: dev-dotnet/gnome-panel-sharp

2012-01-16 Thread Samuli Suominen
# Samuli Suominen (16 Jan 2012) # No longer used and only for Gnome 2.x wrt #398639 # Removal in 30 days dev-dotnet/gnome-panel-sharp

Re: [gentoo-dev] adding list of variables exported by make.conf to emerge --info

2012-01-16 Thread Pacho Ramos
El lun, 16-01-2012 a las 11:54 +0100, "Paweł Hajdan, Jr." escribió: > People frequently break their systems by exporting weird variables like > SYSTEM from /etc/make.conf (USE variable "grouping"). > > Example here: > > What do you think

[gentoo-dev] adding list of variables exported by make.conf to emerge --info

2012-01-16 Thread Paweł Hajdan, Jr.
People frequently break their systems by exporting weird variables like SYSTEM from /etc/make.conf (USE variable "grouping"). Example here: What do you think about adding list of variables in make.conf to emerge --info ? I know we can alw