the same when unquoted. They should probably
be quoted and that means that all instances would become the four characters
"$@".
Marijn
- --
Marijn Schouten (hkBst), Gentoo Lisp project
<http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on FreeNode
-BEGIN PGP SIGNATURE-
Ve
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Donnie Berkholz wrote:
> On 12:35 Mon 24 Sep , Marijn Schouten (hkbst) wrote:
>> hkbst 07/09/24 12:35:11
>>
>> Modified: ChangeLog
>> Added:bigloo-3.0b_p2.ebuild
>> Lo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Christian Faulhammer wrote:
> "Marijn Schouten (hkbst)" <[EMAIL PROTECTED]>:
>> Added:metadata.xml ChangeLog hop-1.7.0.ebuild
>> Manifest Log:
>> Initial commit
>> ./configure --pre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mike Frysinger wrote:
> On Tuesday 25 September 2007, Bo �rsted Andresen wrote:
>> On Tuesday 25 September 2007 12:47:35 Marijn Schouten (hkBst) wrote:
>>>>> # "make test" does something weird so default src_te
t you do a
echo "dev-scheme/guile" >> /etc/portage/package.keywords
and report any remaining issues blocking bug 163921
(<http://bugs.gentoo.org/show_bug.cgi?id=163921>)
If nothing serious turns up I will request stabilization in a few weeks' time.
Marijn
- --
Mari
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mike Frysinger wrote:
> On Wednesday 26 September 2007, Marijn Schouten (hkBst) wrote:
>> Who's gonna fix usr/lib/portage/bin/ebuild.sh?
>
> what's broken in it ?
> -mike
Well, apparently it checking FEATURES is il
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mike Frysinger wrote:
> On Thursday 27 September 2007, Marijn Schouten (hkBst) wrote:
>> Mike Frysinger wrote:
>>> On Wednesday 26 September 2007, Marijn Schouten (hkBst) wrote:
>>>> Who's gonna fix usr/lib/portage/
=$2
>
> Works fine in bash - and other shells.
Do I understand correctly that this resets any arguments that might have been
passed to the function this happens to be in?
Marijn
- --
Marijn Schouten (hkBst), Gentoo Lisp project
<http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on Fr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Marius Mauch wrote:
>>> "Marijn Schouten (hkBst)" <[EMAIL PROTECTED]>:
>>>> I imagine there are a lot more cases where the simple on/off
>>>> system we have now is suboptimal. I could be wrong of
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ryan Hill wrote:
> Marijn Schouten (hkBst) wrote:
>> Marius Mauch wrote:
>
>>> We already have this with USE_EXPAND. Not exactly the same syntax, but
>>> I don't see a terrible problem in that, and we don't ha
t_on_flag normalflag multiwayflag={option1 option2
+default_option} -default_off_flag",
or
IUSE="+default_on_flag normalflag multiwayflag=(option1 option2
+default_option) -default_off_flag".
In use.[local.]desc the multiwayflag description should explain what each
alterna
ld should offer lame or ffmpeg or
> w/e, and where not simply mp3 (along with the encode/decode being
> orthogonal.)
what about mp3=lame or mp3=ffmpeg? This will also be easily extendable when
the next implementations comes along (mp3=newmp3lib).
Marijn
- --
Marijn Schouten (hkBst), Gentoo
package they are taking over.
Surely the Changelog is no substitute for good informative comments alongside
the code?
Marijn
- --
Marijn Schouten (hkBst), Gentoo Lisp project
<http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on FreeNode
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Marius Mauch wrote:
> But like name_splitted.cpp is buggy as it assumes that a dash followed
> by a digit starts the version part. See
> echo ${PORTDIR}/*-*/* | tr ' ' '\n' | grep '\-[[:digit:]]'
No output her
and of course you can still
> use it if /bin/sh is bash. The last one is what baselayout-2 currently
> uses and I'm wondering if we should switch to the first one before we
> come out of package.mask.
>
> I'm asking which you think are the most readable of the first and last
&
CTARGET:-${CHOST}}
host=${host%%-*}
case ${host} in
mips*l*)echo little;;
mips*) echo big;;
*) echo wtf;;
esac
}
Marijn
- --
Marijn Schouten (hkBst), Gentoo Lisp project
<http://www.gent
er-ldflags -Wl,--as-needed
>>
>> distutils_src_compile
>> }
>
> If you moved the filter-ldflags() call up to pkg_setup(), you could drop
> src_compile() altogether to clean up the ebuild a little.
Wouldn't that make binary packages cry?
Marijn
- --
Marijn Schouten (hk
use flags with more than two values:
mod=off
mod=fmod
mod=libmodplug
the first for disabling mod support, the second for enabling it and preferring
fmod implementation, the third for enabling it and preferring libmodplug
implementation.
Marijn
- --
Marijn Schouten (hkBst), Gentoo Lisp project
<
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jeroen Roovers wrote:
> On Fri, 02 Nov 2007 13:40:40 +0100
> "Marijn Schouten (hkBst)" <[EMAIL PROTECTED]> wrote:
>
>> Another prime example for use flags with more than two values:
>>
>> mod=off
>&g
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Daniel Drake wrote:
> Marijn Schouten (hkBst) wrote:
>> use_mime() {
>> local WORD=$(ifv "$2" "$2" "$1")
>>
>> ifuse "$1" "${WORD};"
>> }
>>
>> f
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Daniel Drake wrote:
> Marijn Schouten (hkBst) wrote:
>> use_mime() {
>> local WORD=$(ifv "$2" "$2" "$1")
>>
>> ifuse "$1" "${WORD};"
>> }
>>
>> f
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Roy Marples wrote:
> On Fri, 2007-11-02 at 14:44 +0100, Marijn Schouten (hkBst) wrote:
>> [[ ${flag} = !* ]] && { success=1 ; flag=${flag:1} }
>
> Could be written as
> [ "${flag#!}" != "${flag}" ]
use flags with more than two values:
mod=off
mod=fmod
mod=libmodplug
the first for disabling mod support, the second for enabling it and preferring
fmod implementation, the third for enabling it and preferring libmodplug
implementation.
Marijn
- --
Marijn Schouten (hkBst), Gentoo Lisp project
<
local SUFFIX=$(ifv "$3" "=$3")
local WORD=$(ifv "$2" "$2" "$1")
ifuse "$1" "--enable-${WORD}${SUFFIX}" "--disable-${WORD}"
}
ifuse's code is much like useq's code now, but more versatile. You can find i
ing ebuilds for such packages a little
> easier - it provides an ecmake function that takes care of few needed
> variables,
> prefix and such.
I'm a bit confused now. Both this eclass and the recently submitted
cmake-utils.eclass seem to handle CMake-based packages. Can someone clar
eparate directory.
Right. These use cases are really a bonus. Having src_fetch that we can
redefine is simply the right thing and I can't believe it doesn't exist already.
Consider this my vote for an EAPI 2 which adds user-redefinable src_fetch ASAP.
Marijn
- --
Marijn Schouten (hkBst)
, that it will do the right thing (that is:
> make it uppercase). It did not do so - that's why the patch ;).
>
> Another way would be to enhance the comment and state explicitly that it
> takes the useflag literally and does not do any case transition :)
Please don't reu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Marijn Schouten (hkBst) wrote:
> ý wrote:
>> Wulf C. Krueger schrieb:
>>> On Friday, 09. November 2007 10:10:42 Rený 'Necoro' Neumann wrote:
>>>> But as I think, that the uppercase version is the common beh
valid is:
>
> * Build binary packages for a, b and c in parallel.
> * Merge a's binary.
> * Merge b's binary.
> * Merge c's binary.
What exactly is the difference between this valid situation and the previous
invalid one?
Marijn
- --
Marijn Schouten (hkBst), Gentoo Li
o quote in assignments.
But why is it standard to quote other assignments like in DESCRIPTION and
HOMEPAGE then?
Marijn
- --
Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML
<http://www.gentoo.org/proj/en/lisp/>, #gentoo-{lisp,ml} on FreeNode
-BEGIN PGP SIGNATURE-
Version
you'll love Haskell ;-)
>
> You're most welcome to come chat with us in #gentoo-haskell
Hmm, a mystery developer.
Hi Justin, I wonder why I haven't seen you on the functional programming side
of Gentoo, you being a maths guy and all. Anyway, welcome and don't let the
Ha
?
We're not talking about ebuilds here, are we? So what ARE we talking about?
Marijn
- --
Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML
<http://www.gentoo.org/proj/en/lisp/>, #gentoo-{lisp,ml} on FreeNode
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)
Com
m it is solving and how it solves that. If you
throw in a free example you'll make me real happy,
thank you,
Marijn
- --
Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML
<http://www.gentoo.org/proj/en/lisp/>, #gentoo-{lisp,ml} on FreeNode
-BEGIN PGP SIGNATURE-
Versio
very welcome to join us in our IRC
channel.
Marijn
"Any sufficiently complicated C or Fortran program contains an ad-hoc,
informally-specified bug-ridden slow implementation of half of Common Lisp."
— Philip Greenspun, often called Greenspun's Tenth Rule of Programming
- --
Marijn Scho
e.
I'm not interested in saving this, but this seems to be LGPL'ed software[1], so
it seems odd that it is mirror-restricted.
Marijn
[1]http://viewklass.cvs.sourceforge.net:80/viewvc/viewklass/viewklass/COPYING?revision=1.1.1.1&view=markup
- --
If you cannot read my mind, then listen
ot;
bzr_initial_fetch "${EBZR_REPO_URI}" "${EBZR_BRANCH_DIR}"
should be removed. If users want to get rid of full checkouts they can easily
delete them themselves.
Marijn
- --
If you cannot read my mind, then listen to what I say.
Marijn Schouten (hkBst), G
d" by upstream? Is there a replacement, are they
no longer needed, some other reason?
Marijn
- --
If you cannot read my mind, then listen to what I say.
Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML
<http://www.gentoo.org/proj/en/lisp/>, #gentoo-{lisp,ml} on FreeNode
-BEGI
;
> They are only a few and they won't increase much in the future.
> For this reason I'm reticent in creating the gpe-games category in the
> portage tree as we currently have in the overlay.
So what is this gpe/GPE palm environment thingy?
Marijn
- --
If you cannot read my mind, t
es).
In the context of which problem are you brainstorming?
Marijn
- --
If you cannot read my mind, then listen to what I say.
Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML
<http://www.gentoo.org/proj/en/lisp/>, #gentoo-{lisp,ml} on FreeNode
-BEGIN PGP SIGNATURE-
Version:
nctions will call die unconditionally.
What is the reason that we are trying to generalize non-fatal from a simple
switch to a full-blown primitive that should handle whatever it's thrown?
Marijn
- --
If you cannot read my mind, then listen to what I say.
Marijn Schouten (hkBst), Gentoo Lisp p
;, `b', `c' and
possibly `off'. This is really the situation where my proposal shines. This
covers the situation where you need an implementation of $proglang but don't
care whether it is $progimpl-lolcat, $progimpl-fuzzycat, $progimpl-dog or any
one of a number of other supp
stable/testing
> koffice (2.0.2) 1.6.3
There has been koffice-meta-2.0.2 for a while.
> mysql (5.1.38) 5.0.84
> perl (5.10.1)5.8.8
> php (5.3.0) 5.2.10
> samba (3.4.1)3.3.7
Marijn
- --
If you cannot read my mind, then listen to what I say.
Marijn Schoute
builds that still use it. After the
stable version has begun using EAPI 2 use deps, then all uses of built_with_use
in other versions can be considered obsolete and those ebuilds can be removed in
one fell sweep if need be.
Marijn
- --
If you cannot read my mind, then listen to what I say.
Marijn
On Friday 18 December 2009 14:00:06 Fabian Groffen wrote:
> As promised, here is the slimmed down version of the Prefix quiz. As
> requested, I'll post the answers on -core.
>
>
> Prefix development quiz (Zero taste)
>
> ** when porting ebuilds for Gentoo Prefix, one will get confronted with
>
Hi,
I am planning on going to ``FOSS Nigeria 2010'' (http://fossnigeria.org/) and
have been asked to do a presentation on Gentoo. My current expectation is that
they are expecting and would benefit most from a very basic introduction. If
anyone has anything like that (doesn't even have to be compl
On Thursday 25 March 2010 20:05:17 Arfrever Frehtes Taifersar Arahesis wrote:
> 2010-03-25 19:34:24 Roy Bamford napisał(a):
> > On 2010.03.24 21:12, William Hubbs wrote:
> > The case where Python-3 cannot be used as the default Python is
> > transitory (it may be a long time).
>
> Gentoo Python P
101 - 146 of 146 matches
Mail list logo