Metadata-Version: 1.0
Name: babtools_gentoo
Version: 0.3.3
Summary: Some tools for the casual Gentoo user and ebuild dabbler. 
Home-page: http://freehg.org/u/ArneBab/babtools_gentoo
Author: Arne Babenhauserheide
Author-email: arne_bab@web.de
License: GNU GPL-3 or later
Description: 
        
        Info and API: http://rakjar.de/babtools_gentoo/apidocs/
        
        Some tools for working with Gentoo.
        
        
        Usage:
        - babtools_gentoo.py cmd [OPTIONS]
        
        for default usage, or
        
        - babtools_gentoo.py --help
        
        for getting help
        
        
        Avaible commands:
        - ebuild_to_local CP
        
        CP (cathegory/package) in the simple form dev-lang/python or similar. CPVs (cathegory/package-version) aren't supported, yet.
        
        - ebuild_download_to_local CP URL
        
        Download an ebuild from bugs.gentoo.org to the local portage tree.
        
        
        Examples:
        - sudo babtools_gentoo.py ebuild_to_local dev-lang/python
        
        copy dev-lang/python into the local overlay
        
        - sudo python babtools_gentoo.py ebuild_download_to_local games-rpg/vegastrike http://bugs.gentoo.org/attachment.cgi?id=151789
        
        Download the ebuild for games-rpg/vegastrike from bugs.gentoo.org and digest it.
        
        
        Source URL (Mercurial): U{http://freehg.org/u/ArneBab/babtools_gentoo/}
        
        PyPI URL: U{http://pypi.python.org/pypi/babtools_gentoo}
        
Keywords: Gentoo,local ebuilds,download and digest ebuilds,convenience
Platform: Any Gentoo
