Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 479724

Summary: app-shells/gentoo-bashcomp-20121024 stable request
Product: Gentoo Linux Reporter: Sergey Popov <pinkbyte>
Component: [OLD] Keywording and StabilizationAssignee: Ryan Hill (RETIRED) <rhill>
Status: RESOLVED FIXED    
Severity: enhancement CC: shell-tools
Priority: Normal Keywords: STABLEREQ
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sergey Popov gentoo-dev 2013-08-04 14:30:14 UTC
For example, _portdir function definition in current stable(20101217-r1) is:

_portdir()
{
    (
    source /usr/share/portage/config/make.globals 2>/dev/null
    source /etc/make.conf 2>/dev/null

    echo ${PORTDIR}
    if [[ $1 == '-o' ]] ; then
        echo ${PORTDIR_OVERLAY}
    fi
    )
}

when in current unstable(20121024) it is:

_portdir()
{
    (
    source /usr/share/portage/config/make.globals 2>/dev/null
    source /etc/make.conf 2>/dev/null
    source /etc/portage/make.conf 2>/dev/null

    echo ${PORTDIR}
    if [[ $1 == '-o' ]] ; then
        echo ${PORTDIR_OVERLAY}
    fi
    )
}

My suggestion: stabilize latest version
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-08-06 17:10:10 UTC
Stable for HPPA.
Comment 2 Agostino Sarubbo gentoo-dev 2013-08-07 14:59:03 UTC
amd64 stable
Comment 3 Agostino Sarubbo gentoo-dev 2013-08-10 12:55:29 UTC
ppc stable
Comment 4 Agostino Sarubbo gentoo-dev 2013-08-10 13:02:23 UTC
arm stable
Comment 5 Agostino Sarubbo gentoo-dev 2013-08-10 13:24:05 UTC
ppc64 stable
Comment 6 Agostino Sarubbo gentoo-dev 2013-08-13 09:40:39 UTC
alpha stable
Comment 7 Agostino Sarubbo gentoo-dev 2013-08-18 13:28:38 UTC
x86 stable
Comment 8 Agostino Sarubbo gentoo-dev 2013-08-29 19:53:24 UTC
ia64 stable