Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 479724 - app-shells/gentoo-bashcomp-20121024 stable request
Summary: app-shells/gentoo-bashcomp-20121024 stable request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Keywording and Stabilization (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Ryan Hill (RETIRED)
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2013-08-04 14:30 UTC by Sergey Popov
Modified: 2013-09-05 06:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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