diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-09-13 19:00:54 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-09-13 19:00:54 +0000 |
commit | 40c157fa78fea1cad266ff5c1de4dbe428d53bcd (patch) | |
tree | 952634c76dfd1be2cf5997d8fec3560e5acfb53f /sys-libs/tevent/tevent-0.9.12.ebuild | |
parent | [bump] dev-perl/Email-Sender-0.120.2 (diff) | |
download | gentoo-2-40c157fa78fea1cad266ff5c1de4dbe428d53bcd.tar.gz gentoo-2-40c157fa78fea1cad266ff5c1de4dbe428d53bcd.tar.bz2 gentoo-2-40c157fa78fea1cad266ff5c1de4dbe428d53bcd.zip |
Stabilise latest on amd64 and x86. Drop older.
(Portage version: 2.2.0_alpha125/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/tevent/tevent-0.9.12.ebuild')
-rw-r--r-- | sys-libs/tevent/tevent-0.9.12.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sys-libs/tevent/tevent-0.9.12.ebuild b/sys-libs/tevent/tevent-0.9.12.ebuild deleted file mode 100644 index e24a92e5670e..000000000000 --- a/sys-libs/tevent/tevent-0.9.12.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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 -} |