* [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: tevent-0.9.17.ebuild ChangeLog
@ 2012-09-23 18:44 Victor Ostorga (vostorga)
0 siblings, 0 replies; 14+ messages in thread
From: Victor Ostorga (vostorga) @ 2012-09-23 18:44 UTC (permalink / raw
To: gentoo-commits
vostorga 12/09/23 18:44:44
Modified: ChangeLog
Added: tevent-0.9.17.ebuild
Log:
Version bump to 0.9.17
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.22 sys-libs/tevent/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 20 Sep 2012 17:53:58 -0000 1.21
+++ ChangeLog 23 Sep 2012 18:44:44 -0000 1.22
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/tevent
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.21 2012/09/20 17:53:58 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.22 2012/09/23 18:44:44 vostorga Exp $
+
+*tevent-0.9.17 (23 Sep 2012)
+
+ 23 Sep 2012; Víctor Ostorga <vostorga@gentoo.org> +tevent-0.9.17.ebuild:
+ Version bump to 0.9.17
20 Sep 2012; Tomáš Chvátal <scarabeus@gentoo.org>
+files/add-py-file-0.9.14.patch, +files/tevent-version.patch:
1.1 sys-libs/tevent/tevent-0.9.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.1&content-type=text/plain
Index: tevent-0.9.17.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.1 2012/09/23 18:44:44 vostorga Exp $
EAPI=4
PYTHON_DEPEND="2:2.4"
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 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
RDEPEND=">=sys-libs/talloc-2.0.6[python]"
DEPEND="${RDEPEND}
virtual/pkgconfig
"
WAF_BINARY="${S}/buildtools/bin/waf"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_install() {
waf-utils_src_install
insinto $(python_get_sitedir)
doins tevent.py
}
pkg_postinst() {
python_mod_optimize tevent.py
}
pkg_postrm() {
python_mod_cleanup tevent.py
}
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: tevent-0.9.17.ebuild ChangeLog
@ 2012-11-25 16:45 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-25 16:45 UTC (permalink / raw
To: gentoo-commits
ago 12/11/25 16:45:27
Modified: tevent-0.9.17.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #444686
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.3 sys-libs/tevent/tevent-0.9.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?r1=1.2&r2=1.3
Index: tevent-0.9.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tevent-0.9.17.ebuild 30 Sep 2012 17:56:53 -0000 1.2
+++ tevent-0.9.17.ebuild 25 Nov 2012 16:45:27 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.2 2012/09/30 17:56:53 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.3 2012/11/25 16:45:27 ago Exp $
EAPI=4
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
RDEPEND=">=sys-libs/talloc-2.0.6[python]"
1.24 sys-libs/tevent/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 30 Sep 2012 17:56:53 -0000 1.23
+++ ChangeLog 25 Nov 2012 16:45:27 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/tevent
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.23 2012/09/30 17:56:53 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.24 2012/11/25 16:45:27 ago Exp $
+
+ 25 Nov 2012; Agostino Sarubbo <ago@gentoo.org> tevent-0.9.17.ebuild:
+ Stable for amd64, wrt bug #444686
30 Sep 2012; Mike Gilbert <floppym@gentoo.org> tevent-0.9.16.ebuild,
tevent-0.9.17.ebuild:
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: tevent-0.9.17.ebuild ChangeLog
@ 2012-11-25 16:48 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-25 16:48 UTC (permalink / raw
To: gentoo-commits
ago 12/11/25 16:48:31
Modified: tevent-0.9.17.ebuild ChangeLog
Log:
Stable for x86, wrt bug #444686
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.4 sys-libs/tevent/tevent-0.9.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?r1=1.3&r2=1.4
Index: tevent-0.9.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tevent-0.9.17.ebuild 25 Nov 2012 16:45:27 -0000 1.3
+++ tevent-0.9.17.ebuild 25 Nov 2012 16:48:31 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.3 2012/11/25 16:45:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.4 2012/11/25 16:48:31 ago Exp $
EAPI=4
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
RDEPEND=">=sys-libs/talloc-2.0.6[python]"
1.25 sys-libs/tevent/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 25 Nov 2012 16:45:27 -0000 1.24
+++ ChangeLog 25 Nov 2012 16:48:31 -0000 1.25
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/tevent
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.24 2012/11/25 16:45:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.25 2012/11/25 16:48:31 ago Exp $
+
+ 25 Nov 2012; Agostino Sarubbo <ago@gentoo.org> tevent-0.9.17.ebuild:
+ Stable for x86, wrt bug #444686
25 Nov 2012; Agostino Sarubbo <ago@gentoo.org> tevent-0.9.17.ebuild:
Stable for amd64, wrt bug #444686
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: tevent-0.9.17.ebuild ChangeLog
@ 2012-11-25 18:04 Anthony G. Basile (blueness)
0 siblings, 0 replies; 14+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-11-25 18:04 UTC (permalink / raw
To: gentoo-commits
blueness 12/11/25 18:04:59
Modified: tevent-0.9.17.ebuild ChangeLog
Log:
stable ppc ppc64, bug #444686
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.5 sys-libs/tevent/tevent-0.9.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?r1=1.4&r2=1.5
Index: tevent-0.9.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tevent-0.9.17.ebuild 25 Nov 2012 16:48:31 -0000 1.4
+++ tevent-0.9.17.ebuild 25 Nov 2012 18:04:59 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.4 2012/11/25 16:48:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.5 2012/11/25 18:04:59 blueness Exp $
EAPI=4
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
RDEPEND=">=sys-libs/talloc-2.0.6[python]"
1.26 sys-libs/tevent/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 25 Nov 2012 16:48:31 -0000 1.25
+++ ChangeLog 25 Nov 2012 18:04:59 -0000 1.26
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/tevent
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.25 2012/11/25 16:48:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.26 2012/11/25 18:04:59 blueness Exp $
+
+ 25 Nov 2012; Anthony G. Basile <blueness@gentoo.org> tevent-0.9.17.ebuild:
+ stable ppc ppc64, bug #444686
25 Nov 2012; Agostino Sarubbo <ago@gentoo.org> tevent-0.9.17.ebuild:
Stable for x86, wrt bug #444686
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: tevent-0.9.17.ebuild ChangeLog
@ 2012-11-29 15:38 Jeroen Roovers (jer)
0 siblings, 0 replies; 14+ messages in thread
From: Jeroen Roovers (jer) @ 2012-11-29 15:38 UTC (permalink / raw
To: gentoo-commits
jer 12/11/29 15:38:17
Modified: tevent-0.9.17.ebuild ChangeLog
Log:
Stable for HPPA (bug #444686).
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.6 sys-libs/tevent/tevent-0.9.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?r1=1.5&r2=1.6
Index: tevent-0.9.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tevent-0.9.17.ebuild 25 Nov 2012 18:04:59 -0000 1.5
+++ tevent-0.9.17.ebuild 29 Nov 2012 15:38:17 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.5 2012/11/25 18:04:59 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.6 2012/11/29 15:38:17 jer Exp $
EAPI=4
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
RDEPEND=">=sys-libs/talloc-2.0.6[python]"
1.27 sys-libs/tevent/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 25 Nov 2012 18:04:59 -0000 1.26
+++ ChangeLog 29 Nov 2012 15:38:17 -0000 1.27
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/tevent
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.26 2012/11/25 18:04:59 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.27 2012/11/29 15:38:17 jer Exp $
+
+ 29 Nov 2012; Jeroen Roovers <jer@gentoo.org> tevent-0.9.17.ebuild:
+ Stable for HPPA (bug #444686).
25 Nov 2012; Anthony G. Basile <blueness@gentoo.org> tevent-0.9.17.ebuild:
stable ppc ppc64, bug #444686
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: tevent-0.9.17.ebuild ChangeLog
@ 2012-12-19 15:54 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-19 15:54 UTC (permalink / raw
To: gentoo-commits
ago 12/12/19 15:54:22
Modified: tevent-0.9.17.ebuild ChangeLog
Log:
Add ~ia64, wrt bug #377809
(Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit)
Revision Changes Path
1.7 sys-libs/tevent/tevent-0.9.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?r1=1.6&r2=1.7
Index: tevent-0.9.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tevent-0.9.17.ebuild 29 Nov 2012 15:38:17 -0000 1.6
+++ tevent-0.9.17.ebuild 19 Dec 2012 15:54:22 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.6 2012/11/29 15:38:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.7 2012/12/19 15:54:22 ago Exp $
EAPI=4
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 ~arm hppa ~ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
RDEPEND=">=sys-libs/talloc-2.0.6[python]"
1.28 sys-libs/tevent/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 29 Nov 2012 15:38:17 -0000 1.27
+++ ChangeLog 19 Dec 2012 15:54:22 -0000 1.28
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/tevent
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.27 2012/11/29 15:38:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.28 2012/12/19 15:54:22 ago Exp $
+
+ 19 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tevent-0.9.17.ebuild:
+ Add ~ia64, wrt bug #377809
29 Nov 2012; Jeroen Roovers <jer@gentoo.org> tevent-0.9.17.ebuild:
Stable for HPPA (bug #444686).
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: tevent-0.9.17.ebuild ChangeLog
@ 2013-03-03 19:43 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-03 19:43 UTC (permalink / raw
To: gentoo-commits
ago 13/03/03 19:43:16
Modified: tevent-0.9.17.ebuild ChangeLog
Log:
Stable for arm, wrt bug #458712
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 sys-libs/tevent/tevent-0.9.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?r1=1.7&r2=1.8
Index: tevent-0.9.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tevent-0.9.17.ebuild 19 Dec 2012 15:54:22 -0000 1.7
+++ tevent-0.9.17.ebuild 3 Mar 2013 19:43:16 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.7 2012/12/19 15:54:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.8 2013/03/03 19:43:16 ago Exp $
EAPI=4
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 arm hppa ~ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
RDEPEND=">=sys-libs/talloc-2.0.6[python]"
1.29 sys-libs/tevent/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 19 Dec 2012 15:54:22 -0000 1.28
+++ ChangeLog 3 Mar 2013 19:43:16 -0000 1.29
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/tevent
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.28 2012/12/19 15:54:22 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.29 2013/03/03 19:43:16 ago Exp $
+
+ 03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> tevent-0.9.17.ebuild:
+ Stable for arm, wrt bug #458712
19 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tevent-0.9.17.ebuild:
Add ~ia64, wrt bug #377809
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: tevent-0.9.17.ebuild ChangeLog
@ 2013-03-03 19:45 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-03 19:45 UTC (permalink / raw
To: gentoo-commits
ago 13/03/03 19:45:28
Modified: tevent-0.9.17.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #458712
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 sys-libs/tevent/tevent-0.9.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?r1=1.8&r2=1.9
Index: tevent-0.9.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tevent-0.9.17.ebuild 3 Mar 2013 19:43:16 -0000 1.8
+++ tevent-0.9.17.ebuild 3 Mar 2013 19:45:28 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.8 2013/03/03 19:43:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.9 2013/03/03 19:45:28 ago Exp $
EAPI=4
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 arm hppa ~ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
RDEPEND=">=sys-libs/talloc-2.0.6[python]"
1.30 sys-libs/tevent/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 3 Mar 2013 19:43:16 -0000 1.29
+++ ChangeLog 3 Mar 2013 19:45:28 -0000 1.30
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/tevent
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.29 2013/03/03 19:43:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.30 2013/03/03 19:45:28 ago Exp $
+
+ 03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> tevent-0.9.17.ebuild:
+ Stable for alpha, wrt bug #458712
03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> tevent-0.9.17.ebuild:
Stable for arm, wrt bug #458712
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: tevent-0.9.17.ebuild ChangeLog
@ 2013-03-03 20:08 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-03 20:08 UTC (permalink / raw
To: gentoo-commits
ago 13/03/03 20:08:17
Modified: tevent-0.9.17.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #458712
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 sys-libs/tevent/tevent-0.9.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?r1=1.9&r2=1.10
Index: tevent-0.9.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- tevent-0.9.17.ebuild 3 Mar 2013 19:45:28 -0000 1.9
+++ tevent-0.9.17.ebuild 3 Mar 2013 20:08:17 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.9 2013/03/03 19:45:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.10 2013/03/03 20:08:17 ago Exp $
EAPI=4
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
RDEPEND=">=sys-libs/talloc-2.0.6[python]"
1.31 sys-libs/tevent/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 3 Mar 2013 19:45:28 -0000 1.30
+++ ChangeLog 3 Mar 2013 20:08:17 -0000 1.31
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/tevent
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.30 2013/03/03 19:45:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.31 2013/03/03 20:08:17 ago Exp $
+
+ 03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> tevent-0.9.17.ebuild:
+ Stable for ia64, wrt bug #458712
03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> tevent-0.9.17.ebuild:
Stable for alpha, wrt bug #458712
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: tevent-0.9.17.ebuild ChangeLog
@ 2013-03-03 20:27 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-03 20:27 UTC (permalink / raw
To: gentoo-commits
ago 13/03/03 20:27:48
Modified: tevent-0.9.17.ebuild ChangeLog
Log:
Stable for s390, wrt bug #458712
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.11 sys-libs/tevent/tevent-0.9.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?r1=1.10&r2=1.11
Index: tevent-0.9.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- tevent-0.9.17.ebuild 3 Mar 2013 20:08:17 -0000 1.10
+++ tevent-0.9.17.ebuild 3 Mar 2013 20:27:48 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.10 2013/03/03 20:08:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.11 2013/03/03 20:27:48 ago Exp $
EAPI=4
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
RDEPEND=">=sys-libs/talloc-2.0.6[python]"
1.32 sys-libs/tevent/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 3 Mar 2013 20:08:17 -0000 1.31
+++ ChangeLog 3 Mar 2013 20:27:48 -0000 1.32
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/tevent
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.31 2013/03/03 20:08:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.32 2013/03/03 20:27:48 ago Exp $
+
+ 03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> tevent-0.9.17.ebuild:
+ Stable for s390, wrt bug #458712
03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> tevent-0.9.17.ebuild:
Stable for ia64, wrt bug #458712
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: tevent-0.9.17.ebuild ChangeLog
@ 2013-03-03 20:42 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-03 20:42 UTC (permalink / raw
To: gentoo-commits
ago 13/03/03 20:42:43
Modified: tevent-0.9.17.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #458712
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.12 sys-libs/tevent/tevent-0.9.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?r1=1.11&r2=1.12
Index: tevent-0.9.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- tevent-0.9.17.ebuild 3 Mar 2013 20:27:48 -0000 1.11
+++ tevent-0.9.17.ebuild 3 Mar 2013 20:42:43 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.11 2013/03/03 20:27:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.12 2013/03/03 20:42:43 ago Exp $
EAPI=4
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
RDEPEND=">=sys-libs/talloc-2.0.6[python]"
1.33 sys-libs/tevent/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 3 Mar 2013 20:27:48 -0000 1.32
+++ ChangeLog 3 Mar 2013 20:42:43 -0000 1.33
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/tevent
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.32 2013/03/03 20:27:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.33 2013/03/03 20:42:43 ago Exp $
+
+ 03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> tevent-0.9.17.ebuild:
+ Stable for sparc, wrt bug #458712
03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> tevent-0.9.17.ebuild:
Stable for s390, wrt bug #458712
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: tevent-0.9.17.ebuild ChangeLog
@ 2013-03-06 10:27 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-06 10:27 UTC (permalink / raw
To: gentoo-commits
ago 13/03/06 10:27:11
Modified: tevent-0.9.17.ebuild ChangeLog
Log:
Stable for sh, wrt bug #458712
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.13 sys-libs/tevent/tevent-0.9.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?r1=1.12&r2=1.13
Index: tevent-0.9.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- tevent-0.9.17.ebuild 3 Mar 2013 20:42:43 -0000 1.12
+++ tevent-0.9.17.ebuild 6 Mar 2013 10:27:11 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.12 2013/03/03 20:42:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.13 2013/03/06 10:27:11 ago Exp $
EAPI=4
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
RDEPEND=">=sys-libs/talloc-2.0.6[python]"
1.34 sys-libs/tevent/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 3 Mar 2013 20:42:43 -0000 1.33
+++ ChangeLog 6 Mar 2013 10:27:11 -0000 1.34
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/tevent
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.33 2013/03/03 20:42:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.34 2013/03/06 10:27:11 ago Exp $
+
+ 06 Mar 2013; Agostino Sarubbo <ago@gentoo.org> tevent-0.9.17.ebuild:
+ Stable for sh, wrt bug #458712
03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> tevent-0.9.17.ebuild:
Stable for sparc, wrt bug #458712
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: tevent-0.9.17.ebuild ChangeLog
@ 2013-06-19 23:05 Tobias Klausmann (klausman)
0 siblings, 0 replies; 14+ messages in thread
From: Tobias Klausmann (klausman) @ 2013-06-19 23:05 UTC (permalink / raw
To: gentoo-commits
klausman 13/06/19 23:05:59
Modified: tevent-0.9.17.ebuild ChangeLog
Log:
Keyworded on alpha, bug #424649
(Portage version: 2.1.12.4/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Revision Changes Path
1.14 sys-libs/tevent/tevent-0.9.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?r1=1.13&r2=1.14
Index: tevent-0.9.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- tevent-0.9.17.ebuild 6 Mar 2013 10:27:11 -0000 1.13
+++ tevent-0.9.17.ebuild 19 Jun 2013 23:05:59 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.13 2013/03/06 10:27:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.14 2013/06/19 23:05:59 klausman Exp $
EAPI=4
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
RDEPEND=">=sys-libs/talloc-2.0.6[python]"
1.36 sys-libs/tevent/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 11 Mar 2013 03:27:45 -0000 1.35
+++ ChangeLog 19 Jun 2013 23:05:59 -0000 1.36
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/tevent
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.35 2013/03/11 03:27:45 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.36 2013/06/19 23:05:59 klausman Exp $
+
+ 19 Jun 2013; Tobias Klausmann <klausman@gentoo.org> tevent-0.9.17.ebuild:
+ Keyworded on alpha, bug #424649
*tevent-0.9.18 (11 Mar 2013)
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: tevent-0.9.17.ebuild ChangeLog
@ 2013-06-20 2:09 Patrick Lauer (patrick)
0 siblings, 0 replies; 14+ messages in thread
From: Patrick Lauer (patrick) @ 2013-06-20 2:09 UTC (permalink / raw
To: gentoo-commits
patrick 13/06/20 02:09:17
Modified: tevent-0.9.17.ebuild ChangeLog
Log:
Restore stable keyword
(Portage version: 2.2.0_alpha181/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.15 sys-libs/tevent/tevent-0.9.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild?r1=1.14&r2=1.15
Index: tevent-0.9.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- tevent-0.9.17.ebuild 19 Jun 2013 23:05:59 -0000 1.14
+++ tevent-0.9.17.ebuild 20 Jun 2013 02:09:17 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.14 2013/06/19 23:05:59 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.15 2013/06/20 02:09:17 patrick Exp $
EAPI=4
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
RDEPEND=">=sys-libs/talloc-2.0.6[python]"
1.37 sys-libs/tevent/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 19 Jun 2013 23:05:59 -0000 1.36
+++ ChangeLog 20 Jun 2013 02:09:17 -0000 1.37
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/tevent
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.36 2013/06/19 23:05:59 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.37 2013/06/20 02:09:17 patrick Exp $
+
+ 20 Jun 2013; Patrick Lauer <patrick@gentoo.org> tevent-0.9.17.ebuild:
+ Restore stable keyword
19 Jun 2013; Tobias Klausmann <klausman@gentoo.org> tevent-0.9.17.ebuild:
Keyworded on alpha, bug #424649
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2013-06-20 2:09 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-29 15:38 [gentoo-commits] gentoo-x86 commit in sys-libs/tevent: tevent-0.9.17.ebuild ChangeLog Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2013-06-20 2:09 Patrick Lauer (patrick)
2013-06-19 23:05 Tobias Klausmann (klausman)
2013-03-06 10:27 Agostino Sarubbo (ago)
2013-03-03 20:42 Agostino Sarubbo (ago)
2013-03-03 20:27 Agostino Sarubbo (ago)
2013-03-03 20:08 Agostino Sarubbo (ago)
2013-03-03 19:45 Agostino Sarubbo (ago)
2013-03-03 19:43 Agostino Sarubbo (ago)
2012-12-19 15:54 Agostino Sarubbo (ago)
2012-11-25 18:04 Anthony G. Basile (blueness)
2012-11-25 16:48 Agostino Sarubbo (ago)
2012-11-25 16:45 Agostino Sarubbo (ago)
2012-09-23 18:44 Victor Ostorga (vostorga)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox