[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-emacs/lua-mode: ChangeLog lua-mode-20070708.ebuild

2007-10-09 Thread Christian Faulhammer
Donnie Berkholz [EMAIL PROTECTED]: On 15:22 Mon 08 Oct , Christian Faulhammer (opfer) wrote: 1.1 app-emacs/lua-mode/lua-mode-20070708.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/lua-mode/lua-mode-20070708.ebuild?rev=1.1view=markup

Re: [gentoo-dev] Modular texlive eclasses up for review

2007-10-09 Thread Roy Marples
On Tue, 2007-10-09 at 01:03 +0200, Alexis Ballier wrote: On Mon, 8 Oct 2007 23:47:31 +0200 Alexis Ballier [EMAIL PROTECTED] wrote: Hi list, Try 2, after dberkholz comments on irc: - replaced test by [] - removed useless use of cat Alexis. grep '^!' ${i} | tr ' ' '=' |sort|uniq

Re: [gentoo-dev] Re: GNU userland and binary package (WAS: RFC: sh versionator.eclass)

2007-10-09 Thread Natanael Copa
On Mon, 2007-10-08 at 20:25 +0100, Steve Long wrote: Natanael Copa wrote: If you're that motivated why not just start hacking on binary support in portage/pkgcore/paludis? There's always open bugs. I think I did contribute with some patches for qmerge in portage-utils. Unfortunally, its

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in x11-base/xorg-x11: xorg-x11-7.2.ebuild xorg-x11-7.3.ebuild ChangeLog

2007-10-09 Thread Peter Volkov
В Втр, 09/10/2007 в 07:43 +, Donnie Berkholz (dberkholz) пишет: dberkholz07/10/09 07:43:50 Modified: xorg-x11-7.2.ebuild xorg-x11-7.3.ebuild ChangeLog Log: Fix quoting issues caught by latest repoman. Revision ChangesPath 1.14

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in x11-base/xorg-x11: xorg-x11-7.2.ebuild xorg-x11-7.3.ebuild ChangeLog

2007-10-09 Thread Donnie Berkholz
On 13:50 Tue 09 Oct , Peter Volkov wrote: XORGCONF=/etc/X11/xorg.conf [...] - sed -i /RgbPath/d ${D}${XORGCONF} + sed -i /RgbPath/d ${D}${XORGCONF} Sorry, but why? What is the difference? Seems $XORGCONF does not contain any spaces inside and both forms are

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

2007-10-09 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marius Mauch wrote: So what you want is a USE_EXPAND version that only allows one value per variable. That wouldn't be terribly difficult to do. I extremely dislike that characterization. What I want is use flags with more than two possible values.

Re: [gentoo-dev] Modular texlive eclasses up for review

2007-10-09 Thread Alexis Ballier
On Tue, 09 Oct 2007 08:13:31 +0100 Roy Marples [EMAIL PROTECTED] wrote: grep '^!' ${i} | tr ' ' '=' |sort|uniq ${T}/jobs Could be done with a 1 sed and 1 sort call, but whatever floats your boat. well as this is very inspired from texlive install-pkg.sh script, I'd prefer not differing that

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-libs/ace: ChangeLog ace-5.6.1.ebuild

2007-10-09 Thread Mike Frysinger
On Monday 08 October 2007, Donnie Berkholz wrote: On 19:52 Sun 07 Oct , Daniel Black (dragonheart) wrote: 1.1 dev-libs/ace/ace-5.6.1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ace/ace-5.6.1.eb uild?rev=1.1view=markup plain:

Re: [gentoo-dev] Modular texlive eclasses up for review

2007-10-09 Thread Roy Marples
On Tue, 2007-10-09 at 13:17 +0200, Alexis Ballier wrote: if [ ${f/config/} != ${f} ] Should be if [ ${f#*config*} != ${f} ] changed that one, the semantics looks better indeed; what is wanted here is to exclude $f containing config. Am I missing something when I understand it as the

Re: [gentoo-dev] Unmasking udev-115-r5

2007-10-09 Thread Matthias Schwarzott
On Freitag, 21. September 2007, Matthias Schwarzott wrote: Hi there! If nobody objects, I will unmask udev-115-r5 (or later if needed) today or tomorrow. There are some rules that got removed between udev-115-r1 and newer version. If you miss anything please contact us. Either these need to

Re: [gentoo-dev] Modular texlive eclasses up for review

2007-10-09 Thread Francesco Riosa
Roy Marples ha scritto: On Tue, 2007-10-09 at 13:17 +0200, Alexis Ballier wrote: if [ ${f/config/} != ${f} ] Should be if [ ${f#*config*} != ${f} ] Should be if [ ${f#*config} != ${f} ] the 2nd asterisk is not needed, symmetry apart changed that one, the semantics looks better

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/evms: ChangeLog evms-2.5.5-r8.ebuild

2007-10-09 Thread Doug Goldstein
Donnie Berkholz wrote: On 22:01 Mon 08 Oct , Doug Goldstein (cardoe) wrote: 1.1 sys-fs/evms/evms-2.5.5-r8.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/evms/evms-2.5.5-r8.ebuild?rev=1.1view=markup plain:

Re: [gentoo-dev] Getting rid of lurking no* USE flags - profile-based package.use

2007-10-09 Thread Jim Ramsay
Robin H. Johnson [EMAIL PROTECTED] wrote: how soon can we start to use it to replace the old crufty no* flags So what's going on here? Do we need to wait for EAPI=1 and use the new IUSE defaults? Or can we use package.use right now? I also have some 'disablefoo' USE flags I want to clear out

[gentoo-dev] Re: Re: GNU userland and binary package (WAS: RFC: sh versionator.eclass)

2007-10-09 Thread Steve Long
Natanael Copa wrote: On Mon, 2007-10-08 at 20:25 +0100, Steve Long wrote: Natanael Copa wrote: If you're that motivated why not just start hacking on binary support in portage/pkgcore/paludis? There's always open bugs. I think I did contribute with some patches for qmerge in

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in x11-wm/fluxbox: ChangeLog fluxbox-1.0.0.ebuild

2007-10-09 Thread Donnie Berkholz
On 14:45 Tue 09 Oct , Jim Ramsay (lack) wrote: 1.1 x11-wm/fluxbox/fluxbox-1.0.0.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/fluxbox/fluxbox-1.0.0.ebuild?rev=1.1view=markup plain:

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-libs/libpcap: ChangeLog libpcap-0.9.8.ebuild libpcap-0.9.4.ebuild

2007-10-09 Thread Donnie Berkholz
On 17:57 Tue 09 Oct , Markus Ullmann (jokey) wrote: 1.1 net-libs/libpcap/libpcap-0.9.8.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpcap/libpcap-0.9.8.ebuild?rev=1.1view=markup plain:

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-analyzer/tcpdump: ChangeLog tcpdump-3.9.8.ebuild

2007-10-09 Thread Donnie Berkholz
On 18:04 Tue 09 Oct , Markus Ullmann (jokey) wrote: 1.1 net-analyzer/tcpdump/tcpdump-3.9.8.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.9.8.ebuild?rev=1.1view=markup plain:

[gentoo-dev] Last rites: app-emacs/ses

2007-10-09 Thread Ulrich Mueller
# Ulrich Mueller [EMAIL PROTECTED] (09 Oct 2007) # Broken. Last upstream release as separate package in 2003; # newer version is included with Emacs 22. # Masked for removal in 30 days, bug #195232. app-emacs/ses -- [EMAIL PROTECTED] mailing list

Re: [gentoo-dev] Monthly Gentoo Council Reminder for October

2007-10-09 Thread Wernfried Haas
Just a quick reminder, the meeting will be on thursday. cheers, Wernfried -- Wernfried Haas (amne) - amne (at) gentoo.org Gentoo Forums - http://forums.gentoo.org forum-mods (at) gentoo.org #gentoo-forums (freenode) pgpYRQfO0VnSE.pgp Description: PGP signature

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-video/vlc: ChangeLog vlc-0.9.0_alpha20071009.ebuild

2007-10-09 Thread Donnie Berkholz
On 22:23 Tue 09 Oct , Alexis Ballier (aballier) wrote: 1.1 media-video/vlc/vlc-0.9.0_alpha20071009.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild?rev=1.1view=markup plain:

Re: [gentoo-dev] Getting rid of lurking no* USE flags - profile-based package.use

2007-10-09 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Ramsay wrote: Robin H. Johnson [EMAIL PROTECTED] wrote: how soon can we start to use it to replace the old crufty no* flags So what's going on here? Do we need to wait for EAPI=1 and use the new IUSE defaults? Or can we use package.use

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

2007-10-09 Thread Steve Dibb
The little lame use flag has started showing up more in local use flags, and all for the same purpose, MP3 support using LAME libraries. I vote we move it into a global use flag. Any objections, let me know. $ quse -D lame local:lame:media-libs/libquicktime: Support LAME mp3 encoding