public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libverto: libverto-0.2.5.ebuild ChangeLog
@ 2012-10-20 10:10 Eray Aslan (eras)
  0 siblings, 0 replies; 15+ messages in thread
From: Eray Aslan (eras) @ 2012-10-20 10:10 UTC (permalink / raw
  To: gentoo-commits

eras        12/10/20 10:10:38

  Modified:             ChangeLog
  Added:                libverto-0.2.5.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)

Revision  Changes    Path
1.6                  dev-libs/libverto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	5 Jun 2012 19:00:52 -0000	1.5
+++ ChangeLog	20 Oct 2012 10:10:37 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libverto
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.5 2012/06/05 19:00:52 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.6 2012/10/20 10:10:37 eras Exp $
+
+*libverto-0.2.5 (20 Oct 2012)
+
+  20 Oct 2012; Eray Aslan <eras@gentoo.org> +libverto-0.2.5.ebuild:
+  Version bump
 
   05 Jun 2012; Michael Weber <xmw@gentoo.org> libverto-0.2.4.ebuild:
   adding ~ppc (bug 412489)
@@ -19,4 +24,3 @@
   18 Apr 2012; Eray Aslan <eras@gentoo.org> +libverto-0.2.4.ebuild,
   +metadata.xml:
   initial commit
-



1.1                  dev-libs/libverto/libverto-0.2.5.ebuild

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

Index: libverto-0.2.5.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.1 2012/10/20 10:10:37 eras Exp $

EAPI=4

DESCRIPTION="Main event loop abstraction library"
HOMEPAGE="https://fedorahosted.org/libverto/"
SRC_URI="https://fedorahosted.org/releases/l/i/libverto/${P}.tar.gz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-fbsd"
IUSE="glib +libev libevent tevent +threads static-libs"

# file collisions
DEPEND="!=app-crypt/mit-krb5-1.10.1-r0
	!=app-crypt/mit-krb5-1.10.1-r1
	!=app-crypt/mit-krb5-1.10.1-r2
	glib? ( >=dev-libs/glib-2.29 )
	libev? ( >=dev-libs/libev-4.11 )
	libevent? ( >=dev-libs/libevent-2.0 )
	tevent? ( sys-libs/tevent )"

RDEPEND="${DEPEND}"

REQUIRED_USE="|| ( glib libev libevent tevent ) "

src_prepare() {
	# known problem uptream with tevent write test.  tevent does not fire a
	# callback on error, but we explicitly test for this behaviour.  Do not run
	# tevent tests for now.
	sed -i -e 's/def HAVE_TEVENT/ 0/' tests/test.h || die
}

src_configure() {
	econf \
		$(use_with glib) \
		$(use_with libev) \
		$(use_with libevent) \
		$(use_with tevent) \
		$(use_with threads pthread) \
		$(use_enable static-libs static)
}

src_install() {
	emake DESTDIR="${D}" install

	dodoc AUTHORS ChangeLog NEWS INSTALL README

	use static-libs || find "${D}" -name '*.la' -delete
}





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libverto: libverto-0.2.5.ebuild ChangeLog
@ 2012-12-19 16:51 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-19 16:51 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/19 16:51:59

  Modified:             libverto-0.2.5.ebuild ChangeLog
  Log:
  Add ~ia64, wrt bug #412489
  
  (Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  dev-libs/libverto/libverto-0.2.5.ebuild

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

Index: libverto-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libverto-0.2.5.ebuild	30 Nov 2012 08:09:46 -0000	1.2
+++ libverto-0.2.5.ebuild	19 Dec 2012 16:51:59 -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/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.2 2012/11/30 08:09:46 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.3 2012/12/19 16:51:59 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-fbsd"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~x86 ~amd64-fbsd"
 IUSE="glib +libev libevent tevent +threads static-libs"
 
 # file collisions



1.9                  dev-libs/libverto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	30 Nov 2012 08:11:28 -0000	1.8
+++ ChangeLog	19 Dec 2012 16:51:59 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libverto
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.8 2012/11/30 08:11:28 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.9 2012/12/19 16:51:59 ago Exp $
+
+  19 Dec 2012; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
+  Add ~ia64, wrt bug #412489
 
   30 Nov 2012; Eray Aslan <eras@gentoo.org> libverto-0.2.4.ebuild,
   libverto-0.2.5.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libverto: libverto-0.2.5.ebuild ChangeLog
@ 2013-03-03 19:03 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-03 19:03 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/03 19:03:06

  Modified:             libverto-0.2.5.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #458712
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-libs/libverto/libverto-0.2.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?r1=1.3&r2=1.4

Index: libverto-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libverto-0.2.5.ebuild	19 Dec 2012 16:51:59 -0000	1.3
+++ libverto-0.2.5.ebuild	3 Mar 2013 19:03:06 -0000	1.4
@@ -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/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.3 2012/12/19 16:51:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.4 2013/03/03 19:03:06 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~x86 ~amd64-fbsd"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~x86 ~amd64-fbsd"
 IUSE="glib +libev libevent tevent +threads static-libs"
 
 # file collisions



1.10                 dev-libs/libverto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	19 Dec 2012 16:51:59 -0000	1.9
+++ ChangeLog	3 Mar 2013 19:03:06 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libverto
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.9 2012/12/19 16:51:59 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.10 2013/03/03 19:03:06 ago Exp $
+
+  03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
+  Stable for amd64, wrt bug #458712
 
   19 Dec 2012; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
   Add ~ia64, wrt bug #412489





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libverto: libverto-0.2.5.ebuild ChangeLog
@ 2013-03-03 19:03 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-03 19:03 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/03 19:03:43

  Modified:             libverto-0.2.5.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #458712
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-libs/libverto/libverto-0.2.5.ebuild

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

Index: libverto-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libverto-0.2.5.ebuild	3 Mar 2013 19:03:06 -0000	1.4
+++ libverto-0.2.5.ebuild	3 Mar 2013 19:03:43 -0000	1.5
@@ -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/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.4 2013/03/03 19:03:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.5 2013/03/03 19:03:43 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~x86 ~amd64-fbsd"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc x86 ~amd64-fbsd"
 IUSE="glib +libev libevent tevent +threads static-libs"
 
 # file collisions



1.11                 dev-libs/libverto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	3 Mar 2013 19:03:06 -0000	1.10
+++ ChangeLog	3 Mar 2013 19:03:43 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libverto
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.10 2013/03/03 19:03:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.11 2013/03/03 19:03:43 ago Exp $
+
+  03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
+  Stable for x86, wrt bug #458712
 
   03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
   Stable for amd64, wrt bug #458712





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libverto: libverto-0.2.5.ebuild ChangeLog
@ 2013-03-03 19:04 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-03 19:04 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/03 19:04:57

  Modified:             libverto-0.2.5.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #458712
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-libs/libverto/libverto-0.2.5.ebuild

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

Index: libverto-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libverto-0.2.5.ebuild	3 Mar 2013 19:03:43 -0000	1.5
+++ libverto-0.2.5.ebuild	3 Mar 2013 19:04:57 -0000	1.6
@@ -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/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.5 2013/03/03 19:03:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.6 2013/03/03 19:04:57 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc x86 ~amd64-fbsd"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc x86 ~amd64-fbsd"
 IUSE="glib +libev libevent tevent +threads static-libs"
 
 # file collisions



1.12                 dev-libs/libverto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	3 Mar 2013 19:03:43 -0000	1.11
+++ ChangeLog	3 Mar 2013 19:04:57 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libverto
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.11 2013/03/03 19:03:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.12 2013/03/03 19:04:57 ago Exp $
+
+  03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
+  Stable for ppc, wrt bug #458712
 
   03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
   Stable for x86, wrt bug #458712





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libverto: libverto-0.2.5.ebuild ChangeLog
@ 2013-03-03 19:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-03 19:08 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/03 19:08:06

  Modified:             libverto-0.2.5.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #458712
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-libs/libverto/libverto-0.2.5.ebuild

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

Index: libverto-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libverto-0.2.5.ebuild	3 Mar 2013 19:04:57 -0000	1.6
+++ libverto-0.2.5.ebuild	3 Mar 2013 19:08:05 -0000	1.7
@@ -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/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.6 2013/03/03 19:04:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.7 2013/03/03 19:08:05 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc x86 ~amd64-fbsd"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ppc64 x86 ~amd64-fbsd"
 IUSE="glib +libev libevent tevent +threads static-libs"
 
 # file collisions



1.13                 dev-libs/libverto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	3 Mar 2013 19:04:57 -0000	1.12
+++ ChangeLog	3 Mar 2013 19:08:05 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libverto
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.12 2013/03/03 19:04:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.13 2013/03/03 19:08:05 ago Exp $
+
+  03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
+  Stable for ppc64, wrt bug #458712
 
   03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
   Stable for ppc, wrt bug #458712





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libverto: libverto-0.2.5.ebuild ChangeLog
@ 2013-03-03 19:36 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-03 19:36 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/03 19:36:43

  Modified:             libverto-0.2.5.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                  dev-libs/libverto/libverto-0.2.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?r1=1.7&r2=1.8

Index: libverto-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libverto-0.2.5.ebuild	3 Mar 2013 19:08:05 -0000	1.7
+++ libverto-0.2.5.ebuild	3 Mar 2013 19:36:43 -0000	1.8
@@ -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/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.7 2013/03/03 19:08:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.8 2013/03/03 19:36:43 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ppc64 x86 ~amd64-fbsd"
+KEYWORDS="amd64 arm ~hppa ~ia64 ppc ppc64 x86 ~amd64-fbsd"
 IUSE="glib +libev libevent tevent +threads static-libs"
 
 # file collisions



1.14                 dev-libs/libverto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	3 Mar 2013 19:08:05 -0000	1.13
+++ ChangeLog	3 Mar 2013 19:36:43 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libverto
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.13 2013/03/03 19:08:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.14 2013/03/03 19:36:43 ago Exp $
+
+  03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
+  Stable for arm, wrt bug #458712
 
   03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
   Stable for ppc64, wrt bug #458712





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libverto: libverto-0.2.5.ebuild ChangeLog
@ 2013-03-03 19:45 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-03 19:45 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/03 19:45:17

  Modified:             libverto-0.2.5.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                  dev-libs/libverto/libverto-0.2.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?r1=1.8&r2=1.9

Index: libverto-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libverto-0.2.5.ebuild	3 Mar 2013 19:36:43 -0000	1.8
+++ libverto-0.2.5.ebuild	3 Mar 2013 19:45:17 -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/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.8 2013/03/03 19:36:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.9 2013/03/03 19:45:17 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~ia64 ppc ppc64 x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ppc64 x86 ~amd64-fbsd"
 IUSE="glib +libev libevent tevent +threads static-libs"
 
 # file collisions



1.15                 dev-libs/libverto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	3 Mar 2013 19:36:43 -0000	1.14
+++ ChangeLog	3 Mar 2013 19:45:17 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libverto
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.14 2013/03/03 19:36:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.15 2013/03/03 19:45:17 ago Exp $
+
+  03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
+  Stable for alpha, wrt bug #458712
 
   03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
   Stable for arm, wrt bug #458712





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libverto: libverto-0.2.5.ebuild ChangeLog
@ 2013-03-03 20:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-03 20:08 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/03 20:08:07

  Modified:             libverto-0.2.5.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                 dev-libs/libverto/libverto-0.2.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?r1=1.9&r2=1.10

Index: libverto-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libverto-0.2.5.ebuild	3 Mar 2013 19:45:17 -0000	1.9
+++ libverto-0.2.5.ebuild	3 Mar 2013 20:08:07 -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/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.9 2013/03/03 19:45:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.10 2013/03/03 20:08:07 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ppc64 x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 x86 ~amd64-fbsd"
 IUSE="glib +libev libevent tevent +threads static-libs"
 
 # file collisions



1.16                 dev-libs/libverto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	3 Mar 2013 19:45:17 -0000	1.15
+++ ChangeLog	3 Mar 2013 20:08:07 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libverto
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.15 2013/03/03 19:45:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.16 2013/03/03 20:08:07 ago Exp $
+
+  03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
+  Stable for ia64, wrt bug #458712
 
   03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
   Stable for alpha, wrt bug #458712





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libverto: libverto-0.2.5.ebuild ChangeLog
@ 2013-03-03 20:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-03 20:27 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/03 20:27:26

  Modified:             libverto-0.2.5.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                 dev-libs/libverto/libverto-0.2.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?r1=1.10&r2=1.11

Index: libverto-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libverto-0.2.5.ebuild	3 Mar 2013 20:08:07 -0000	1.10
+++ libverto-0.2.5.ebuild	3 Mar 2013 20:27:26 -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/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.10 2013/03/03 20:08:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.11 2013/03/03 20:27:26 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 s390 x86 ~amd64-fbsd"
 IUSE="glib +libev libevent tevent +threads static-libs"
 
 # file collisions



1.17                 dev-libs/libverto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	3 Mar 2013 20:08:07 -0000	1.16
+++ ChangeLog	3 Mar 2013 20:27:26 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libverto
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.16 2013/03/03 20:08:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.17 2013/03/03 20:27:26 ago Exp $
+
+  03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
+  Stable for s390, wrt bug #458712
 
   03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
   Stable for ia64, wrt bug #458712





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libverto: libverto-0.2.5.ebuild ChangeLog
@ 2013-03-03 20:42 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-03 20:42 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/03 20:42:19

  Modified:             libverto-0.2.5.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                 dev-libs/libverto/libverto-0.2.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?r1=1.11&r2=1.12

Index: libverto-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libverto-0.2.5.ebuild	3 Mar 2013 20:27:26 -0000	1.11
+++ libverto-0.2.5.ebuild	3 Mar 2013 20:42:19 -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/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.11 2013/03/03 20:27:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.12 2013/03/03 20:42:19 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 s390 x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-fbsd"
 IUSE="glib +libev libevent tevent +threads static-libs"
 
 # file collisions



1.18                 dev-libs/libverto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	3 Mar 2013 20:27:26 -0000	1.17
+++ ChangeLog	3 Mar 2013 20:42:19 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libverto
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.17 2013/03/03 20:27:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.18 2013/03/03 20:42:19 ago Exp $
+
+  03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
+  Stable for sparc, wrt bug #458712
 
   03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
   Stable for s390, wrt bug #458712





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libverto: libverto-0.2.5.ebuild ChangeLog
@ 2013-03-03 21:27 Eray Aslan (eras)
  0 siblings, 0 replies; 15+ messages in thread
From: Eray Aslan (eras) @ 2013-03-03 21:27 UTC (permalink / raw
  To: gentoo-commits

eras        13/03/03 21:27:34

  Modified:             libverto-0.2.5.ebuild ChangeLog
  Log:
  EAPI bump - bug #460180
  
  (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)

Revision  Changes    Path
1.13                 dev-libs/libverto/libverto-0.2.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?r1=1.12&r2=1.13

Index: libverto-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libverto-0.2.5.ebuild	3 Mar 2013 20:42:19 -0000	1.12
+++ libverto-0.2.5.ebuild	3 Mar 2013 21:27:33 -0000	1.13
@@ -1,8 +1,8 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.12 2013/03/03 20:42:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.13 2013/03/03 21:27:33 eras Exp $
 
-EAPI=4
+EAPI=5
 
 DESCRIPTION="Main event loop abstraction library"
 HOMEPAGE="https://fedorahosted.org/libverto/"



1.19                 dev-libs/libverto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	3 Mar 2013 20:42:19 -0000	1.18
+++ ChangeLog	3 Mar 2013 21:27:33 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libverto
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.18 2013/03/03 20:42:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.19 2013/03/03 21:27:33 eras Exp $
+
+  03 Mar 2013; Eray Aslan <eras@gentoo.org> libverto-0.2.5.ebuild:
+  EAPI bump - bug #460180
 
   03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
   Stable for sparc, wrt bug #458712





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libverto: libverto-0.2.5.ebuild ChangeLog
@ 2013-03-03 22:44 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-03 22:44 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/03 22:44:51

  Modified:             libverto-0.2.5.ebuild ChangeLog
  Log:
  Stable for hppa, wrt bug #458712
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.14                 dev-libs/libverto/libverto-0.2.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?r1=1.13&r2=1.14

Index: libverto-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libverto-0.2.5.ebuild	3 Mar 2013 21:27:33 -0000	1.13
+++ libverto-0.2.5.ebuild	3 Mar 2013 22:44:50 -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/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.13 2013/03/03 21:27:33 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.14 2013/03/03 22:44:50 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-fbsd"
 IUSE="glib +libev libevent tevent +threads static-libs"
 
 # file collisions



1.20                 dev-libs/libverto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	3 Mar 2013 21:27:33 -0000	1.19
+++ ChangeLog	3 Mar 2013 22:44:50 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libverto
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.19 2013/03/03 21:27:33 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.20 2013/03/03 22:44:50 ago Exp $
+
+  03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
+  Stable for hppa, wrt bug #458712
 
   03 Mar 2013; Eray Aslan <eras@gentoo.org> libverto-0.2.5.ebuild:
   EAPI bump - bug #460180





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libverto: libverto-0.2.5.ebuild ChangeLog
@ 2013-03-06 10:26 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-06 10:26 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/06 10:26:50

  Modified:             libverto-0.2.5.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.15                 dev-libs/libverto/libverto-0.2.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?r1=1.14&r2=1.15

Index: libverto-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- libverto-0.2.5.ebuild	3 Mar 2013 22:44:50 -0000	1.14
+++ libverto-0.2.5.ebuild	6 Mar 2013 10:26:50 -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/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.14 2013/03/03 22:44:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.15 2013/03/06 10:26:50 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd"
 IUSE="glib +libev libevent tevent +threads static-libs"
 
 # file collisions



1.21                 dev-libs/libverto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	3 Mar 2013 22:44:50 -0000	1.20
+++ ChangeLog	6 Mar 2013 10:26:50 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libverto
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.20 2013/03/03 22:44:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.21 2013/03/06 10:26:50 ago Exp $
+
+  06 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
+  Stable for sh, wrt bug #458712
 
   03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
   Stable for hppa, wrt bug #458712





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libverto: libverto-0.2.5.ebuild ChangeLog
@ 2013-08-16 17:04 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 15+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-08-16 17:04 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/08/16 17:04:28

  Modified:             libverto-0.2.5.ebuild ChangeLog
  Log:
  Add ~mips keyword, wrt bug #412489
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.16                 dev-libs/libverto/libverto-0.2.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild?r1=1.15&r2=1.16

Index: libverto-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libverto-0.2.5.ebuild	6 Mar 2013 10:26:50 -0000	1.15
+++ libverto-0.2.5.ebuild	16 Aug 2013 17:04:28 -0000	1.16
@@ -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/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.15 2013/03/06 10:26:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.16 2013/08/16 17:04:28 pinkbyte Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd"
 IUSE="glib +libev libevent tevent +threads static-libs"
 
 # file collisions



1.22                 dev-libs/libverto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libverto/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	6 Mar 2013 10:26:50 -0000	1.21
+++ ChangeLog	16 Aug 2013 17:04:28 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libverto
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.21 2013/03/06 10:26:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.22 2013/08/16 17:04:28 pinkbyte Exp $
+
+  16 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> libverto-0.2.5.ebuild:
+  Add ~mips keyword, wrt bug #412489
 
   06 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libverto-0.2.5.ebuild:
   Stable for sh, wrt bug #458712





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

end of thread, other threads:[~2013-08-16 17:04 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-03 19:45 [gentoo-commits] gentoo-x86 commit in dev-libs/libverto: libverto-0.2.5.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-16 17:04 Sergey Popov (pinkbyte)
2013-03-06 10:26 Agostino Sarubbo (ago)
2013-03-03 22:44 Agostino Sarubbo (ago)
2013-03-03 21:27 Eray Aslan (eras)
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:36 Agostino Sarubbo (ago)
2013-03-03 19:08 Agostino Sarubbo (ago)
2013-03-03 19:04 Agostino Sarubbo (ago)
2013-03-03 19:03 Agostino Sarubbo (ago)
2013-03-03 19:03 Agostino Sarubbo (ago)
2012-12-19 16:51 Agostino Sarubbo (ago)
2012-10-20 10:10 Eray Aslan (eras)

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