Metadata-Version: 1.1
Name: babtools-gentoo
Version: 0.4.0
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/
        
        babtools_gentoo: 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.
        
        - emerge_from_pypi PACKAGE
        
        Create an ebuild from a project in PyPI, put it into package.keywords and install it.
        Honors package.keywords directories.
        It only puts the directly named PACKAGE into package.keywords as dev-python/PACKAGE
        but doesn't put the dependencies into package.keywords.
        
        
        Examples:
        - sudo babtools_gentoo.py ebuild_to_local dev-lang/python
        
        copy dev-lang/python into the local overlay
        
        - sudo 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.
        
        - sudo babtools_gentoo.py emerge_from_pypi magma
        
        Create an ebuild for "magma" from the PyPI and emerge 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
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Environment :: Console
Classifier: Development Status :: 3 - Alpha
Requires: portage
Requires: g_pypi
