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 '
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 pr
В Втр, 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 x11-b
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 a
-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
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 differ
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.1&view=markup plain:
> >
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 und
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
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,
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.1&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo-
"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 clea
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 por
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.1&view=markup
> plain:
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/flu
On 17:38 Tue 09 Oct , Matthias Schwarzott (zzam) wrote:
> 1.1 media-plugins/vdr-radio/vdr-radio-0.2.4.ebuild
>
> file :
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.4.ebuild?rev=1.1&view=markup
> plain:
> http://sources.gentoo.org/v
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.1&view=markup
> plain:
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/n
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.1&view=markup
> plain:
> http://sources.gentoo.org/viewcvs.py/gent
# 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
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
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.1&view=markup
> plain:
> http://sources.gentoo.org/vi
-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 pac
# Steve Dibb <[EMAIL PROTECTED]> (11 Aug 2007)
# Old, unmaintained, pending removal
www-client/planet
punted
--
[EMAIL PROTECTED] mailing list
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
local:
On 04:22 Wed 10 Oct , Steve Dibb (beandog) wrote:
> 1.1 media-video/mplayer/mplayer-1.0_rc2.ebuild
>
> file :
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/mplayer-1.0_rc2.ebuild?rev=1.1&view=markup
> plain:
> http://sources.gentoo.org/viewcvs.py/gent
24 matches
Mail list logo