diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2011-06-28 17:21:52 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2011-06-28 17:21:52 +0000 |
commit | 87951ccd7f8d3e3d02dca9eb982d6cd39d9cd418 (patch) | |
tree | 7243c204f0b7a4dbde25872f48b01519d4192ffd /sys-libs/tevent | |
parent | Non-maintainer commit: Removing ebuild depending on older PHP versions. Bug 3... (diff) | |
download | gentoo-2-87951ccd7f8d3e3d02dca9eb982d6cd39d9cd418.tar.gz gentoo-2-87951ccd7f8d3e3d02dca9eb982d6cd39d9cd418.tar.bz2 gentoo-2-87951ccd7f8d3e3d02dca9eb982d6cd39d9cd418.zip |
Version bump to 0.9.12, moving to waf, ebuild thanks to Ewoud Kohl van Wijngaarden <gentoo@kohlvanwijngaarden.nl> bug 373311
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'sys-libs/tevent')
-rw-r--r-- | sys-libs/tevent/ChangeLog | 8 | ||||
-rw-r--r-- | sys-libs/tevent/tevent-0.9.12.ebuild | 28 |
2 files changed, 35 insertions, 1 deletions
diff --git a/sys-libs/tevent/ChangeLog b/sys-libs/tevent/ChangeLog index c2f08bf48db7..bbdd488cea7a 100644 --- a/sys-libs/tevent/ChangeLog +++ b/sys-libs/tevent/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-libs/tevent # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.4 2011/04/02 13:53:40 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.5 2011/06/28 17:21:52 vostorga Exp $ + +*tevent-0.9.12 (28 Jun 2011) + + 28 Jun 2011; Víctor Ostorga <vostorga@gentoo.org> +tevent-0.9.12.ebuild: + Version bump to 0.9.12, moving to waf, ebuild thanks to Ewoud Kohl van + Wijngaarden <gentoo@kohlvanwijngaarden.nl> bug 373311 *tevent-0.9.11 (02 Apr 2011) diff --git a/sys-libs/tevent/tevent-0.9.12.ebuild b/sys-libs/tevent/tevent-0.9.12.ebuild new file mode 100644 index 000000000000..148ecb8ae070 --- /dev/null +++ b/sys-libs/tevent/tevent-0.9.12.ebuild @@ -0,0 +1,28 @@ +# 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.1 2011/06/28 17:21:52 vostorga 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 ~ppc64 ~x86" +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 +} |