polynomial-c    14/10/03 21:02:14

  Modified:             ChangeLog
  Added:                tevent-0.9.22.ebuild
  Removed:              tevent-0.9.21.ebuild tevent-0.9.20.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 0x981CA6FC)

Revision  Changes    Path
1.71                 sys-libs/tevent/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.71&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.71&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   15 Sep 2014 08:24:20 -0000      1.70
+++ ChangeLog   3 Oct 2014 21:02:14 -0000       1.71
@@ -1,6 +1,14 @@
 # ChangeLog for sys-libs/tevent
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.70 2014/09/15 
08:24:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.71 2014/10/03 
21:02:14 polynomial-c Exp $
+
+*tevent-0.9.22 (03 Oct 2014)
+
+  03 Oct 2014; Lars Wendler <polynomia...@gentoo.org> -tevent-0.9.20.ebuild,
+  -tevent-0.9.21.ebuild, +tevent-0.9.22.ebuild,
+  -files/add-py-file-0.9.14.patch, -files/add-py-file.patch,
+  -files/tevent-version.patch:
+  Version bump. Removed old.
 
   15 Sep 2014; Agostino Sarubbo <a...@gentoo.org> tevent-0.9.21-r1.ebuild:
   Stable for sparc, wrt bug #512012



1.1                  sys-libs/tevent/tevent-0.9.22.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.22.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.22.ebuild?rev=1.1&content-type=text/plain

Index: tevent-0.9.22.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.22.ebuild,v 1.1 
2014/10/03 21:02:14 polynomial-c Exp $

EAPI=5
PYTHON_COMPAT=( python2_{6,7} )

inherit waf-utils multilib-minimal python-single-r1

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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
IUSE="python"

RDEPEND=">=sys-libs/talloc-2.1.0[python?,${MULTILIB_USEDEP}]
        python? ( ${PYTHON_DEPS} )"

DEPEND="${RDEPEND}
        >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
        ${PYTHON_DEPS}
"
# build system does not work with python3
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

WAF_BINARY="${S}/buildtools/bin/waf"

pkg_setup() {
        python-single-r1_pkg_setup
}

src_prepare() {
        multilib_copy_sources
}

multilib_src_configure() {
        waf-utils_src_configure \
                $(multilib_native_usex python '' '--disable-python')
}

multilib_src_compile() {
        # need to avoid parallel building, this looks like the sanest way with 
waf-utils/multiprocessing eclasses
        unset MAKEOPTS
        waf-utils_src_compile
}

multilib_src_install() {
        waf-utils_src_install

        multilib_is_native_abi && use python && python_domodule tevent.py
}




Reply via email to