Files
for-gentoo/x11-misc/obapps/obapps-0.1.7.ebuild
T
Sławomir Nizio c20035c83c [x11-misc/obapps] new, requested in bug 3773
Ebuild from Sunrise.
2012-11-16 22:44:19 +01:00

28 lines
523 B
Bash

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
DESCRIPTION="A graphical editor for Openbox application settings"
HOMEPAGE="http://obapps.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
dev-python/python-xlib
dev-python/wxpython:2.8
"
PYTHON_MODNAME="obaxutils.py"