Re: [gentoo-dev] New global useflag proposals

2012-11-23 Thread Gilles Dartiguelongue
count), and nothing comparable has emerged in gentoo (at least). So, can we go forward with this now ? -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] RFC: new eclass - pkgconfig.eclass

2012-11-29 Thread Gilles Dartiguelongue
packages. -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] [PATCH 4/4] Example conversion of pygobject to python-r1 + autotools-utils.

2012-11-29 Thread Gilles Dartiguelongue
desktop, is that really equivalent ? -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] RFC: new eclass - pkgconfig.eclass

2012-11-29 Thread Gilles Dartiguelongue
Le jeudi 29 novembre 2012 à 10:07 +0100, justin a écrit : On 29/11/12 09:48, Gilles Dartiguelongue wrote: Le jeudi 29 novembre 2012 à 08:52 +0100, justin a écrit : Currently we have an eselect module to switch between different implementations by setting /usr/lib/lib[blas,lapack].so

Re: [gentoo-dev] [PATCH] gnome2.eclass does not respect ECONF_SOURCE

2012-12-05 Thread Gilles Dartiguelongue
these fixes to gstreamer eclasses as well. -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] gstreamer eclass review

2012-12-06 Thread Gilles Dartiguelongue
inherits from the eclas, and has an explicit dependency on media-libs/gst-plugins-bad — perhaps one or the other should be removed. Please open bug reports at gentoo's bugzilla if you have problem with the ebuilds. -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description

Re: [gentoo-dev] Handy pybugz wrappers

2013-01-12 Thread Gilles Dartiguelongue
wrote a variation of that as a git hooks for overlays if that is what you are really after. -- Gilles Dartiguelongue e...@gentoo.org Gentoo ecommit.sh Description: application/shellscript

Re: [gentoo-dev] [PATCH eutils] Introduce run_in_build_dir() used in a few ebuilds.

2013-01-13 Thread Gilles Dartiguelongue
have changes to would make it not suitable for this purpose. -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] [PATCH eutils] Introduce run_in_build_dir() used in a few ebuilds.

2013-01-13 Thread Gilles Dartiguelongue
an explicit option would be less error prone, eg. : run_in_dir -d foodir barfunc arg1 arg2 or run_in_dir --directory foodir barfunc arg1 arg2 documentation could then mention that the function defaults to BUILD_DIR if this option is not set and fails if nothing is set. -- Gilles Dartiguelongue

[gentoo-dev] [PATCH 0/4] gnome2.eclass updates

2013-01-13 Thread Gilles Dartiguelongue
Hi list, here are a couple of patches to fix some bad behavior of the gnome2.eclass. They have been sitting in the overlay for a while and I don't expect them to cause any problem so I will commit then later today if nobody objects. Gilles Dartiguelongue (4): eclass/gnome2.eclass: switch IUSE

[gentoo-dev] [PATCH 1/4] switch IUSE tests to in_iuse, bug #383901

2013-01-13 Thread Gilles Dartiguelongue
has bla ${IUSE} is standardized through in_iuse. Make use of this function. --- eclass/gnome2.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 70eb491..e263232 100644 --- a/eclass/gnome2.eclass +++

[gentoo-dev] [PATCH 2/4] drop deprecated SCROLLKEEPER_UPDATE

2013-01-13 Thread Gilles Dartiguelongue
SCROLLKEEPER_UPDATE variable was deprecated long ago. It is no longer needed and no longer in use in tree. --- eclass/gnome2.eclass | 6 -- 1 file changed, 6 deletions(-) diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index e263232..e2540d1 100644 --- a/eclass/gnome2.eclass +++

[gentoo-dev] [PATCH 3/4] allow ebuild override of eclass generated econf

2013-01-13 Thread Gilles Dartiguelongue
gnome2.eclass appends configure switches to user arguments. Change logic so that it prepends values to G2CONF and pass extra args of gnome2_src_configure after G2CONF so that ebuilds can indeed override eclass settings. --- eclass/gnome2.eclass | 18 +- 1 file changed, 9

[gentoo-dev] [PATCH 4/4] update wrt comment on bug #383901

2013-01-13 Thread Gilles Dartiguelongue
Update previous patch fixing bug #383901 with comments on this bug. --- eclass/gnome2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 750f20b..592585c 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@

Re: [gentoo-dev] [PATCH 1/4] switch IUSE tests to in_iuse, bug #383901

2013-01-13 Thread Gilles Dartiguelongue
Le dimanche 13 janvier 2013 à 19:09 +, Ciaran McCreesh a écrit : On Sun, 13 Jan 2013 20:03:20 +0100 Gilles Dartiguelongue e...@gentoo.org wrote: - if has ${EAPI-0} 0 1 2 3 4 has doc ${IUSE} ; then + if has ${EAPI:-0} 0 1 2 3 4 in_iuse doc ; then This is still

Re: [gentoo-dev] Getting proper USE_EXPAND variable(s) for multilib

2013-01-20 Thread Gilles Dartiguelongue
lagging emul packages. -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: This is a digitally signed message part

[gentoo-dev] [PATCH] gst-plugins10.eclass support for multiple plugin build directory

2013-01-23 Thread Gilles Dartiguelongue
with it. AMR* ebuild request is here: https://bugs.gentoo.org/show_bug.cgi?id=306855 -- Gilles Dartiguelongue e...@gentoo.org Gentoo Index: gst-plugins10.eclass === RCS file: /var/cvsroot/gentoo-x86

Re: [gentoo-dev] fcaps.eclass: bringing filesystem capabilities to the tree

2013-01-25 Thread Gilles Dartiguelongue
as intended, right ? If the USE flag must stay, how is it different that current caps USE flag ? It applies and not just enables support but is that relevant to the purpose at hand ? -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] fcaps.eclass: bringing filesystem capabilities to the tree

2013-01-28 Thread Gilles Dartiguelongue
Le samedi 26 janvier 2013 à 02:46 -0500, Mike Frysinger a écrit : On Friday 25 January 2013 19:10:53 Gilles Dartiguelongue wrote: It's not like libcap is a big dependency true, but not everyone needs this, nor can everyone leverage it (caps). it's a linux-centric implementation

Re: [gentoo-dev] Packages up for grabs due lack of time

2013-02-03 Thread Gilles Dartiguelongue
Le dimanche 03 février 2013 à 12:44 +0100, Pacho Ramos a écrit : Due tester lack of time the following packages are up for grabs: app-dicts/verbiste I am taking this. -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] Removals reply

2013-02-04 Thread Gilles Dartiguelongue
looped a few times already on the same arguments. Thanks for reading this captain obvious mail. -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] [RFC/PATCH] A cleaner API for virtualx.eclass

2013-02-13 Thread Gilles Dartiguelongue
This sounds nice but is imho but can be elaborated later on. -- Gilles Dartiguelongue e...@gentoo.org Gentoo

[gentoo-dev] Relaying a message from python software foundation

2013-02-15 Thread Gilles Dartiguelongue
In case you missed it and work in Europe with Python, http://pyfound.blogspot.fr/2013/02/python-trademark-at-risk-in-europe-we.html -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] Last time touched bugs by year

2013-02-15 Thread Gilles Dartiguelongue
This is nice. On another note, I just saw a report for EAPI per eclass which is super nice but unfortunately, EAPI=5 is listed but actually unsupported by the result of the scan :) -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] Ebuilds for nodejs apps - HOWTO?

2013-02-17 Thread Gilles Dartiguelongue
to no packaging (let alone decent) with nodejs apps but if you are motivated enough, maybe there is something to explore from how npm works and map that to an eclass. Usual disclosure about overlays applies. http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=summary -- Gilles Dartiguelongue e

Re: [gentoo-dev] Ebuilds for nodejs apps - HOWTO?

2013-02-17 Thread Gilles Dartiguelongue
Le lundi 18 février 2013 à 00:42 +0100, Diego Elio Pettenò a écrit : On 18/02/2013 00:39, Gilles Dartiguelongue wrote: I have package some nodejs stuff related to rethinkdb in my overlay if you want to have a look. Namely lessc and coffee-script. There is close to no packaging (let alone

Re: [gentoo-dev] Ebuilds for nodejs apps - HOWTO?

2013-02-18 Thread Gilles Dartiguelongue
Le lundi 18 février 2013 à 01:39 +0100, Diego Elio Pettenò a écrit : On 18/02/2013 00:46, Gilles Dartiguelongue wrote: rethinkdb is a young project and its build system is a 1.5k lines makefile horror. I wouldn't reintroduce stuff that isn't used in tree just for this. I, at least, am

Re: [gentoo-dev] Proposed update to pax-utils.eclass

2013-03-27 Thread Gilles Dartiguelongue
should probably try to avoid mixing [[ ]] and [ ] in the eclass. [ ] seems to be less used here so just have everything [[ ]] and drop the useless quoting that came with [ ]. The rest looks fine. -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] Re: Add HEXCHAT_PLUGINS to USE_EXPAND

2013-03-27 Thread Gilles Dartiguelongue
. Hi again, could I get a decisive answer on this please? That does not sound like a bad idea, however I wonder how this extends exactly if we start to do this for ebuilds which install a couple of plugins behind a few regular USE flags nowadays like rhythmbox, abiword, etc. -- Gilles

Re: [gentoo-dev] Last rites: net-im/kmess

2013-03-27 Thread Gilles Dartiguelongue
with empathy in 3.6 and up (at least as configured through gnome-online-accounts). Either the xmpp gateway bridges to skype or the it was not shut down yet. -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] Add HEXCHAT_PLUGINS to USE_EXPAND

2013-03-28 Thread Gilles Dartiguelongue
, and no package using it rely on them. -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] Minor change in pkg-config behavior, starting with 0.28, late heads up for maintainers

2013-03-29 Thread Gilles Dartiguelongue
Le vendredi 29 mars 2013 à 08:30 +0200, Samuli Suominen a écrit : This is from Fedora Devel Mailing List. I found it to be news worthy also for Gentoo maintainers. Thanks for the heads up, it will probably save some time figuring out magic/sudden break up :)

Re: [gentoo-dev] Global useflags zeroconf and avahi

2013-04-01 Thread Gilles Dartiguelongue
zeroconf unless there is a special reason (none afaik in tree). -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] Global useflags zeroconf and avahi

2013-04-02 Thread Gilles Dartiguelongue
, zeroconf == dnssd/mdns ipv4ll and upnp/upnp-av are as described in use.desc -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] robo-stable bugs

2013-05-20 Thread Gilles Dartiguelongue
individual bug reports is driving arch teams and us crazy. We have our own set of scripts to do batch stabilization bug reports. They were designed with arch teams so that it does not generate too much load on them. -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] New USE_EXPAND flag for www-servers/monkeyd

2013-05-31 Thread Gilles Dartiguelongue
team at Gentoo wiki [1]. [1] http://wiki.gentoo.org/wiki/Gnome_Team_Policies#ssl -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] Introduce global dmalloc USE flag?

2013-06-24 Thread Gilles Dartiguelongue
deal Reading this thread, looks to me like these dmalloc USE should be moved to debug, unless it has no runtime impact on usual speed, etc. -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] Introduce global dmalloc USE flag?

2013-06-24 Thread Gilles Dartiguelongue
Le lundi 24 juin 2013 à 12:05 +0300, Samuli Suominen a écrit : On 24/06/13 11:54, Gilles Dartiguelongue wrote: Le samedi 22 juin 2013 à 15:48 +0800, Dennis Lan (dlan) a écrit : On Fri, Jun 21, 2013 at 2:34 AM, Ian Stakenvicius a...@gentoo.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash

Re: [gentoo-dev] font.eclass add Xorg FontPath elements for non-standard paths

2013-07-04 Thread Gilles Dartiguelongue
be linked to configuration set by eselect fontconfig in some way ? -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] Response to a friendly note about changing bug reports

2013-08-07 Thread Gilles Dartiguelongue
;) (For the record, I fully support jer's work, my OCD doesn't look so bad we he gets summaries fixed for me beforehand). -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] Gnome Stabilization 3.6 or 3.8

2013-08-09 Thread Gilles Dartiguelongue
is over 4 years old and should already have left the tree but we didn't do so because we wanted our users to have a decently stable desktop to work with, whatever it is made of. -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] systemd team consensus?

2013-08-11 Thread Gilles Dartiguelongue
to believe the state change. This is expected, as it is similar to how systemd/gnome is managed :) I hope you are not talking about the Gentoo Gnome team as this would be very wrong. Every team member is heard on the team. -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] gtk2/gtk3 use flags

2013-08-20 Thread Gilles Dartiguelongue
. -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] gtk2/gtk3 use flags

2013-08-20 Thread Gilles Dartiguelongue
slot for applications in gentoo tree, the one which works best for the application. -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] gtk2/gtk3 use flags

2013-08-21 Thread Gilles Dartiguelongue
Le mercredi 21 août 2013 à 12:15 +0800, Ben de Groot a écrit : On 21 August 2013 07:36, Gilles Dartiguelongue e...@gentoo.org wrote: Le mardi 20 août 2013 à 17:31 +0400, Sergey Popov a écrit : 16.08.2013 21:15, hasufell пишет: https://bugs.gentoo.org/show_bug.cgi?id=420493 gtk2

[gentoo-dev] [PATCH] gnome2-utils.eclass add support for gdk-pixbuf cache update

2013-08-31 Thread Gilles Dartiguelongue
not run the command. Since this patch is quite trivial, I'd like to have it commited by Sunday. Thanks. I am attaching the patch here as well for convience. -- Gilles Dartiguelongue e...@gentoo.org Gentoo Index: gnome2.eclass === RCS

Re: [gentoo-dev] [PATCH] gnome2-utils.eclass add support for gdk-pixbuf cache update

2013-08-31 Thread Gilles Dartiguelongue
Le samedi 31 août 2013 à 13:40 +0200, Michał Górny a écrit : Dnia 2013-08-31, o godz. 13:07:41 Gilles Dartiguelongue e...@gentoo.org napisał(a): +# @FUNCTION: gnome2_gdk_pixbuf_savelist +# @DESCRIPTION: +# Find if there is any gdk-pixbuf loader to install and save the list

Re: [gentoo-dev] [PATCH] gnome2-utils.eclass add support for gdk-pixbuf cache update

2013-08-31 Thread Gilles Dartiguelongue
Le samedi 31 août 2013 à 16:49 +0200, Michał Górny a écrit : Dnia 2013-08-31, o godz. 15:00:43 Gilles Dartiguelongue e...@gentoo.org napisał(a): Le samedi 31 août 2013 à 13:40 +0200, Michał Górny a écrit : + cat ${tmp_file} ${EROOT}usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0

Re: [gentoo-dev] [PATCH] gnome2-utils.eclass add support for gdk-pixbuf cache update

2013-09-01 Thread Gilles Dartiguelongue
Le samedi 31 août 2013 à 18:44 +0200, Gilles Dartiguelongue a écrit : Le samedi 31 août 2013 à 16:49 +0200, Michał Górny a écrit : Dnia 2013-08-31, o godz. 15:00:43 Gilles Dartiguelongue e...@gentoo.org napisał(a): Le samedi 31 août 2013 à 13:40 +0200, Michał Górny a écrit

Re: [gentoo-dev] [PATCH] gnome2-utils.eclass add support for gdk-pixbuf cache update

2013-09-01 Thread Gilles Dartiguelongue
Updated diffs + gdk-pixbuf handling. Tested with success locally. -- Gilles Dartiguelongue e...@gentoo.org Gentoo Index: gnome2.eclass === RCS file: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v retrieving revision 1.122 diff -u

Re: [gentoo-dev] [PATCH] gnome2-utils.eclass add support for gdk-pixbuf cache update

2013-09-04 Thread Gilles Dartiguelongue
ebuilds, like gtk-icon-cache, etc. -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] [PATCH] gnome2-utils.eclass add support for gdk-pixbuf cache update

2013-09-04 Thread Gilles Dartiguelongue
Le mercredi 04 septembre 2013 à 15:48 -0400, Ian Stakenvicius a écrit : On 04/09/13 03:44 PM, Gilles Dartiguelongue wrote: Le mercredi 04 septembre 2013 à 15:23 -0400, Ian Stakenvicius a écrit : [snip] By gdk-pixbuf.cache , you mean the 'loaders.cache' file that the eclass is now

Re: [gentoo-dev] [PATCH systemd.eclass] Introduce systemd_install_serviced().

2013-09-08 Thread Gilles Dartiguelongue
+ + local INSDESTTREE I guess this is a leftover ? + insinto /etc/systemd/system/${service}.d + newins ${src} 00gentoo.conf +} + # @FUNCTION: systemd_dotmpfilesd # @USAGE: tmpfilesd1 [...] # @DESCRIPTION: -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] [PATCH] gnome2-utils.eclass add support for gdk-pixbuf cache update

2013-09-09 Thread Gilles Dartiguelongue
As a follow up to this discussion, I came with the attached patch. It appears to work ok for regular merges and binpkg merges with FEATURES=collision-protect. Per my reading of PMS it does not appear to violate anything so I guess it is ok. -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] [PATCH] gnome2-utils.eclass add support for gdk-pixbuf cache update

2013-09-11 Thread Gilles Dartiguelongue
Do we still use that in EAPI 3 ? -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] rfc: status of OpenRC's public API

2013-09-14 Thread Gilles Dartiguelongue
manages to implement a logind alternative as well. If that ever happens. -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] rfc: status of OpenRC's public API

2013-09-15 Thread Gilles Dartiguelongue
prefer openrc. -- Gilles Dartiguelongue e...@gentoo.org Gentoo

[gentoo-dev] [PATCH] gst-plugins10.eclass: fix support for 1.2 series

2013-09-29 Thread Gilles Dartiguelongue
Hi all, here is a little patch to gst-plugins10.eclass fixing SLOT definition for the new 1.2 release. Per upstream release mail, 1.* will remain API/ABI compatible. -- Gilles Dartiguelongue e...@gentoo.org Gentoo Index: gst-plugins10.eclass

Re: [gentoo-dev] Gentoo Council Reminder for February 26

2009-02-25 Thread Gilles Dartiguelongue
me to the PMS section that treat this ? -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] Repository stacking and complementary overlays

2009-03-02 Thread Gilles Dartiguelongue
about what we wanted to see. We simply wanted overlay users to keep testing gnome 2.24 components that were masked or using masked packages in base/package.mask so we just made sure those packages had the proper keyword visibility. -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc

Re: [gentoo-dev] Repository stacking and complementary overlays

2009-03-04 Thread Gilles Dartiguelongue
Le lundi 02 mars 2009 à 23:59 +, Ciaran McCreesh a écrit : On Tue, 03 Mar 2009 00:55:38 +0100 Gilles Dartiguelongue e...@gentoo.org wrote: We didn't implement anything but let's just talk about what we wanted to see. We simply wanted overlay users to keep testing gnome 2.24 components

Re: [gentoo-dev] Re: Make the policykit USE flag global

2009-03-19 Thread Gilles Dartiguelongue
with a real problem with how things are today would probably help to iron out this once and for all. Also you might want to try consolekit-0.3 (and especially read the elog messages). -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: Ceci est une partie de message

Re: [gentoo-dev] Packages up for grabs

2009-03-23 Thread Gilles Dartiguelongue
and xinput-2. sys-auth/nss-mdns unless it goes to base-system or someone else that has more time, I'll take care of it. -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] Packages up for grabs: genstef gems special edition

2009-03-23 Thread Gilles Dartiguelongue
genstef is the maintainer. media-video/isight-firmware-tools I haven't had much time outside of gnome stuff but I still work on this as time permits. Any help would of course be appreciated. -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: Ceci est une partie de message

Re: [gentoo-dev] Gsoc Idea: EeePC Script/Build

2009-03-30 Thread Gilles Dartiguelongue
with gentoo maybe) so I don't see anything challenging here. Working on enhancing stage builder or stage4 generation (or whatever you name it) would be more interesting for the project as a whole and require much more time which would probably satisfy GSoC objectives. -- Gilles Dartiguelongue e

Re: [gentoo-dev] net-www category

2009-04-06 Thread Gilles Dartiguelongue
pour navigateurs Web. fr: Cette catégorie contient des plugins pour navigateurs Web. plugins - greffons is the official translation. Cheers, Rémi -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] net-www category

2009-04-06 Thread Gilles Dartiguelongue
knowledgeable people (aren't we) so using either plugins or greffons should work. -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] Removing .la files...

2009-04-13 Thread Gilles Dartiguelongue
this starting from low level libs ? ok maybe that's rhetoric questions but I can't help it. -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: Ceci est une partie de message numériquement signée

[gentoo-dev] On git and pushing official gentoo branches

2009-04-26 Thread Gilles Dartiguelongue
Hello list, As many of you might already know, gnome switched to git about 2 weeks ago so I'd like to take a pick at what people do concerning upstream using git. How do you present patches you maintain for gentoo to upstream ? Own maintained git server, gentoo hosted git, others ? -- Gilles

Re: Training points for users interested in helping out with ebuild development (was: Re: [gentoo-dev] Retiring)

2009-05-06 Thread Gilles Dartiguelongue
don't have the ability to set per attachment status other than obsolete in our bugzie but we can still figure ways to work without it. -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] Files owned by multiple slots

2009-05-12 Thread Gilles Dartiguelongue
of package ? If those kind of wrappers are generic enough, it could even be a single eselect package and gems would enable (symlink to wrapper) themselves at postinst. I'm an eselect n00b but this all sound like something an eselect module could do. -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] Re: Files owned by multiple slots

2009-05-13 Thread Gilles Dartiguelongue
sound like something an eselect module could do. The wrappers can't be boiled down to one unified wrapper. Cheers, -sven -- Gilles Dartiguelongue e...@gentoo.org Gentoo

[gentoo-dev] Last rites: gnome-base/libghttp

2009-05-16 Thread Gilles Dartiguelongue
# Gilles Dartiguelongue e...@gentoo.org (15 May 2009) # Masked for removal wrt bug #244128. Old, rotten and # unused. Removal in 30 days. gnome-base/libghttp another one bites the dust. (resent from my gentoo address) -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description

Re: [gentoo-dev] About time to unify cdda and cdaudio USE flags and make the remaining one global?

2009-07-07 Thread Gilles Dartiguelongue
Le lundi 06 juillet 2009 à 14:18 -0700, Josh Saddler a écrit : Sebastian Pipping wrote: Rémi Cardona wrote: And now for some bikeshedding fun, which flag are we going to keep? ;) My vote would be for cdaudio as that - is more general (including analog playback) - is more user

Re: [gentoo-dev] About time to unify cdda and cdaudio USE flags and make the remaining one global?

2009-07-07 Thread Gilles Dartiguelongue
/show_bug.cgi?id=216300 -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] Re: package.mask or package.mask.d

2009-08-28 Thread Gilles Dartiguelongue
building machine. It would have been much longer to re-install 10+ machines. So please don't generalize your experience with fast moving packages to the tree. -- Gilles Dartiguelongue e...@gentoo.org Gentoo

[gentoo-dev] last rites for app-accessibility/at-poke

2009-09-16 Thread Gilles Dartiguelongue
# Gilles Dartiguelongue e...@gentoo.org (16 Sep 2009) # Masking at-poke, unmainted and superseeded by # app-accessibility/accerciser. bug #279304 app-accessibility/at-poke -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: Ceci est une partie de message numériquement

Re: [gentoo-dev] RFC: USE=qa-test

2009-10-07 Thread Gilles Dartiguelongue
still work and be relevant. -- Gilles Dartiguelongue e...@gentoo.org Gentoo

[gentoo-dev] Lastrite: media-video/qc-usb

2009-10-07 Thread Gilles Dartiguelongue
# Gilles Dartiguelongue e...@gentoo.org (8 Oct 2009) # Obsolete. Supported by in-kernel driver qspca_stv06xx. # Masked for removal, see bug #286818. media-video/qc-usb It supported 3 device id's which have been supported by in-kernel gspca drivers for quite a while. Also, it compiled with 2.6.30

Re: [gentoo-dev] Re: gentoo-x86 commit in net-mail/getmail: ChangeLog getmail-4.9.2.ebuild

2009-10-16 Thread Gilles Dartiguelongue
the cool stuff that is still in preparation, but let's do it in a way to makes every dev aware of it (sending a mail to gentoo-dev-announce for example), thanks. -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: Ceci est une partie de message numériquement signée

[gentoo-dev] Lastrite: gnome-extra/gnome-keyring-manager

2009-11-01 Thread Gilles Dartiguelongue
# Gilles Dartiguelongue e...@gentoo.org (01 Nov 2009) # Old gnome component superseeded by seahorse. # See bug #291456 for details. gnome-extra/gnome-keyring-manager -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: Ceci est une partie de message numériquement signée

[gentoo-dev] Lastrite: app-misc/tracker-0.6* support

2009-11-01 Thread Gilles Dartiguelongue
01 Nov 2009; Gilles Dartiguelongue e...@gentoo.org package.mask: Mask app-misc/tracker, bug #291501. 01 Nov 2009; Gilles Dartiguelongue e...@gentoo.org package.use.mask: Mask tracker USE flag in apps using it, bug #291501. Tracker-0.7 will soon take over (gnome-2.28 mostly has it already

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-block/gparted: gparted-0.4.3.ebuild

2009-11-07 Thread Gilles Dartiguelongue
x86_64) No bug report nor changelog entry and no word to herd members, please ? Also, almost unused ? really ? The kde use flag is a request from kde users. -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: Ceci est une partie de message numériquement signée

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-block/gparted: gparted-0.4.3.ebuild

2009-11-07 Thread Gilles Dartiguelongue
is a valid method of communication, I'm not in front of my computer all day long... I see no flood either, reviews are meant to be sent to gentoo-dev. Look for yourself when you hit reply-to button on a message from gentoo-commits list. -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc

Re: [gentoo-dev] client/server consistency: USE flags / split packages

2009-11-09 Thread Gilles Dartiguelongue
me about configure times, we are gentoo and flexibility most often wins over buildtime or we'd be somewhere else imho) -- Gilles Dartiguelongue e...@gentoo.org Gnome team

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-office/abiword: abiword-2.4.6.ebuild

2009-12-17 Thread Gilles Dartiguelongue
/pixmaps install || die install failed + emake DESTDIR=${D} icondir=/usr/share/pixmaps install || die install failed I see no bug report about checking this actually works and making the fix. Please warn people before using your QA hat for doing things like this. -- Gilles Dartiguelongue e

Re: [gentoo-dev] PYTHON_DEPEND - Suggested replacement for NEED_PYTHON

2010-01-11 Thread Gilles Dartiguelongue
It looks like what you really want is a ranged dependencies. From the look of it though I have to second the it does not seem intuitive opinion as it gives another meaning to the slot syntax marker (':'). Other than that, it seems like a worthy addition to the eclass. -- Gilles Dartiguelongue e

Re: [gentoo-dev] LibGL.la removal news item for =eselect-opengl-1.1.1-r2 going stable

2010-01-24 Thread Gilles Dartiguelongue
at install), it will also potentially hide bugs from packages dropping la files without a word (and this is bad pratice/communication too which should get reported). -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: Ceci est une partie de message numériquement signée

Re: [gentoo-dev] Building custom package for multi-arch/system

2010-01-28 Thread Gilles Dartiguelongue
the same package several times with different configuration. -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: Ceci est une partie de message numériquement signée

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins: abiword-plugins-2.6.4.ebuild ChangeLog abiword-plugins-2.4.6.ebuild abiword-plugins-2.6.5.ebuild abiword-plugins-2.6.

2010-02-11 Thread Gilles Dartiguelongue
-plugins-2.6.8.ebuild abiword-plugins-2.6.6.ebuild Log: Fix poppler depend. (Portage version: 2.2_rc62/cvs/Linux x86_64) For the nth time, could you please fill a tracker bug and let maintainers do their job and/or ask before doing things yourself. -- Gilles

Re: [gentoo-dev] The importance of test suites

2010-02-22 Thread Gilles Dartiguelongue
probably not needed anymore. -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] How about a monthly bumpday?

2010-03-10 Thread Gilles Dartiguelongue
a policy for some packages but a couple of them can be stabilized independently. Either way the reaction is generally quick. -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] Re: Gentoo calendar for tracking Gentoo events

2010-03-10 Thread Gilles Dartiguelongue
. -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: Ceci est une partie de message numériquement signée

Re: [gentoo-dev] Re: Gentoo calendar for tracking Gentoo events

2010-03-10 Thread Gilles Dartiguelongue
it then. I have a problem with using google resources out of lazyness (nothing from what I read indicates the opposite) to setup and/or ask infra what can be done to solve this need. -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: Ceci est une partie de message

Re: [gentoo-dev] Qt3 mask breaks significant science packages

2010-03-12 Thread Gilles Dartiguelongue
. -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] pkg_pretend USE validation and VALID_USE alternative

2010-04-01 Thread Gilles Dartiguelongue
development tell us about how this would be handled ? -- Gilles Dartiguelongue e...@gentoo.org Gentoo

Re: [gentoo-dev] pkg_pretend USE validation and VALID_USE alternative

2010-04-01 Thread Gilles Dartiguelongue
Le jeudi 01 avril 2010 à 03:18 -0700, Brian Harring a écrit : On Thu, Apr 01, 2010 at 12:10:20PM +0200, Gilles Dartiguelongue wrote: jumping on the train here, but who said PM would not feed proper data to pkg_pretend so it would behave like the DEPEND were already built. Could some guy

Re: [gentoo-dev] [RFC] More reliable hiding preserved libraries

2010-04-03 Thread Gilles Dartiguelongue
work for packages linking to themselves too btw) -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: Ceci est une partie de message numériquement signée

Re: [gentoo-dev] Should we disable RESOLVED LATER from bugzilla?

2010-04-03 Thread Gilles Dartiguelongue
this do we ? -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: Ceci est une partie de message numériquement signée

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-text/enchant: ChangeLog enchant-1.5.0.ebuild

2010-04-06 Thread Gilles Dartiguelongue
}) -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: Ceci est une partie de message numériquement signée

  1   2   3   >