Re: [gentoo-dev] Proper installation path for efi binaries (.efi)

2013-02-05 Thread Chí-Thanh Christopher Nguyễn
Alec Warner schrieb: Can you even guarantee that /boot is mounted when your package is installed? That would be my major concern on Gentoo... And that /boot is the EFI system partition... Best regards, Chí-Thanh Christopher Nguyễn

[gentoo-dev] CA-certified SSL

2013-02-05 Thread Dirkjan Ochtman
Hi, IIRC, we currently don't have CA-certified SSL certificates on Gentoo properties because the infrastructure people who handle that kind of stuff really dislike giving up their personal information to a corporation like a CA. Would it be possible to break that logjam by volunteering for the

[gentoo-dev] About people willing to help with wxwidgets packages

2013-02-05 Thread Pacho Ramos
Hello People from wxwidgets told me they would welcome more people to join to their herd if possible as they won't have much time to handle its packages: app-admin/eselect-wxwidgets app-dicts/opendict app-editors/editra app-editors/wxhexeditor app-i18n/poedit dev-python/wxpython dev-util/bakefile

Re: [gentoo-dev] About people willing to help with wxwidgets packages

2013-02-05 Thread hasufell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/05/2013 06:48 PM, Pacho Ramos wrote: Hello People from wxwidgets told me they would welcome more people to join to their herd if possible as they won't have much time to handle its packages: games-engines/odamex games-strategy/megaglest

[gentoo-dev] Packages up for grabs for dagger lack of time

2013-02-05 Thread Pacho Ramos
After talking with him we agreed he won't be able to continue maintaining this packages, feel free to get whatever package you prefer: gnome-extra/connman-gnome net-libs/libmapi net-misc/ofono sys-apps/paludis signature.asc Description: This is a digitally signed message part

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

2013-02-05 Thread Jeff Horelick
On 5 February 2013 12:57, Pacho Ramos pa...@gentoo.org wrote: sys-apps/paludis I'll take this one (paludis) (currently at work, can't edit metadata for ~7 hours)

Re: [gentoo-dev] CA-certified SSL

2013-02-05 Thread Rich Freeman
On Tue, Feb 5, 2013 at 11:59 AM, Dirkjan Ochtman d...@gentoo.org wrote: I think it's really quite silly that we keep inconveniencing ourselves and our user by not having proper certificates that get recognized by all the major browsers, preferably wildcard variants (particularly for Bugzilla

Re: [gentoo-dev] CA-certified SSL

2013-02-05 Thread Dirkjan Ochtman
On Tue, Feb 5, 2013 at 7:06 PM, Rich Freeman ri...@gentoo.org wrote: My knee-jerk reaction is that your browser has a bug. It thinks that it is appropriate to sound alarms for unauthenticated SSL connections but not for unauthenticated non-SSL connections. A workaround is to emerge

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

2013-02-05 Thread Pacho Ramos
As Ford Prefect will focus on pulseaudio related packages: dev-python/python-gudev (now in proxy-maintainers herd) dev-util/mutrace dev-util/xesam-tools media-sound/dbmeasure media-video/arista signature.asc Description: This is a digitally signed message part

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

2013-02-05 Thread Arun Raghavan
On 5 February 2013 23:58, Pacho Ramos pa...@gentoo.org wrote: [...] media-sound/dbmeasure [...] I'll keep this one. Cheers, -- Arun Raghavan http://arunraghavan.net/ (Ford_Prefect | Gentoo) (arunsr | GNOME)

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

2013-02-05 Thread Pacho Ramos
El mar, 05-02-2013 a las 19:28 +0100, Pacho Ramos escribió: [...] media-sound/dbmeasure [...] Ford Prefect will still take care of this one signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] CA-certified SSL

2013-02-05 Thread Alec Warner
On Tue, Feb 5, 2013 at 10:06 AM, Rich Freeman ri...@gentoo.org wrote: On Tue, Feb 5, 2013 at 11:59 AM, Dirkjan Ochtman d...@gentoo.org wrote: I think it's really quite silly that we keep inconveniencing ourselves and our user by not having proper certificates that get recognized by all the

[gentoo-dev] Porting ZFS to additional architectures

2013-02-05 Thread Richard Yao
Dear Everyone, Does anyone have root access to Linux systems on any of the following architectures that is willing to help ZFS development? Alpha HPPA IA-64 MIPS/MIPS64 PPC/PPC64 SH SPARC/SPARC64 I want to port ZFSOnLinux to all Gentoo Linux architectures this year. The above architectures

Re: [gentoo-dev] CA-certified SSL

2013-02-05 Thread Rich Freeman
On Tue, Feb 5, 2013 at 1:48 PM, Alec Warner anta...@gentoo.org wrote: Doesn't work on my non-gentoo OS..Perhaps we should provide debs and rpms? :) That sounds like a separate bug. We provide handbooks for that one. :) Rich (And yes, as I noted in my original post I realize that certs from a

[gentoo-dev] New eclass: cmake-multilib for cmake multilib package builds

2013-02-05 Thread Michał Górny
The idea is the same as in autotools-multilib. The eclass is a straightfoward wrapper for cmake-utils which inherits multilib-build and runs cmake phase functions for all ABIs (using out-of-source build). The eclass uses the same header consistency check as autotools-multilib (therefore, I move

[gentoo-dev] [PATCH 1/3] Move header consistency checking func into multilib-build.

2013-02-05 Thread Michał Górny
There it can be reused by eclasses ebuilds. --- gx86/eclass/autotools-multilib.eclass | 29 +- gx86/eclass/multilib-build.eclass | 38 +++ 2 files changed, 39 insertions(+), 28 deletions(-) diff --git

[gentoo-dev] [PATCH 2/3] Introduce cmake-multilib wrapper for cmake-utils.

2013-02-05 Thread Michał Górny
--- gx86/eclass/cmake-multilib.eclass | 83 +++ 1 file changed, 83 insertions(+) create mode 100644 gx86/eclass/cmake-multilib.eclass diff --git a/gx86/eclass/cmake-multilib.eclass b/gx86/eclass/cmake-multilib.eclass new file mode 100644 index

[gentoo-dev] [PATCH 3/3] Convert virtualgl to cmake-multilib.

2013-02-05 Thread Michał Górny
--- gx86/x11-misc/virtualgl/virtualgl-2.3.2-r1.ebuild | 75 +++ 1 file changed, 75 insertions(+) create mode 100644 gx86/x11-misc/virtualgl/virtualgl-2.3.2-r1.ebuild diff --git a/gx86/x11-misc/virtualgl/virtualgl-2.3.2-r1.ebuild

Re: [gentoo-dev] Porting ZFS to additional architectures

2013-02-05 Thread Matt Turner
On Tue, Feb 5, 2013 at 11:25 AM, Richard Yao r...@gentoo.org wrote: Dear Everyone, Does anyone have root access to Linux systems on any of the following architectures that is willing to help ZFS development? Alpha HPPA IA-64 MIPS/MIPS64 PPC/PPC64 SH SPARC/SPARC64 I want to port

Re: [gentoo-dev] Porting ZFS to additional architectures

2013-02-05 Thread Richard Yao
Matt, I asked users who want ZFSOnLinux upstream to support additional architectures to assist me in porting it. I CCed gentoo-dev@ because many people in the Gentoo community that had already offered to help with other things. The only immediate effect that this will have on Gentoo is `env

[gentoo-dev] Preliminary agenda -- Council meeting 2013-02-12

2013-02-05 Thread Tony Chainsaw Vroon
Good evening, Please note the preliminary agenda for the February 12 council meeting, to be held at 20:00 UTC. If you are appointing a proxy to attend in your stead, please make this known at least two hours before the meeting starts. 1) Roll call. 2) Open bug(s) with council involvement. For

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

2013-02-05 Thread Michael Weber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 02/03/2013 02:27 PM, Pacho Ramos wrote: Due leio lack of time the following packages are up for grabs: app-benchmarks/gtkperf mine. just fixed https://bugs.gentoo.org/show_bug.cgi?id=428652 - -- Michael Weber Gentoo Developer web:

Re: [gentoo-dev] [PATCH 2/3] Introduce cmake-multilib wrapper for cmake-utils.

2013-02-05 Thread Alexis Ballier
On Tue, 5 Feb 2013 21:19:23 +0100 Michał Górny mgo...@gentoo.org wrote: +cmake-multilib_src_install() { + cmake-multilib_secure_install() { + cmake-utils_src_install + + # Make sure all headers are the same for each ABI. + cmake-multilib_cksum() { +

Re: [gentoo-dev] [PATCH 3/3] Convert virtualgl to cmake-multilib.

2013-02-05 Thread Alexis Ballier
A real diff would be easier to read than a whole new ebuild :) On Tue, 5 Feb 2013 21:19:24 +0100 Michał Górny mgo...@gentoo.org wrote: +RDEPEND=ssl? ( dev-libs/openssl ) + media-libs/libjpeg-turbo + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXv + abi_x86_32? (

[gentoo-dev] Re: About people willing to help with wxwidgets packages

2013-02-05 Thread Ryan Hill
On Tue, 05 Feb 2013 18:48:44 +0100 Pacho Ramos pa...@gentoo.org wrote: app-admin/eselect-wxwidgets dev-python/wxpython x11-libs/wxGTK dev-util/bakefile These are the core packages. Any help with these is welcome but we would ask people to join the team. app-dicts/opendict

Re: [gentoo-dev] Porting ZFS to additional architectures

2013-02-05 Thread Sergei Trofimovich
On Tue, 05 Feb 2013 14:25:56 -0500 Richard Yao r...@gentoo.org wrote: I want to port ZFSOnLinux to all Gentoo Linux architectures this year. The above architectures either are not currently supported or have not been tested in a while. Most of them will require patching isa_defs.h, which I am