public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: ChangeLog tevent-0.9.12.ebuild
@ 2011-06-28 17:21 Victor Ostorga (vostorga)
  0 siblings, 0 replies; 3+ messages in thread
From: Victor Ostorga (vostorga) @ 2011-06-28 17:21 UTC (permalink / raw
  To: gentoo-commits

vostorga    11/06/28 17:21:53

  Modified:             ChangeLog
  Added:                tevent-0.9.12.ebuild
  Log:
  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)

Revision  Changes    Path
1.5                  sys-libs/tevent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	2 Apr 2011 13:53:40 -0000	1.4
+++ ChangeLog	28 Jun 2011 17:21:52 -0000	1.5
@@ -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)
 



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

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

Index: tevent-0.9.12.ebuild
===================================================================
# 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
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: ChangeLog tevent-0.9.12.ebuild
@ 2011-07-07  4:20 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2011-07-07  4:20 UTC (permalink / raw
  To: gentoo-commits

aballier    11/07/07 04:20:06

  Modified:             ChangeLog tevent-0.9.12.ebuild
  Log:
  keyword ~x86-fbsd
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sys-libs/tevent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	28 Jun 2011 17:21:52 -0000	1.5
+++ ChangeLog	7 Jul 2011 04:20:06 -0000	1.6
@@ -1,6 +1,9 @@
 # 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.5 2011/06/28 17:21:52 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.6 2011/07/07 04:20:06 aballier Exp $
+
+  07 Jul 2011; Alexis Ballier <aballier@gentoo.org> tevent-0.9.12.ebuild:
+  keyword ~x86-fbsd
 
 *tevent-0.9.12 (28 Jun 2011)
 



1.2                  sys-libs/tevent/tevent-0.9.12.ebuild

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

Index: tevent-0.9.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tevent-0.9.12.ebuild	28 Jun 2011 17:21:52 -0000	1.1
+++ tevent-0.9.12.ebuild	7 Jul 2011 04:20:06 -0000	1.2
@@ -1,6 +1,6 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.12.ebuild,v 1.2 2011/07/07 04:20:06 aballier Exp $
 
 EAPI=3
 PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=">=sys-libs/talloc-2.0.5






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: ChangeLog tevent-0.9.12.ebuild
@ 2011-08-14  9:58 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 3+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-08-14  9:58 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/08/14 09:58:07

  Modified:             ChangeLog tevent-0.9.12.ebuild
  Log:
  Marked ~ppc/~ppc64 wrt #377809
  
  (Portage version: 2.2.0_alpha50/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sys-libs/tevent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	7 Jul 2011 04:20:06 -0000	1.6
+++ ChangeLog	14 Aug 2011 09:58:07 -0000	1.7
@@ -1,6 +1,9 @@
 # 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.6 2011/07/07 04:20:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.7 2011/08/14 09:58:07 xarthisius Exp $
+
+  14 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> tevent-0.9.12.ebuild:
+  Marked ~ppc/~ppc64 wrt #377809
 
   07 Jul 2011; Alexis Ballier <aballier@gentoo.org> tevent-0.9.12.ebuild:
   keyword ~x86-fbsd



1.3                  sys-libs/tevent/tevent-0.9.12.ebuild

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

Index: tevent-0.9.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tevent-0.9.12.ebuild	7 Jul 2011 04:20:06 -0000	1.2
+++ tevent-0.9.12.ebuild	14 Aug 2011 09:58:07 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.2 2011/07/07 04:20:06 aballier Exp $
+# $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"
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=">=sys-libs/talloc-2.0.5






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-14  9:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-28 17:21 [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: ChangeLog tevent-0.9.12.ebuild Victor Ostorga (vostorga)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-07  4:20 Alexis Ballier (aballier)
2011-08-14  9:58 Kacper Kowalik (xarthisius)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox