Changeset 42

Show
Ignore:
Timestamp:
05/31/05 03:26:26 (4 years ago)
Author:
athomas
Message:
  • Renamed "info" function calls to "notice".
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bpkg/trunk/bpkg

    r41 r42  
    207207        cd $PORTDIR_OVERLAY/app-misc/$PACKAGE 
    208208        local ebuild=$PACKAGE-$PACKAGEVER.ebuild 
    209         info "Generating ebuild: $ebuild" 
     209        notice "Generating ebuild: $ebuild" 
    210210        cat <<-EOF > $ebuild 
    211211        inherit eutils flag-o-matic 
     
    231231        } 
    232232        EOF 
    233         info "Integrating package into world" 
     233        notice "Integrating package into world" 
    234234        ebuild $ebuild digest 
    235235        emerge $PACKAGE