Gentoo Logo
Gentoo Spaceship

Installation:
Gentoo Handbook
Installation Docs

Documentation:
Home
Listing
About Gentoo
Philosophy
Social Contract

Resources:
Bug Tracker
Developer List
Discussion Forums
Gentoo BitTorrents
Gentoo Linux Enhancement Proposals
IRC Channels
Mailing Lists
Mirrors
Name and Logo Guidelines
Online Package Database
Security Announcements
Staffing Needs
Supporting Vendors
View our CVS

Graphics:
Logos and themes
Icons
ScreenShots

Miscellaneous Resources:
Gentoo Linux Store
Gentoo-hosted projects
IBM dW/Intel article archive




List Archive: gentoo-dev
Navigation:
Lists: gentoo-dev: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-dev@g.o
From: Tiziano Müller <dev-zero@g.o>
Subject: Re: Gentoo Council Reminder for March 26
Date: Thu, 26 Mar 2009 07:39:22 +0100
Am Mittwoch, den 25.03.2009, 23:26 +0000 schrieb Ciaran McCreesh:
> On Mon, 23 Mar 2009 09:08:37 +0100
> Tiziano Müller <dev-zero@g.o> wrote:
> > > 8) EAPI 3 requires doins support for symlinks
> >
> > Current behaviour is to copy the file the symlink points to, right?
> 
> No, current behaviour is undefined for not a file.

from ebuild-helpers/doins:
_doins() {
    local mysrc="$1" mydir="$2" cleanup="" rval

    if [ -L "$mysrc" ] ; then
        cp "$mysrc" "$TMP/2"
        mysrc="$TMP/2/${mysrc##*/}"
        cleanup=${mysrc}
    fi
[...]
seems like it's copying the target of the symlink.

> 
> > > 14) EAPI 3 supports pkg_info on installed packages
> > you probably mean: uninstalled
> 
> Yup. The diff's right, just the commit message that's wrong.
> 
> > > 15) USE is stricter in EAPI 3
> >
> > Proper documentation for IUSE_IMPLICIT/USE_EXPAND_IMPLICIT is needed.
> > In the PMS draft there's only a reference to section 11.1.1, but in
> > that section is nothing about it.
> 
> I'm still not sure a) whether we want those, b) how exactly they work
> or c) whether there's any chance at all of Portage supporting this in
> the time we're after.
It completely depends on whether people agree that every USE flag should
be stated in IUSE or not.

> 
> > > 20) EAPI 3 has doexample.
> > Including "-r" or implicit recursive?
> 
> Nope.
Well, I think I want "-r" then.

Attachment:
signature.asc (Dies ist ein digital signierter Nachrichtenteil)
References:
Gentoo Council Reminder for March 26
-- Donnie Berkholz
Re: Gentoo Council Reminder for March 26
-- Ciaran McCreesh
Re: Gentoo Council Reminder for March 26
-- Tiziano Müller
Re: Gentoo Council Reminder for March 26
-- Ciaran McCreesh
Navigation:
Lists: gentoo-dev: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
Re: Gentoo Council Reminder for March 26
Next by thread:
Re: Gentoo Council Reminder for March 26
Previous by date:
Re: newins "-" for standard input?
Next by date:
Re: Gentoo Council Reminder for March 26


Updated Jun 17, 2009

Donate to support our development efforts.

Gentoo Centric Hosting: vr.org

VR Hosted

Tek Alchemy

Tek Alchemy

SevenL.net

SevenL.net

php|architect

php|architect

Copyright 2001-2007 Gentoo Foundation, Inc. Questions, Comments? Email www@gentoo.org.