[gentoo-dev] Re: jam -> ftjam

2007-10-15 Thread Christian Faulhammer
Ryan Hill <[EMAIL PROTECTED]>: > what's the best way to go about this? a package move? Don't think so, as it is not the same package in another category. > get ftjam keyworded the same and change all the ebuilds that DEPEND > on it at once? or change the ebuilds to do `|| (dev-util/ftjam > de

[gentoo-dev] jam -> ftjam

2007-10-15 Thread Ryan Hill
i'd like to change the jam build-system implementation in Gentoo from dev-util/jam to dev-util/ftjam. ftjam is maintained by the freetype project and is a drop in replacement for jam. jam itself hasn't seen much if any development upstream in quite some while and has some issues with strict alias

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

2007-10-15 Thread Elias Pipping
On Tue, Oct 16, 2007 at 03:14:12AM +0100, Steve Long wrote: > Gilles Dartiguelongue wrote: > > 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

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

2007-10-15 Thread Steve Long
Gilles Dartiguelongue wrote: > 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 PIV2.6Ghz showe

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.20.2_p14668.ebuild mythtv-0.21_pre14666.ebuild mythtv-0.21_pre14480-r1.ebuild

2007-10-15 Thread Ryan Hill
Doug Goldstein wrote: > I still stand by my original feeling that we'd better the community NOT > only the developers doing the commits by updating the devmanual, which > is accessible to all developers and all users in the Gentoo community. This would be a great thing, but I'm under the impressio

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
Le lundi 15 octobre 2007 à 23:43 +0100, Steve Long a écrit : > Roy Marples wrote: > The unintended globbing is indeed unsafe, in the general case. I'd do this: > > find "$D" -type f -name '*'"$v"'.*pm' -exec rm {} + > > The shell will still treat that all as one argument (this method is > typi

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

2007-10-15 Thread Steve Long
Roy Marples wrote: > On Mon, 2007-10-15 at 10:43 +0200, Fabian Groffen wrote: >> On 15-10-2007 09:35:35 +0100, Roy Marples wrote: >> > find "${D}" -type f -name *${v}.*pm -delete >> >> Looks like you rely on your shell here to assume that you meant >> "*${v}.*pm" because there is nothing that mat

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-office/gnotime: ChangeLog gnotime-2.2.3.ebuild

2007-10-15 Thread Donnie Berkholz
On 21:34 Mon 15 Oct , Christian Faulhammer (opfer) wrote: > 1.1 app-office/gnotime/gnotime-2.2.3.ebuild > > file : > http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/gnotime-2.2.3.ebuild?rev=1.1&view=markup > plain: > http://sources.gentoo.org/viewcvs.py/ge

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-libs/qof: qof-0.7.2.ebuild metadata.xml ChangeLog Manifest

2007-10-15 Thread Donnie Berkholz
On 21:28 Mon 15 Oct , Christian Faulhammer (opfer) wrote: > src_compile() { > econf || die "econf failed" > emake || die "emake failed" > } This is the default, you can get rid of it. Thanks, Donnie -- [EMAIL PROTECTED] mailing list

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-emulation/xen: ChangeLog xen-3.1.1.ebuild

2007-10-15 Thread Donnie Berkholz
On 18:33 Mon 15 Oct , Micheal Marineau (marineam) wrote: > 1.1 app-emulation/xen/xen-3.1.1.ebuild > > file : > http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen/xen-3.1.1.ebuild?rev=1.1&view=markup > plain: > http://sources.gentoo.org/viewcvs.py/gentoo-x86/ap

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.20.2_p14668.ebuild mythtv-0.21_pre14666.ebuild mythtv-0.21_pre14480-r1.ebuild

2007-10-15 Thread Donnie Berkholz
On 16:57 Mon 15 Oct , Doug Goldstein wrote: > I still stand by my original feeling that we'd better the community NOT > only the developers doing the commits by updating the devmanual, which > is accessible to all developers and all users in the Gentoo community. > In addition to updating and c

[gentoo-dev] Re: Re: Re: [gentoo-commits] gentoo-x86 commit in sys-cluster/pvfs2: ChangeLog pvfs2-2.6.3-r1.ebuild

2007-10-15 Thread Steve Long
Matti Bickel wrote: > Steve Long <[EMAIL PROTECTED]> wrote: >> >> > Mixing 'gt' and 'ge' is a bad idea. >> >> >> >> Just outa curiosity, why? >> > >> > Because it's inconsistent and one generally assumes that people will be >> > consistent with the way they test numbers. That way you only need t

[gentoo-dev] Re: Re: [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.20.2_p14668.ebuild mythtv-0.21_pre14666.ebuild mythtv-0.21_pre14480-r1.ebuild

2007-10-15 Thread Steve Long
Doug Goldstein wrote: > I know the other thing I didn't answer was the fact that some variables > aren't quoted. It doesn't matter at all considering their configure > script can't handle spaces in the path names anyway. We've been though > that already. Additionally, qmake can't handle spaces in t

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.20.2_p14668.ebuild mythtv-0.21_pre14666.ebuild mythtv-0.21_pre14480-r1.ebuild

2007-10-15 Thread Doug Goldstein
Christian Faulhammer wrote: > Doug Goldstein <[EMAIL PROTECTED]>: > > >> Jonathan Adamczewski wrote: >> >>> Doug Goldstein wrote: >>> That's what this commits review list feels like. >>> Nearly every suggestion (from Donnie and others) has been over some >>> issue

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.20.2_p14668.ebuild mythtv-0.21_pre14666.ebuild mythtv-0.21_pre14480-r1.ebuild

2007-10-15 Thread Doug Goldstein
Alec Warner wrote: > On 10/15/07, Doug Goldstein <[EMAIL PROTECTED]> wrote: > >> Jonathan Adamczewski wrote: >> >>> Doug Goldstein wrote: >>> >>> That's what this commits review list feels like. >>> Nearly every suggestion (from Donnie and others) has bee

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.20.2_p14668.ebuild mythtv-0.21_pre14666.ebuild mythtv-0.21_pre14480-r1.ebuild

2007-10-15 Thread Alec Warner
On 10/15/07, Doug Goldstein <[EMAIL PROTECTED]> wrote: > Jonathan Adamczewski wrote: > > Doug Goldstein wrote: > > > >> That's what this commits review list feels like. > >> > >> > > > > > > Nearly every suggestion (from Donnie and others) has been over some > > issue that relates directly to eithe

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.20.2_p14668.ebuild mythtv-0.21_pre14666.ebuild mythtv-0.21_pre14480-r1.ebuild

2007-10-15 Thread Christian Faulhammer
Doug Goldstein <[EMAIL PROTECTED]>: > Jonathan Adamczewski wrote: > > Doug Goldstein wrote: > >> That's what this commits review list feels like. > > Nearly every suggestion (from Donnie and others) has been over some > > issue that relates directly to either correctness or > > maintainability. It

Re: [gentoo-dev] Last Rites - Oct 7th - 14th, 2007

2007-10-15 Thread Samuli Suominen
On Sun, 14 Oct 2007 15:45:07 -0600 Ryan Hill <[EMAIL PROTECTED]> wrote: > Attached are the packages that have been scheduled for removal this > week. > > > dev-lang/anubisSamuli Suominen <[EMAIL PROTECTED]> > 08 Nov 2007 Not really going anywhere yet, upstream responded and they

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.20.2_p14668.ebuild mythtv-0.21_pre14666.ebuild mythtv-0.21_pre14480-r1.ebuild

2007-10-15 Thread Doug Goldstein
Jonathan Adamczewski wrote: > Doug Goldstein wrote: > >> That's what this commits review list feels like. >> >> > > > Nearly every suggestion (from Donnie and others) has been over some > issue that relates directly to either correctness or maintainability. > It doesn't matter if you ca

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.20.2_p14668.ebuild mythtv-0.21_pre14666.ebuild mythtv-0.21_pre14480-r1.ebuild

2007-10-15 Thread Jonathan Adamczewski
Doug Goldstein wrote: > > That's what this commits review list feels like. > Nearly every suggestion (from Donnie and others) has been over some issue that relates directly to either correctness or maintainability. It doesn't matter if you can "rattle off capabilities to a millimeter" - if th

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.20.2_p14668.ebuild mythtv-0.21_pre14666.ebuild mythtv-0.21_pre14480-r1.ebuild

2007-10-15 Thread Doug Goldstein
Donnie Berkholz wrote: > On 00:12 Sun 14 Oct , Doug Goldstein wrote: > >> Because if you pass the inverse the script blows up. It's ffmpeg's >> configure script that's a hand written script and modified by the MythTV >> developers. >> > > Sigh. Any chance of getting things to move to

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-p2p/btg: btg-0.9.6.ebuild Manifest metadata.xml ChangeLog

2007-10-15 Thread Peter Alfredsen
On Monday 15 October 2007, Donnie Berkholz wrote: > > einfo > > einfo "Compile dev-libs/boost with USE=threads or > > USE=threads-only" > > einfo "if you want threading support for btg" > > einfo Shouldn't that be "t

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

2007-10-15 Thread Roy Marples
On Mon, 2007-10-15 at 10:43 +0200, Fabian Groffen wrote: > On 15-10-2007 09:35:35 +0100, Roy Marples wrote: > > find "${D}" -type f -name *${v}.*pm -delete > > Looks like you rely on your shell here to assume that you meant > "*${v}.*pm" because there is nothing that matches that pattern by > coin

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

2007-10-15 Thread Fabian Groffen
On 15-10-2007 09:35:35 +0100, Roy Marples wrote: > find "${D}" -type f -name *${v}.*pm -delete Looks like you rely on your shell here to assume that you meant "*${v}.*pm" because there is nothing that matches that pattern by coincidence. If it does, your find probably doesn't do what you expect i

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

2007-10-15 Thread Roy Marples
On Mon, 2007-10-15 at 01:01 -0700, Donnie Berkholz wrote: > On 09:56 Mon 15 Oct , Bo Ørsted Andresen wrote: > > Written like this u certainly can't since the output of the find expression > > is > > subjected to word splitting before u gets set. Hence this will fail if ${D} > > contains spaces

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

2007-10-15 Thread Roy Marples
On Mon, 2007-10-15 at 09:56 +0200, Bo Ørsted Andresen wrote: > On Monday 15 October 2007 09:42:50 Donnie Berkholz wrote: > > On 07:40 Mon 15 Oct , Christian Faulhammer (opfer) wrote: > > > 1.1 app-misc/note/note-1.3.3.ebuild > > > > > > file : > > > http://sources.gentoo.org/v

[gentoo-dev] Last rites: x11-misc/xcut

2007-10-15 Thread Krzysiek Pawlik
# Krzysiek Pawlik <[EMAIL PROTECTED]> (15 Oct 2007) # Copying doesn't work, use xclip instead, see bug #191553 x11-misc/xcut Bug: https://bugs.gentoo.org/show_bug.cgi?id=191553 Will be removed on 2007/11/15 -- Krzysiek Pawlik key id: 0xBC51 desktop-misc, desktop-dock, x86, java, apach

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

2007-10-15 Thread Ulrich Mueller
> On Mon, 15 Oct 2007, Bo Ørsted Andresen wrote: > The best way to solve this is to use find ... -print0 | xargs -0 rm. cd "${D}"; find . ... | xargs rm -f and you won't need any GNU extensions. Ulrich -- [EMAIL PROTECTED] mailing list

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

2007-10-15 Thread Donnie Berkholz
On 09:56 Mon 15 Oct , Bo Ørsted Andresen wrote: > Written like this u certainly can't since the output of the find expression is > subjected to word splitting before u gets set. Hence this will fail if ${D} > contains spaces even if ${u} gets quoted. The best way to solve this is to use > find

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

2007-10-15 Thread Bo Ørsted Andresen
On Monday 15 October 2007 09:42:50 Donnie Berkholz wrote: > On 07:40 Mon 15 Oct , Christian Faulhammer (opfer) wrote: > > 1.1 app-misc/note/note-1.3.3.ebuild > > > > file : > > http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/note/note-1.3.3.ebuild?rev=1.1&view=markup

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

2007-10-15 Thread Donnie Berkholz
On 07:40 Mon 15 Oct , Christian Faulhammer (opfer) wrote: > 1.1 app-misc/note/note-1.3.3.ebuild > > file : > http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/note/note-1.3.3.ebuild?rev=1.1&view=markup > plain: > http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mis

Re: [gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2007-10-14 23h59 UTC

2007-10-15 Thread Robin H. Johnson
On Mon, Oct 15, 2007 at 12:15:02AM +, Robin H. Johnson wrote: > The attached list notes all of the packages that were added or removed > from the tree, for the week ending 2007-10-14 23h59 UTC. > Removals: > Additions: > net-p2p/btg 2007-10-14 23:37:13 angelos Please ignore this version.

[gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2007-10-14 23h59 UTC

2007-10-15 Thread Robin H. Johnson
The attached list notes all of the packages that were added or removed from the tree, for the week ending 2007-10-14 23h59 UTC. Removals: www-client/planet 2007-10-10 02:54:29 beandog games-sports/sturmbahnfahrer2007-10-14 06:48:45 mr_bone