~fauli/g-ctan/2010

« back to all changes in this revision

Viewing changes to g-ctan

  • Committer: Christian Faulhammer
  • Date: 2010-04-13 14:53:54 UTC
  • Revision ID: fauli@gentoo.org-20100413145354-h7xxpi0d08vyc8u5
merge from 2009 branch revision 530

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    check_availability
38
38
    if [[ "$?" == "30" ]]
39
39
    then
40
 
        failure "${PN} is not known to me.  Either get a new package database or correct the package name."
 
40
        failure "${PN} is not known to me.  Either get a new package database or correct the package name.  This error can happen for valid package names if there has been no update since the current TeXLive version."
41
41
        exit 30
42
42
    fi
43
43
    message "Creating ebuild for g-ctan/${PN} ..."