mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-04 04:33:32 +02:00
Added vimwiki2html ebuild
This commit is contained in:
@@ -10,7 +10,7 @@ inherit git-r3 distutils-r1
|
||||
DESCRIPTION="Camera controls for Linux "
|
||||
HOMEPAGE="https://github.com/soyersoyer/cameractrls"
|
||||
EGIT_REPO_URI="https://github.com/gryf/cameractrls"
|
||||
IUSE="-daemon doc gtk3 -gtk4 ptz view"
|
||||
IUSE="-daemon gtk3 -gtk4 ptz view"
|
||||
|
||||
LICENSE="LGPLv3+"
|
||||
SLOT="0"
|
||||
@@ -25,39 +25,3 @@ DEPEND="
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
#python_compile(){
|
||||
#}
|
||||
#
|
||||
#python_install() {
|
||||
# if use gtk4; then
|
||||
# python_newscript cameractrlsgtk4.py cameractrlsgtk4
|
||||
# elif use gtk3; then
|
||||
# python_newscript cameractrlsgtk.py cameractrlsgtk
|
||||
# fi
|
||||
#
|
||||
# if use daemon; then
|
||||
# python_newscript cameractrlsd.py cameractrlsd
|
||||
# fi
|
||||
#
|
||||
# if use ptz; then
|
||||
# python_newscript cameraptzgame.py cameraptzgame
|
||||
# python_newscript cameraptzmidi.py cameraptzmidi
|
||||
# python_newscript cameraptzspnav.py cameraptzspnav
|
||||
# fi
|
||||
#
|
||||
# if use view; then
|
||||
# python_newscript cameraview.py cameraview
|
||||
# fi
|
||||
#
|
||||
# python_domodule pysvn
|
||||
#}
|
||||
#
|
||||
#python_install_all() {
|
||||
# use doc && local HTML_DOCS=( Docs/. )
|
||||
# if use examples; then
|
||||
# docinto examples
|
||||
# dodoc -r Examples/Client/.
|
||||
# docompress -x /usr/share/doc/${PF}/examples
|
||||
# fi
|
||||
#}
|
||||
|
||||
Reference in New Issue
Block a user