This is your one-day friendly reminder ! The monthly Gentoo Council
meeting is tomorrow in #gentoo-council on irc.freenode.net. See the
channel topic for the exact time (but it's probably 2000 UTC).
If you're supposed to show up, please show up. If you're not supposed
to show up, then show up a
"Robin H. Johnson" <[EMAIL PROTECTED]> said:
> On Tue, Feb 12, 2008 at 10:01:16PM +0100, Thilo Bangert wrote:
> > Noteworthy errors
> > ===
> > herd without email: comm-fax
> > Proxy maintainer without gentoo association 15
>
> Two specific feature requests:
> 1. Che
On Wed, Feb 13, 2008 at 09:30:14AM +0100, Thilo Bangert wrote:
> > 2. Check that metadata with a proxy maint also has a non-retired Gentoo
> > person listed.
> 'Proxy maintainer without gentoo association' means 'there is neither a
> herd nor a gentoo maintainer listed'. you want to require a main
On 13-02-2008 08:50:19 +0100, Rémi Cardona wrote:
> Petteri Räty a écrit :
>> What do you think about adding support to base.eclass for running
>> eautoreconf?
> In most of the ebuilds where we need to run eautoreconf, we usually apply
> patches. I can't remember of an ebuild where we just run e
Fabian Groffen kirjoitti:
On 13-02-2008 08:50:19 +0100, Rémi Cardona wrote:
Petteri Räty a écrit :
What do you think about adding support to base.eclass for running
eautoreconf?
In most of the ebuilds where we need to run eautoreconf, we usually apply
patches. I can't remember of an ebuild w
Fabian Groffen kirjoitti:
I think it should not be added as it hides something quite important.
- it takes a lot of time on most platforms I run
- it may break (especially during bootstrapping, eautoreconfs are hell)
- it may introduce extra deps/caution (e.g. gettext macros being available)
So
On Mittwoch, 13. Februar 2008, Petteri Räty wrote:
> Fabian Groffen kirjoitti:
> > On 13-02-2008 08:50:19 +0100, Rémi Cardona wrote:
> >> Petteri Räty a écrit :
> >>> What do you think about adding support to base.eclass for running
> >>> eautoreconf?
> >>
> >> In most of the ebuilds where we need
On Wed, 13 Feb 2008 01:44:22 +0200
Petteri Räty <[EMAIL PROTECTED]> wrote:
> What do you think about adding support to base.eclass for running
> eautoreconf?
>
> so instead of
>
> src_unpack() {
> unpack ${A}
> cd "${A}"
> eautoreconf
> }
>
> would just add
>
> EAUTORECONF="
Alec Warner kirjoitti:
The former is much clearer...I don't see the gain... also in the
former example you neglected to inherit autotools ;)
That would happen conditionally in base.eclass
Regards,
Petteri
signature.asc
Description: OpenPGP digital signature
В Срд, 13/02/2008 в 13:22 +0100, Matthias Schwarzott пишет:
> How can I use PATCHES without quoting issues?
>
> default is this (when not using relative pathes):
> PATCHES="${FILESDIR}/p1.diff ${FILESDIR}/p2.diff"
You can not. This should be fixed like we did for font.eclass (bug
201834). BTW, k
On Wed, 13 Feb 2008 01:44:22 +0200
Petteri Räty <[EMAIL PROTECTED]> wrote:
> What do you think about adding support to base.eclass for running
> eautoreconf?
>
> so instead of
>
> src_unpack() {
> unpack ${A}
> cd "${A}"
> eautoreconf
> }
>
> would just add
>
> EAUTORECONF="
Hi,
"Greg Kroah-Hartman (gregkh)" <[EMAIL PROTECTED]>:
> src_install() {
> sed -i -e 's-\(prefix:\) ~-\1 /usr-' setup.cfg
> distutils_src_install
> dodir /usr/share/doc/${PF}
> mv ${D}/usr/share/${PN}/examples ${D}/usr/share/doc/${PF}
> rmdir ${D}/usr/share/doc/${PN}
Mike Frysinger <[EMAIL PROTECTED]> said:
> This is your one-day friendly reminder ! The monthly Gentoo Council
> meeting is tomorrow in #gentoo-council on irc.freenode.net. See the
> channel topic for the exact time (but it's probably 2000 UTC).
This is probably a bit late to be bringing up, but
On Wed, Feb 13, 2008 at 06:05:01PM +0100, Christian Faulhammer wrote:
> Hi,
>
> "Greg Kroah-Hartman (gregkh)" <[EMAIL PROTECTED]>:
> > src_install() {
> > sed -i -e 's-\(prefix:\) ~-\1 /usr-' setup.cfg
> > distutils_src_install
> > dodir /usr/share/doc/${PF}
> > mv ${D}/usr/share/$
Hi,
Greg KH <[EMAIL PROTECTED]>:
> Hey, I just bumped the ebuild, I didn't write the first one :)
No accuses, just review. :) Touch it and you are responsible.
> So, what would be the correct fix here? Something like:
> mv "${D}/usr/share/${PN}/examples" "${D}/usr/share/doc/${PF}"
> rmdi
"Wulf C. Krueger" <[EMAIL PROTECTED]> said:
> "EAPI=1 approved for use in the main tree
>
>
> Stable portage version 2.1.3.12 supports EAPI=1. It's now officially OK
> to start using it in the main tree. From the ebuild ChangeLog for
> portage:
>
> Thi
On Wednesday, 13. February 2008 18:57:58 Mark Loeser wrote:
> This is probably a bit late to be bringing up, but could the council
> please discuss the state of PMS and EAPI? What we mean by that is that
> it seems we are using EAPI=1 in the tree, and some of us are concerned
> because we can't fi
On Wednesday, 13. February 2008 19:34:37 Mark Loeser wrote:
> Okay, so I stand corrected about them approving it. Where is the
> approved specification though?
That's something I asked the council, too, here:
http://thread.gmane.org/gmane.linux.gentoo.council/110
I got no response from the co
Matthias Schwarzott kirjoitti:
How can I use PATCHESwithout quoting issues?
Attached is a patch that fixes this.
Regards,
Petteri
Index: base.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/base.eclass,v
retrieving revis
Hi
There are several eclasses missing quotes:
http://dev.gentoo.org/~maekke/eclass-quoting.txt
This is the same check as repoman does, so there might be more quotes
needed or false-positives.
Markus
signature.asc
Description: PGP signature
Markus Meier <[EMAIL PROTECTED]> writes:
> hdf5: Adds support for the Hierarchical Data Format v5
And what the heck is the Hierarchical data Format v5? :P But I admit
it's still better than "Adds support for HDF v5"...
> djvu: Enable djvu support
Not much more useful than just "djvu". beside th
Hi Paul,
On Wednesday 13 February 2008, Paul B. Henson wrote:
> On Tue, 12 Feb 2008, Sune Kloppenborg Jeppesen wrote:
> > On Monday 10 December 2007 15:41:47 Doug Klima wrote:
[snip]
> One of my staff members is currently being mentored to become a developer,
> he is going to offer to maintain MI
Samuli Suominen kirjoitti:
And if you can't run eautoreconf but instead one of specific commands,
eautoconf, eautomake..
Or what if you need to run AT_M4DIR="/path/to/macros" eautoreconf?
Or when you are about to remove eautoreconf, spot that fbsd is
keyworded and need to substitute it with
Markus Meier wrote:
Hi
There are several eclasses missing quotes:
http://dev.gentoo.org/~maekke/eclass-quoting.txt
This is the same check as repoman does, so there might be more quotes
needed or false-positives.
Markus
Might want to cull that list of deprecated eclasses.
--
gentoo-dev@lis
On Wed, 13 Feb 2008 14:42:32 -0500
Doug Klima <[EMAIL PROTECTED]> wrote:
> Markus Meier wrote:
> > Hi
> >
> > There are several eclasses missing quotes:
> > http://dev.gentoo.org/~maekke/eclass-quoting.txt
> Might want to cull that list of deprecated eclasses.
That sounds like an idea. I blacklis
Potential candidates (flag-name, count):
server13
custom-cflags 9
gsm 7
logrotate 7
java5 6
hdf5 6
djvu 6
multislot 6
w
On Wed, Feb 13, 2008 at 08:07:02PM +0100, Wulf C. Krueger wrote:
> git+ssh://@git.gentoo.org/var/gitroot/pms
> which was once the "official" copy of the repository doesn't seem to exist
> anymore.
Because it was moved to the overlays, and the original thread about Git
repos (which was on -core) wa
Markus Meier wrote:
On Wed, 13 Feb 2008 14:42:32 -0500
Doug Klima <[EMAIL PROTECTED]> wrote:
Markus Meier wrote:
Hi
There are several eclasses missing quotes:
http://dev.gentoo.org/~maekke/eclass-quoting.txt
Might want to cull that list of deprecated eclasses.
That soun
On Wed, 13 Feb 2008 21:13:09 +0100
[EMAIL PROTECTED] (Diego 'Flameeyes' Pettenò) wrote:
> Markus Meier <[EMAIL PROTECTED]> writes:
>
> > hdf5: Adds support for the Hierarchical Data Format v5
>
> And what the heck is the Hierarchical data Format v5? :P But I admit
> it's still better than "Adds
On Wed, 2008-02-13 at 21:01 +0100, Markus Meier wrote:
> Potential candidates (flag-name, count):
>
> java5 6
Contrary to last comment about this flag going global. We ( the Gentoo
Java Team ) have decided it will be a global use flag, along with java6.
I will be adding de
Petteri Räty wrote:
Attached is a patch that fixes this.
Arrays? How non-POSIX1
Anyway, why don't we instead discuss what phases to add to next EAPI, so
we can avoid these hacks :)
--
Vlastimil Babka (Caster)
Gentoo/Java
signature.asc
Description: OpenPGP digital signature
Markus Meier <[EMAIL PROTECTED]> posted
[EMAIL PROTECTED], excerpted below, on Wed, 13 Feb 2008
21:38:36 +0100:
> djvu: Enable support for DjVu (a digital document format with advanced
> compression technology and high performance value)
I'm not complaining if this is deemed acceptable, but I th
Vlastimil Babka wrote:
Petteri Räty wrote:
Attached is a patch that fixes this.
Arrays? How non-POSIX1
Anyway, why don't we instead discuss what phases to add to next EAPI, so
we can avoid these hacks :)
Luckily, ebuilds and eclasses are written in bash.
--
fonts,
On K, 2008-02-13 at 15:49 -0500, Doug Klima wrote:
> Markus Meier wrote:
> > On Wed, 13 Feb 2008 14:42:32 -0500
> > Doug Klima <[EMAIL PROTECTED]> wrote:
> >
> >
> >> Markus Meier wrote:
> >>
> >>> Hi
> >>>
> >>> There are several eclasses missing quotes:
> >>> http://dev.gentoo.org/~maekk
Hello again.
Jorge Manuel B. S. Vicetto wrote:
The election officials are Łukasz Damentko[1], Jorge Manuel B. S.
Vicetto[2], and Richard Freeman[3]. The infrastructure team contact
for the election is Shyam Mani[4]. The election officials have
published a page[5] with all the information on th
Hi,
Sune Kloppenborg Jeppesen <[EMAIL PROTECTED]>:
> On Wednesday 13 February 2008, Paul B. Henson wrote:
> > On Tue, 12 Feb 2008, Sune Kloppenborg Jeppesen wrote:
> > > On Monday 10 December 2007 15:41:47 Doug Klima wrote:
> [snip]
> > One of my staff members is currently being mentored to become
36 matches
Mail list logo