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
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.
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
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
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
> 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
# 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
33 matches
Mail list logo