From 30cdebd33cecdc41dafadac3f68b94e504c169bd Mon Sep 17 00:00:00 2001 From: Victor Ostorga Date: Tue, 27 Sep 2011 20:08:18 +0000 Subject: Version bump to 2.0.7 (Portage version: 2.1.10.11/cvs/Linux i686) --- sys-libs/talloc/ChangeLog | 7 ++++- sys-libs/talloc/talloc-2.0.7.ebuild | 62 +++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+), 1 deletion(-) create mode 100644 sys-libs/talloc/talloc-2.0.7.ebuild (limited to 'sys-libs') diff --git a/sys-libs/talloc/ChangeLog b/sys-libs/talloc/ChangeLog index 7aa81c506286..c6ae99c2c6c9 100644 --- a/sys-libs/talloc/ChangeLog +++ b/sys-libs/talloc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-libs/talloc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.27 2011/08/27 10:28:35 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.28 2011/09/27 20:08:18 vostorga Exp $ + +*talloc-2.0.7 (27 Sep 2011) + + 27 Sep 2011; VĂ­ctor Ostorga +talloc-2.0.7.ebuild: + Version bump to 2.0.7 27 Aug 2011; Fabian Groffen talloc-2.0.5.ebuild: Fix install_names on Darwin, working around tremendously broken diff --git a/sys-libs/talloc/talloc-2.0.7.ebuild b/sys-libs/talloc/talloc-2.0.7.ebuild new file mode 100644 index 000000000000..8a12c3591bc3 --- /dev/null +++ b/sys-libs/talloc/talloc-2.0.7.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild,v 1.1 2011/09/27 20:08:18 vostorga Exp $ + +EAPI=3 +PYTHON_DEPEND="python? 2:2.6" +inherit waf-utils python multilib + +DESCRIPTION="Samba talloc library" +HOMEPAGE="http://talloc.samba.org/" +SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris" +IUSE="compat python" + +RDEPEND="!!