You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-libs/tevent/tevent-0.9.12.ebuild

29 lines
662 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.12.ebuild,v 1.3 2011/08/14 09:58:07 xarthisius Exp $
EAPI=3
PYTHON_DEPEND="2"
inherit waf-utils python
DESCRIPTION="Samba tevent library"
HOMEPAGE="http://tevent.samba.org/"
SRC_URI="http://samba.org/ftp/tevent/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
DEPEND=">=sys-libs/talloc-2.0.5
>=dev-lang/python-2.4.2"
RDEPEND="${DEPEND}"
WAF_BINARY="${S}/buildtools/bin/waf"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}