Re: [gentoo-dev] New eclasses for XEmacs lisp

2007-09-08 Thread Marijn Schouten (hkBst)
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

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-scheme/bigloo: ChangeLog bigloo-3.0b_p2.ebuild

2007-09-25 Thread Marijn Schouten (hkBst)
-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

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-scheme/hop: metadata.xml ChangeLog hop-1.7.0.ebuild Manifest

2007-09-26 Thread Marijn Schouten (hkBst)
-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

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-scheme/bigloo: ChangeLog bigloo-3.0b_p2.ebuild

2007-09-26 Thread Marijn Schouten (hkBst)
-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

[gentoo-dev] guile-1.8 prestabilization

2007-09-26 Thread Marijn Schouten (hkBst)
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

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-scheme/bigloo: ChangeLog bigloo-3.0b_p2.ebuild

2007-09-27 Thread Marijn Schouten (hkBst)
-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

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-scheme/bigloo: ChangeLog bigloo-3.0b_p2.ebuild

2007-09-27 Thread Marijn Schouten (hkBst)
-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/

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in x11-libs/qt: ChangeLog qt-4.3.2.ebuild

2007-10-04 Thread Marijn Schouten (hkBst)
=$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

Re: [gentoo-dev] Re: use flags -> use options

2007-10-08 Thread Marijn Schouten (hkBst)
-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

Re: [gentoo-dev] Re: use flags -> use options

2007-10-08 Thread Marijn Schouten (hkBst)
-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

Re: [gentoo-dev] Re: use flags -> use options

2007-10-09 Thread Marijn Schouten (hkBst)
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

Re: [gentoo-dev] Re: lame use flag, local to global

2007-10-12 Thread Marijn Schouten (hkBst)
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

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-16 Thread Marijn Schouten (hkBst)
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.

Re: [gentoo-dev] Re: repoman - I cannot handle it...

2007-10-21 Thread Marijn Schouten (hkBst)
-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

Re: [gentoo-dev] Opinions Wanted - Arrays again :)

2007-10-25 Thread Marijn Schouten (hkBst)
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 &

[gentoo-dev] allowed in SRC_URI?

2007-10-26 Thread Marijn Schouten (hkBst)
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

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-p2p/deluge: ChangeLog deluge-0.5.6.2.ebuild deluge-0.5.6.1.ebuild

2007-10-31 Thread Marijn Schouten (hkBst)
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

Re: [gentoo-dev] New global USE flag: modplug

2007-11-02 Thread Marijn Schouten (hkBst)
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 <

Re: [gentoo-dev] New global USE flag: modplug

2007-11-02 Thread Marijn Schouten (hkBst)
-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

Re: [gentoo-dev] More general interface to use flags

2007-11-02 Thread Marijn Schouten (hkBst)
-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

Re: [gentoo-dev] More general interface to use flags

2007-11-02 Thread Marijn Schouten (hkBst)
-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

Re: [gentoo-dev] More general interface to use flags

2007-11-02 Thread Marijn Schouten (hkBst)
-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}" ]

Re: [gentoo-dev] New global USE flag: modplug

2007-11-02 Thread Marijn Schouten (hkBst)
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 <

[gentoo-dev] More general interface to use flags

2007-11-02 Thread Marijn Schouten (hkBst)
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

Re: [gentoo-dev] RFC: cmake.eclass

2007-11-04 Thread Marijn Schouten (hkBst)
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

src_fetch (was Re: [gentoo-dev] EAPI 1 (Was: Re: Monthly Gentoo Council Reminder for April))

2007-11-09 Thread Marijn Schouten (hkBst)
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)

Re: [gentoo-dev] Re: New eclass: cmake-utils.eclass

2007-11-09 Thread 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

Re: [gentoo-dev] Re: New eclass: cmake-utils.eclass

2007-11-09 Thread Marijn Schouten (hkBst)
-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

Re: [gentoo-dev] Phase invariancy and exclusivity requirements

2007-11-12 Thread Marijn Schouten (hkBst)
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

Re: [gentoo-dev] New eclass: emul-linux-x86.eclass

2007-11-14 Thread Marijn Schouten (hkBst)
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

Re: [gentoo-dev] New developer: Justin Bronder (jsbronder)

2007-11-16 Thread Marijn Schouten (hkBst)
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

Re: [gentoo-dev] [RFC] Features and documentation

2007-11-28 Thread Marijn Schouten (hkBst)
? 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

Re: [gentoo-dev] RFC: categorizing RDEPEND to help --newuse

2007-12-07 Thread Marijn Schouten (hkBst)
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

Re: [gentoo-dev] Projects and subproject status

2008-01-16 Thread Marijn Schouten (hkBst)
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

[gentoo-dev] Re: [gentoo-dev-announce] QA last rites for x11-libs/ViewKlass

2009-07-13 Thread Marijn Schouten (hkBst)
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

Re: [gentoo-dev] Re: Problems with the current bzr eclass.

2009-07-13 Thread Marijn Schouten (hkBst)
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

Re: [gentoo-dev] Last rites: 14 X input drivers

2009-07-13 Thread Marijn Schouten (hkBst)
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

Re: [gentoo-dev] gpe-games: new category

2009-07-15 Thread Marijn Schouten (hkBst)
; > 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

Re: [gentoo-dev] Support for multiple ABIs (for Python modules etc.)

2009-07-26 Thread Marijn Schouten (hkBst)
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:

Re: [gentoo-dev] Re: EAPI 3 and "nonfatal die"

2009-08-25 Thread Marijn Schouten (hkBst)
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

Re: [gentoo-dev] [RFC] USE flags requirements (EAPI-4 ?)

2009-08-31 Thread Marijn Schouten (hkBst)
;, `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

Re: [gentoo-dev] DistroWatch and Gentoo packages: status quo and future

2009-09-12 Thread Marijn Schouten (hkBst)
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

Re: [gentoo-dev] Unused ebuild built_with_use cleanup

2009-10-07 Thread Marijn Schouten (hkBst)
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

Re: [gentoo-dev] Gentoo Prefix Lite Quiz

2009-12-28 Thread Marijn Schouten (hkBst)
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 >

[gentoo-dev] up-to-date presentations on Gentoo?

2010-01-29 Thread Marijn Schouten (hkBst)
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

Re: [gentoo-dev] Python 3.1: Stabilization and news item

2010-03-26 Thread Marijn Schouten (hkBst)
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

<    1   2