Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 496400

Summary: net-libs/pjsip-2.1-r1: should use distutils-r1.eclass, has missing dev-lang/python dep and REQUIRED_USE
Product: Gentoo Linux Reporter: Nikoli <nikoli>
Component: [OLD] LibraryAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED WONTFIX    
Severity: normal CC: dschridde+gentoobugs
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 495858    

Description Nikoli 2013-12-29 15:00:07 UTC
Ebuild should use distutils-r1.eclass instead of this:
        if use python; then
                pushd pjsip-apps/src/python
                python setup.py install --prefix="${D}/usr/"
                popd
        fi

Also ebuild does not check exit codes of these commands and has missing dev-lang/python run time and build time depend and missing line:
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
Comment 1 Pacho Ramos gentoo-dev 2015-02-03 14:59:46 UTC
removed