[gentoo-dev] Re: multilib clean up

2011-03-16 Thread Mike Frysinger
the next tweak i'll be making is the order of paths returned by get_all_libdirs. it guarantees "lib" to always be in the list and it does this simply by having it be the first item. i cant see this position being a hard requirement, just a coding convenience, and it's desirable to have the pa

Re: [gentoo-dev] RFC: emboss.eclass as replacement for embassy.eclass

2011-03-16 Thread justin
On 16/03/11 19:49, Mike Frysinger wrote: > On Wednesday, March 16, 2011 03:02:01 justin wrote: # $(use_with png pngdriver "${EPREFIX}/usr") # $(use_with pdf hpdf "${EPREFIX}/usr") # $(use_with mysql mysql "${EPREFIX}/usr/bin/mysql_config") # $(use_with postgres postgresql "$

Re: [gentoo-dev] RFC: emboss.eclass as replacement for embassy.eclass

2011-03-16 Thread justin
On 16/03/11 18:59, Ulrich Mueller wrote: >> On Wed, 16 Mar 2011, Jeroen Roovers wrote: > >> "An HTTP URL takes the form: > >> http://:/? > >> "where and are as described in Section 3.1. If : >>is omitted, the port defaults to 80. No user name or password is >>allowed.

Re: [gentoo-dev] RFC: emboss.eclass as replacement for embassy.eclass

2011-03-16 Thread Mike Frysinger
On Wednesday, March 16, 2011 05:36:21 Tomáš Chvátal wrote: > Dne 16.3.2011 07:48, justin napsal(a): > > On 15/03/11 22:25, Tomáš Chvátal wrote: > >> i am seriously hurt by $(use_enable amd64 64) > > > > Where is the problem? The purpose of the eclass is not to repeat the > > same code 20 times. Wh

Re: [gentoo-dev] RFC: emboss.eclass as replacement for embassy.eclass

2011-03-16 Thread Mike Frysinger
On Wednesday, March 16, 2011 03:02:01 justin wrote: > >> # $(use_with png pngdriver "${EPREFIX}/usr") > >> # $(use_with pdf hpdf "${EPREFIX}/usr") > >> # $(use_with mysql mysql "${EPREFIX}/usr/bin/mysql_config") > >> # $(use_with postgres postgresql "${EPREFIX}/usr/bin/pg_config") > > > > do y

Re: [gentoo-dev] RFC: emboss.eclass as replacement for embassy.eclass

2011-03-16 Thread Ulrich Mueller
> On Wed, 16 Mar 2011, Jeroen Roovers wrote: > "An HTTP URL takes the form: > http://:/? > "where and are as described in Section 3.1. If : >is omitted, the port defaults to 80. No user name or password is >allowed. is an HTTP selector, and is a query >string. The

[gentoo-dev] Packages up for grabs

2011-03-16 Thread Christoph Mende
Hi, I want to drop maintainership for these packages because I don't use them anymore. They all are low maintenance, most haven't had releases in over a year. If you are interested in any of those, feel free to remove me from metadata.xml: app-editors/hexedit app-misc/granule app-misc/tdfsb dev-c

Re: [gentoo-dev] RFC: emboss.eclass as replacement for embassy.eclass

2011-03-16 Thread Jeroen Roovers
On Wed, 16 Mar 2011 08:02:01 +0100 justin wrote: > >> HOMEPAGE="http://emboss.sourceforge.net"; > > > > could do with a trailing "/" I *like* to see that too... > I asked myself quite often, if this needed or not. What is the purpose > of the trailing "/"? However: "An HTTP URL takes the f

Re: [gentoo-dev] Make libevent a global use flag?

2011-03-16 Thread Arun Raghavan
On 16 March 2011 15:00, Dirkjan Ochtman wrote: > Local use flags so far: > > dev-db/mariadb:libevent - Use libevent for connection handling > net-dns/unbound:libevent - Use dev-libs/libevent instead of internal > select based events > net-im/bitlbee:libevent - Use libevent for event handling > x11

Re: [gentoo-dev] Quantity of open bugs

2011-03-16 Thread Tomáš Chvátal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Kevin, open bugs alone are never the issue. We can have millions of them open and still being able to manage things in sanely manner. So if the issue is not open bugs as whole, what it can be? Open bugs for specified area. Imagine you work on KD

Re: [gentoo-dev] RFC: emboss.eclass as replacement for embassy.eclass

2011-03-16 Thread Tomáš Chvátal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dne 16.3.2011 07:48, justin napsal(a): > On 15/03/11 22:25, Tomáš Chvátal wrote: >> >> i am seriously hurt by $(use_enable amd64 64) > > Where is the problem? The purpose of the eclass is not to repeat the > same code 20 times. Why can't this be here?

[gentoo-dev] Make libevent a global use flag?

2011-03-16 Thread Dirkjan Ochtman
Local use flags so far: dev-db/mariadb:libevent - Use libevent for connection handling net-dns/unbound:libevent - Use dev-libs/libevent instead of internal select based events net-im/bitlbee:libevent - Use libevent for event handling x11-misc/bmpanel:libevent - Use the libevent event loop interfac

Re: [gentoo-dev] RFC: emboss.eclass as replacement for embassy.eclass

2011-03-16 Thread justin
>> # $(use_enable amd64 64) > > oh god it burns so bad when i poo > I couldn't find out why this burns so much. The eclass is inherited from the ebuild during emerge, so it should be aware of the current system. So what is the problem? Only thing I can think of is crosscompiling, but even there

Re: [gentoo-dev] RFC: emboss.eclass as replacement for embassy.eclass

2011-03-16 Thread justin
On 15/03/11 23:06, Mike Frysinger wrote: >> # Copyright 1999-2004 Gentoo Foundation > > s/2004/2011/ > > have you looked at the man page output for this to make sure the white > spacing > you're putting into the comments properly carries over ? I will do this before the final commit. Currently