[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

[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 +++ b/eclass/gnome2.

[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 +++ b/

[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 inserti

[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 @@ -260

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 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 d

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

2013-01-20 Thread Gilles Dartiguelongue
ops up from time to time I have no idea how and will it will come nor do I have time to help on that front. However this eclass would enable quick and easy per-ebuild support for multiple ABIs just like python-r1 and friends, and this is a good thing for every maintainer that wants to provide this kind of support. I know I would, at least to get rid of the always lagging emul packages. -- Gilles Dartiguelongue 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 Gentoo Index: gst-plugins10.eclass === RCS file: /var/cvsroot/gentoo-x86/eclass/gst

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

2013-01-25 Thread Gilles Dartiguelongue
to work 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 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 linu

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 Gentoo signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] Removals reply

2013-02-04 Thread Gilles Dartiguelongue
further mail in this thread since it has looped a few times already on the same arguments. Thanks for reading this "captain obvious" mail. -- Gilles Dartiguelongue 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
gt; virtualx_setup > run_tests --foo > virtualx_cleanup This sounds nice but is imho but can be elaborated later on. -- Gilles Dartiguelongue 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 Gentoo

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

2013-02-15 Thread Gilles Dartiguelongue
e have bugs last touched in 2k5 :-P 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 Gentoo

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

2013-02-17 Thread Gilles Dartiguelongue
f you want to have a look. Namely lessc and coffee-script. There is close 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

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 > >

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 >

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

2013-03-27 Thread Gilles Dartiguelongue
ntation this way as well. You 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 Gentoo

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

2013-03-27 Thread Gilles Dartiguelongue
do this for ebuilds which install a couple of plugins behind a few regular USE flags nowadays like rhythmbox, abiword, etc. -- Gilles Dartiguelongue Gentoo

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

2013-03-27 Thread Gilles Dartiguelongue
work 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 Gentoo

Re: [gentoo-dev] Add HEXCHAT_PLUGINS to USE_EXPAND

2013-03-28 Thread Gilles Dartiguelongue
ng around, and no package using it rely on them. -- Gilles Dartiguelongue 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
ns? I thought this discussion was over last time it came around. iirc the conclusion was what you wrote, use zeroconf unless there is a special reason (none afaik in tree). -- Gilles Dartiguelongue 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
it should > be integrated with zeroconf. Yeah I don't think it should be merged into zeroconf even though it shares some of its technical base. Imho, zeroconf == dnssd/mdns & ipv4ll and upnp/upnp-av are as described in use.desc -- Gilles Dartiguelongue Gentoo

Re: [gentoo-dev] New USE_EXPAND: CLAWS_MAIL_PLUGINS

2013-04-24 Thread Gilles Dartiguelongue
limits sooner than we expect. Most probably, we should avoid using it when we cannot add IUSE dependency on reverse dependencies ? Other than this technical point, I have no objection. -- Gilles Dartiguelongue Gentoo

Re: [gentoo-dev] Useflags: xsl vs xslt

2013-04-25 Thread Gilles Dartiguelongue
zy. > * Should 'xsl' remain a global useflag? > * Should php remain 'xsl' or go to 'xslt'? > * When building a new package with optional XSLT-support: Should I use > 'xsl' or 'xslt'. Maybe it should even be a specific flag and enabled with USE=xml, depends on the package I guess. -- Gilles Dartiguelongue Gentoo

Re: [gentoo-dev] robo-stable bugs

2013-05-20 Thread Gilles Dartiguelongue
er script will > just CC arches after 30 days. I'll repeat gnome team position here: We do not want automated stabilization requests. We handle so many packages that having 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 Gentoo

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

2013-05-31 Thread Gilles Dartiguelongue
mentation about writing ebuilds or whatever and not just for ssl. In any case, I wrote this down for the Gnome team at Gentoo wiki [1]. [1] http://wiki.gentoo.org/wiki/Gnome_Team_Policies#ssl -- Gilles Dartiguelongue Gentoo

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

2013-06-24 Thread Gilles Dartiguelongue
probably the befefits would be that we can have more > accurate/explicit control, > USE="dmalloc" is for debugging memory usage stuff (allocation, free, > fence-post overwritten control) > and USE=debug for other stuff? > > This is a slightly improvement, but I'm also totally fine to keep > current state as it is.. no big 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 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 wrote: > >>> -BEGIN PGP

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

2013-07-04 Thread Gilles Dartiguelongue
solves most of the point raised since any font bump would generate the file for all fonts. Also, not sure it is related but, maybe this could be linked to configuration set by eselect fontconfig in some way ? -- Gilles Dartiguelongue Gentoo

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

2013-08-07 Thread Gilles Dartiguelongue
r 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 Gentoo

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

2013-08-09 Thread Gilles Dartiguelongue
e it provides the best Gnome 3 experience yet. Gnome 3.6 is almost one year old and unsupported, Gnome 2 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. -- Gille

Re: [gentoo-dev] systemd team consensus?

2013-08-11 Thread Gilles Dartiguelongue
ing about why that change in state was made; > > this is unacceptable, it gives us no reason 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 Gentoo

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

2013-08-20 Thread Gilles Dartiguelongue
USE flag for controlling build of your application against gtk+:2 or 3 is not what the gnome team recommends. Either the gtk3 UI is working or it is not satisfying, there is no in the middle. -- Gilles Dartiguelongue Gentoo

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

2013-08-20 Thread Gilles Dartiguelongue
kits if he wishes to do so, but we strongly recommend to only select one slot for applications in gentoo tree, the one which works best for the application. -- Gilles Dartiguelongue 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 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.cg

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

2013-08-31 Thread Gilles Dartiguelongue
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 Gentoo Index: gnome2.eclass === RCS file:

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 napisał(a): > > > +# @FUNCTION: gnome2_gdk_pixbuf_savelist > > +# @DESCRIPTION: > > +# Find if there is any gdk-pixbuf loader to i

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 napisał(a): > > > Le samedi 31 août 2013 à 13:40 +0200, Michał Górny a écrit : > > > > + cat "${tmp_file}" > > > > &

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 napisał(a): > > > > > Le samedi 31 août 2013 à 13:

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 Gentoo Index: gnome2.eclass === RCS file: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v retrieving revision 1.122 diff -u -B -r1.122

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

2013-09-04 Thread Gilles Dartiguelongue
s in Gnome ebuilds, like gtk-icon-cache, etc. -- Gilles Dartiguelongue 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

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:23 -0400, Ian Stakenvicius a écrit : > On 04/09/13 02:57 PM, Gilles Dartiguelongue wrote: [snip] > > Is there any other solution or is there any other point that would > > move the balance from one solution to another ? > > > >

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

2013-09-08 Thread Gilles Dartiguelongue
+ service=${src##*/} > + service=${service%.conf} > + fi > + # avoid potentially common mistake > + [[ ${service} != *.d ]] || die "Service must not have .d suffix" > + > + 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 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 Gentoo 

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

2013-09-10 Thread Gilles Dartiguelongue
+ else > > > + touch "${D}"/${cache} || die > > > + fi > > > } > > > > > > pkg_postinst() { > > > > > > > > > shouldn't that be EROOT ? > > and ED in that case too Do we still use that in EAPI > 3 ? -- Gilles Dartiguelongue Gentoo

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

2013-09-14 Thread Gilles Dartiguelongue
top environment > might have a use for it. It will be needed if someone manages to implement a logind alternative as well. If that ever happens. -- Gilles Dartiguelongue 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
t and I would, for sure, be the first to try it out since I very much prefer openrc. -- Gilles Dartiguelongue 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 Gentoo Index: gst-plugins10.eclass

Re: [gentoo-dev] Dealing with XDG directories in ebuild environment

2014-01-27 Thread Gilles Dartiguelongue
ed bug report. -- Gilles Dartiguelongue Gentoo

Re: [gentoo-dev] Re: Dealing with XDG directories in ebuild environment

2014-01-29 Thread Gilles Dartiguelongue
#x27;d be inherited by gnome and kde eclasses, for example, > so most people wouldn't even see it. Exactly. -- Gilles Dartiguelongue Gentoo

[gentoo-dev] Re: New eclass: xdg-basedir

2014-01-30 Thread Gilles Dartiguelongue
a directory where XDG compliants tools should be able to store anything permanent while building since this would affect consecutive builds (say gobject-introspection, gstreamer registry, etc). This is why it is set to ${T} in gnome2-utils.eclass. -- Gilles Dartiguelongue Gentoo

Re: [gentoo-dev] Re: New eclass: xdg-basedir

2014-01-30 Thread Gilles Dartiguelongue
Le jeudi 30 janvier 2014 à 09:29 +0100, Ulrich Mueller a écrit : > >>>>> On Thu, 30 Jan 2014, Gilles Dartiguelongue wrote: > > > The thing with ${HOME} is that it should not be a directory where > > XDG compliants tools should be able to store anything perman

[gentoo-dev] waf-utils.eclass: maintainer needed

2014-02-09 Thread Gilles Dartiguelongue
maintainer-needed in a week or so. -- Gilles Dartiguelongue Gentoo

Re: [gentoo-dev] RFC: GTK USE flag situation (gtk, gtk2, gtk3; relevant to bug #420493)

2014-02-11 Thread Gilles Dartiguelongue
ars ago. Anyway, if QA would provide with a list of "offenders" (this could have been done on bugzilla btw), we could walk-through the list and verify what/if/how packages would need extra USE flags or not and not just for our self-written policy's sake that is. > Cheers > > [0] > https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Meeting_Summaries#Summary_of_Wednesday_January_29.2C_2014 > [1] https://wiki.gentoo.org/wiki/Gnome_Team_Policies#gtk3 -- Gilles Dartiguelongue Gentoo signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] RFC: GTK USE flag situation (gtk, gtk2, gtk3; relevant to bug #420493)

2014-02-12 Thread Gilles Dartiguelongue
makes sense. See gnome-desktop, glade, gtkhtml, at-spi, libgda, gucharmap, vte, etc. For those packages that still support both actively, we still want slots because most packages we have seen (webkit-gtk, gtk-vnc, spice and more that since lost their gtk2 support) only allowed building aga

Re: [gentoo-dev] RFC: GTK USE flag situation (gtk, gtk2, gtk3; relevant to bug #420493)

2014-02-12 Thread Gilles Dartiguelongue
ot going to remove it right now. -- Gilles Dartiguelongue Gentoo signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] RFC: GTK USE flag situation (gtk, gtk2, gtk3; relevant to bug #420493)

2014-02-12 Thread Gilles Dartiguelongue
ilding everything even if you already have one. webkit-gtk is just the best example to prove you this is a bad idea. -- Gilles Dartiguelongue Gentoo

Re: [gentoo-dev] February 2014 QA policy updates

2014-02-20 Thread Gilles Dartiguelongue
; Chris Reffett > Gentoo QA Lead I feel this policy is even less precise than what we had written in our wiki page and will in fact bring more confusion. Can we actually get together in the writing of this, I feel a bit unhappy about the process. -- Gilles Dartiguelongue

Re: [gentoo-dev] Re: FHS or not (WAS: [gentoo-project] Call for agenda items - Council meeting 2014-03-11)

2014-03-01 Thread Gilles Dartiguelongue
suffer from settings not being applied and not knowing why. This already happened with systemd/udev and net rules for example and I am pretty sure in a couple of other packages but I have no other examples on the top of my head. Sure at some point you have to make things evolve but this upstream solution simply isn't nice for its users. -- Gilles Dartiguelongue Gentoo

Re: [gentoo-dev] Make udev optional in net-wireless/bluez?

2014-03-10 Thread Gilles Dartiguelongue
larly easy to get going already. Anyway if there is a real point in having more possibilities to shoot ourselves in the foot, please file a bug report. This is the usual way to get this sorted out. -- Gilles Dartiguelongue Gentoo signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] [PATCH] distutils-r1: set install paths via setup.cfg rather than argv.

2014-08-21 Thread Gilles Dartiguelongue
1_python_install still carries --root override for > intermediate root install though. > > Thanks to this, you can run the fore-mentioned command like this: > > esetup.py install_doc > --- Looks great. -- Gilles Dartiguelongue

[gentoo-dev] Re: New Developer: Gilles Dartiguelongue (eva)

2007-06-09 Thread Gilles Dartiguelongue
Le samedi 09 juin 2007 à 13:04 +0200, Rémi Cardona a écrit : > Christian Heim wrote: > > It's my pleasure to introduce to you Gilles Dartiguelongue (also known as > > EvaSDK on IRC), our latest addition joining the GNOME herd. > > > > Gilles is joining us from R

Re: [gentoo-dev] Non-new developer: Tobias Heinlein (keytoaster)

2007-07-06 Thread Gilles Dartiguelongue
rs > and programming only. > > So please, everybody, give a warm non-welcome to Tobias. > > Denis. non greetings Tobias :) let the beer flow ! (ok time to sleep now) -- Gilles Dartiguelongue <[EMAIL PROTECTED]> Gentoo signature.asc Description: Ceci est une partie de message numériquement signée

Re: [gentoo-dev] New developer: Pierre-Yves Rofes (p-y)

2007-07-22 Thread Gilles Dartiguelongue
ear Paris > > around some beers one of these days :) > > Be sure we will ;) I'm all for beers too :) -- Gilles Dartiguelongue <[EMAIL PROTECTED]> Gentoo signature.asc Description: Ceci est une partie de message numériquement signée

Re: [gentoo-dev] default desktop profile

2007-08-04 Thread Gilles Dartiguelongue
on a livecd ? Is the livecd intended to provide a full desktop experience whichever desktop is chosen or is it just provided as a way to have something to do while you are installing and/or tools to fix your install ? if it's not intended to be a full desktop experience (garnome does it v

Re: [gentoo-dev] default desktop profile

2007-08-04 Thread Gilles Dartiguelongue
mes this has been brought up > on > this list. You people need to pay attention ;) > err, sorry I'm here since 9th june only. I should have check the archives :) -- Gilles Dartiguelongue <[EMAIL PROTECTED]> Gentoo signature.asc Description: Ceci est une partie de message numériquement signée

Re: [gentoo-dev] Packages of for grabs

2007-08-30 Thread Gilles Dartiguelongue
is :) As I have the hardware, I think I'll take it. -- Gilles Dartiguelongue <[EMAIL PROTECTED]> Gentoo signature.asc Description: Ceci est une partie de message numériquement signée

Re: [gentoo-dev] [RFC] udev rules cleanup / merging rules files with other distros

2007-09-10 Thread Gilles Dartiguelongue
", MODE="660" > media-gfx/sane-backends: GROUP="scanner", MODE="660" don't know about iscan and sane but libgphoto2 probably uses plugdev because it's used very much in the same logic of mass storage removable media. -- Gilles Dartiguelongue <[EMAIL PROTECTED]> Gentoo signature.asc Description: Ceci est une partie de message numériquement signée

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-util/devhelp: ChangeLog devhelp-0.16.1.ebuild

2007-10-08 Thread Gilles Dartiguelongue
Le lundi 08 octobre 2007 à 23:36 +0200, Christian Faulhammer a écrit : > "Gilles Dartiguelongue (eva)" <[EMAIL PROTECTED]>: > > > Modified: ChangeLog > > Added:devhelp-0.16.1.ebuild > > Log: > > bump to 0.16.1 >

Re: [gentoo-dev] Re: Re: [gentoo-commits] gentoo-x86 commit in app-misc/note: ChangeLog note-1.3.3.ebuild

2007-10-15 Thread Gilles Dartiguelongue
> appear at the end of the command.[3] I haven't reread the fine mans for a while but iirc, + could lead you to hit the argument buffer limit of your shell. xargs has --max-args to get around that and is also way faster than any -exec variant (at least that's what the bench I did on a PIV

Re: [gentoo-dev] Looking for a developer with Logitech Quickcam Messenger (using media-video/qc-usb-messenger)

2007-10-21 Thread Gilles Dartiguelongue
eo/camorama to test it. > > If you own this hardware, please take maintainership of this package. > I do not directly own one, but if nobody has one, I'll take care of it. -- Gilles Dartiguelongue <[EMAIL PROTECTED]> Gentoo signature.asc Description: Ceci est une partie de message numériquement signée

[gentoo-dev] virtualx missing xhost in DEPEND ?

2007-10-25 Thread Gilles Dartiguelongue
, I'd like to add xhost to the DEPEND of the eclass. Please advise. -- Gilles Dartiguelongue <[EMAIL PROTECTED]> Gentoo signature.asc Description: Ceci est une partie de message numériquement signée

Re: [gentoo-dev] New staff : Marion Agé (titefleur)

2007-10-27 Thread Gilles Dartiguelongue
Lille isn't that far from paris, or from Belgium for what it's worth. That means we can expect to meet between now and next fosdem ? :) anyway welcome on board. -- Gilles Dartiguelongue <[EMAIL PROTECTED]> Gentoo signature.asc Description: Ceci est une partie de message numériquement signée

Re: [gentoo-dev] Call for Hackergotchis 2007-Q4

2007-10-27 Thread Gilles Dartiguelongue
chi as well ;) > Actually I already did one for him, I wanted to get a blog syndicated on planet gentoo but I'm just too lazy so I'm posting it here so everyone can enjoy and prevent him from hiding any longer :D http://evasdk.free.fr/hackergotchi-remi.png -- Gilles Dartiguelongue &

Re: [gentoo-dev] New staff : Elias Pipping (pipping)

2007-10-27 Thread Gilles Dartiguelongue
imagine a student's room with at least 11 boxes (of different arches) each running at least 3 different versions of gentoo welcome anyway, the gentoo/alt projects needs you :) -- Gilles Dartiguelongue <[EMAIL PROTECTED]> Gentoo signature.asc Description: Ceci est une partie de message numériquement signée

[gentoo-dev] Last rites: gnome-extra/gtkhtml-3.0, app-editors/peacock, gnome-extra/gal

2007-12-13 Thread Gilles Dartiguelongue
# Gilles Dartiguelongue <[EMAIL PROTECTED]> (14 Dec 2007) # gal is an über old library of gnome and deserves to die. # see bug #193496 =gnome-extra/gtkhtml-3.0.10-r1 app-editors/peacock gnome-extra/gal -- Gilles Dartiguelongue <[EMAIL PROTECTED]> Gentoo signature.asc Description:

Re: [gentoo-dev] Packages up for grabs

2007-12-26 Thread Gilles Dartiguelongue
not set in stone yet so if anybody has the hardware, please pick this one up. -- Gilles Dartiguelongue <[EMAIL PROTECTED]> Gentoo -- [EMAIL PROTECTED] mailing list

Re: [gentoo-dev] New developer : Jean-Noël Rivasseau (elvanor)

2008-01-08 Thread Gilles Dartiguelongue
Wooo ! Mail subject screwing (yes i18n conspiracy is always just behind :D) A bit late but you know, work and stuff... Welcome ! -- Gilles Dartiguelongue <[EMAIL PROTECTED]> Gentoo signature.asc Description: Ceci est une partie de message numériquement signée

Re: [gentoo-dev] RFC: removal of digest files from the tree

2008-01-28 Thread Gilles Dartiguelongue
ry 31st, so it would make it into the 2008.0 > snapshot. Do we think we can get this done by January 31st? [snip] > I think throwing up an announcement today/tomorrow for Thursday/Friday > should be sufficient for this sort of a change, as it won't affect any > user who has a versio

Re: [gentoo-dev] irregular metdata.xml check - 3rd edition

2008-02-12 Thread Gilles Dartiguelongue
Le mardi 12 février 2008 à 22:01 +0100, Thilo Bangert a écrit : > Welcome to the third edition of the irregular metadata.xml check. [snip] > net-wireless/gnome-bluetoothretired maintainer removed liquidx and added gnome to the list of herds. [snip] -- Gilles Dartiguelongue &

Re: [gentoo-dev] New developer: Ben de Groot (yngwin)

2008-02-17 Thread Gilles Dartiguelongue
ick for many from our IRC channels. As a tip to all of our > female readers out there, he is single and plays the bass quitar. > > Let's see how long before he breaks the three, > Petteri Welcome to the crazy land :) -- Gilles Dartiguelongue <[EMAIL PROTECTED]> Gentoo

Re: [gentoo-dev] The app-misc/beagle in portage is seriously outdated!

2008-02-28 Thread Gilles Dartiguelongue
intainer. Although it would be best to find someone that actually uses mono to test it :) Btw, shouldn't this package be under the freedesktop/dotnet herd ? > > prove to know enough both about ebuilds and beagle :) > BTW, how to prove I have known enough about ebuilds and

Re: [gentoo-dev] New developer: Bo Ørsted Andresen (zlin)

2008-02-28 Thread Gilles Dartiguelongue
t; > Even more on-topic, Welcome to the Krazy team! ;-) > you misspelled it, it's Kr4zy team. welcome zlin :) -- Gilles Dartiguelongue <[EMAIL PROTECTED]> Gentoo -- gentoo-dev@lists.gentoo.org mailing list

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

2009-08-28 Thread Gilles Dartiguelongue
" way. Plus all the hard work was done on the binary 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 Gentoo

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

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

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

2009-10-07 Thread Gilles Dartiguelongue
the testsuite. Use of RESTRICT="test" shouldn't be encouraged as it disables tests completely while part of them might still work and be relevant. -- Gilles Dartiguelongue Gentoo

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

2009-10-07 Thread Gilles Dartiguelongue
# Gilles Dartiguelongue (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 kernel bu

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

2009-10-16 Thread Gilles Dartiguelongue
y want to see progress in the way we handle prefix, python abis and all 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 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 (01 Nov 2009) # Old gnome component superseeded by seahorse. # See bug #291456 for details. gnome-extra/gnome-keyring-manager -- Gilles Dartiguelongue 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 package.mask: Mask app-misc/tracker, bug #291501. 01 Nov 2009; Gilles Dartiguelongue 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). -- Gilles Dartiguelongue Gentoo

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

2009-11-07 Thread Gilles Dartiguelongue
version: 2.2_rc48/cvs/Linux 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 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
ready said that to ssuominen > on #-kde). email 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

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

2009-11-09 Thread Gilles Dartiguelongue
x27;t tell me about configure times, we are gentoo and flexibility most often wins over buildtime or we'd be somewhere else imho) -- Gilles Dartiguelongue 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
l || 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 Gentoo

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. -- G

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

2010-01-24 Thread Gilles Dartiguelongue
which then does not match what is recorded by portage 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 Gentoo signature.asc Description: Ceci est une partie de message numériquement signée

<    1   2   3   >