diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2011-09-27 20:27:52 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2011-09-27 20:27:52 +0000 |
commit | e6e3f12831b579b10170ddd39bd94f9b384f5a5e (patch) | |
tree | b912f87476a511504348e9a2db5cbf4070821625 /sys-libs | |
parent | Version bump; remove old (diff) | |
download | gentoo-2-e6e3f12831b579b10170ddd39bd94f9b384f5a5e.tar.gz gentoo-2-e6e3f12831b579b10170ddd39bd94f9b384f5a5e.tar.bz2 gentoo-2-e6e3f12831b579b10170ddd39bd94f9b384f5a5e.zip |
Version bump to 0.9.14
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/tevent/ChangeLog | 8 | ||||
-rw-r--r-- | sys-libs/tevent/tevent-0.9.11.ebuild | 33 | ||||
-rw-r--r-- | sys-libs/tevent/tevent-0.9.14.ebuild | 28 | ||||
-rw-r--r-- | sys-libs/tevent/tevent-0.9.8.ebuild | 49 |
4 files changed, 35 insertions, 83 deletions
diff --git a/sys-libs/tevent/ChangeLog b/sys-libs/tevent/ChangeLog index 339dc50a6166..80af22857aff 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.7 2011/08/14 09:58:07 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.8 2011/09/27 20:27:52 vostorga Exp $ + +*tevent-0.9.14 (27 Sep 2011) + + 27 Sep 2011; Víctor Ostorga <vostorga@gentoo.org> -tevent-0.9.8.ebuild, + -tevent-0.9.11.ebuild, +tevent-0.9.14.ebuild: + Version bump to 0.9.14 14 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> tevent-0.9.12.ebuild: Marked ~ppc/~ppc64 wrt #377809 diff --git a/sys-libs/tevent/tevent-0.9.11.ebuild b/sys-libs/tevent/tevent-0.9.11.ebuild deleted file mode 100644 index d57944509e7f..000000000000 --- a/sys-libs/tevent/tevent-0.9.11.ebuild +++ /dev/null @@ -1,33 +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.11.ebuild,v 1.1 2011/04/02 13:53:40 patrick Exp $ - -EAPI="2" - -inherit confutils eutils - -DESCRIPTION="Samba tevent library" -HOMEPAGE="http://tevent.samba.org/" -SRC_URI="http://samba.org/ftp/tevent/${P}.tar.gz" -LICENSE="GPL-3" -IUSE="" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" - -DEPEND="sys-libs/talloc" -RDEPEND="${DEPEND}" - -src_configure() { - econf \ - --sysconfdir=/etc/samba \ - --localstatedir=/var \ - || die "econf failed" -} - -src_compile() { - emake all || die "emake all failed" -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" -} diff --git a/sys-libs/tevent/tevent-0.9.14.ebuild b/sys-libs/tevent/tevent-0.9.14.ebuild new file mode 100644 index 000000000000..1fc7d9d10cb5 --- /dev/null +++ b/sys-libs/tevent/tevent-0.9.14.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.14.ebuild,v 1.1 2011/09/27 20:27: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 ~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 +} diff --git a/sys-libs/tevent/tevent-0.9.8.ebuild b/sys-libs/tevent/tevent-0.9.8.ebuild deleted file mode 100644 index 080ce84f09f1..000000000000 --- a/sys-libs/tevent/tevent-0.9.8.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.8.ebuild,v 1.3 2009/11/04 11:47:20 patrick Exp $ - -EAPI="2" - -inherit confutils eutils autotools - -DESCRIPTION="Samba tevent library" -HOMEPAGE="http://tevent.samba.org/" -SRC_URI="http://samba.org/ftp/tevent/${P}.tar.gz" -LICENSE="GPL-3" -IUSE="" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" - -DEPEND="sys-libs/talloc" -RDEPEND="${DEPEND}" - -src_prepare() { - eautoconf -Ilibreplace - -} - -src_configure() { - - econf \ - --sysconfdir=/etc/samba \ - --localstatedir=/var \ - --enable-largefile \ - || die "econf failed" - -} - -src_compile() { - - emake dirs || die "emake dirs failed" - emake showflags || die "emake showflags failed" - emake shared-build || die "emake shared-build failed" - -} - -src_install() { - - emake install DESTDIR="${D}" || die "emake install failed" - dolib.a sharedbuild/lib/libtevent.a - dolib.so sharedbuild/lib/libtevent.so - -} |