public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ccrtp-2.0.3.ebuild ChangeLog
@ 2012-09-29 17:37 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-29 17:37 UTC (permalink / raw
  To: gentoo-commits

blueness    12/09/29 17:37:28

  Modified:             ccrtp-2.0.3.ebuild ChangeLog
  Log:
  keyword ~ppc ~ppc64, bug #435992
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-libs/ccrtp/ccrtp-2.0.3.ebuild

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

Index: ccrtp-2.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ccrtp-2.0.3.ebuild	23 Sep 2012 14:28:04 -0000	1.1
+++ ccrtp-2.0.3.ebuild	29 Sep 2012 17:37:28 -0000	1.2
@@ -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/net-libs/ccrtp/ccrtp-2.0.3.ebuild,v 1.1 2012/09/23 14:28:04 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.3.ebuild,v 1.2 2012/09/29 17:37:28 blueness Exp $
 
 EAPI=4
 inherit eutils multilib
@@ -9,7 +9,7 @@
 HOMEPAGE="http://www.gnu.org/software/ccrtp/"
 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 LICENSE="GPL-2"
 IUSE="doc"
 SLOT="0"



1.21                 net-libs/ccrtp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	23 Sep 2012 14:28:04 -0000	1.20
+++ ChangeLog	29 Sep 2012 17:37:28 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/ccrtp
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.20 2012/09/23 14:28:04 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.21 2012/09/29 17:37:28 blueness Exp $
+
+  29 Sep 2012; Anthony G. Basile <blueness@gentoo.org> ccrtp-2.0.3.ebuild:
+  keyword ~ppc ~ppc64, bug #435992
 
 *ccrtp-2.0.3 (23 Sep 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ccrtp-2.0.3.ebuild ChangeLog
@ 2012-10-16  2:40 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-10-16  2:40 UTC (permalink / raw
  To: gentoo-commits

blueness    12/10/16 02:40:19

  Modified:             ccrtp-2.0.3.ebuild ChangeLog
  Log:
  stable ppc ppc64, bug #ccrtp-2.0.3
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-libs/ccrtp/ccrtp-2.0.3.ebuild

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

Index: ccrtp-2.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ccrtp-2.0.3.ebuild	29 Sep 2012 17:37:28 -0000	1.2
+++ ccrtp-2.0.3.ebuild	16 Oct 2012 02:40:19 -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/net-libs/ccrtp/ccrtp-2.0.3.ebuild,v 1.2 2012/09/29 17:37:28 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.3.ebuild,v 1.3 2012/10/16 02:40:19 blueness Exp $
 
 EAPI=4
 inherit eutils multilib
@@ -9,7 +9,7 @@
 HOMEPAGE="http://www.gnu.org/software/ccrtp/"
 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ppc64 ~x86"
 LICENSE="GPL-2"
 IUSE="doc"
 SLOT="0"



1.22                 net-libs/ccrtp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	29 Sep 2012 17:37:28 -0000	1.21
+++ ChangeLog	16 Oct 2012 02:40:19 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/ccrtp
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.21 2012/09/29 17:37:28 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.22 2012/10/16 02:40:19 blueness Exp $
+
+  16 Oct 2012; Anthony G. Basile <blueness@gentoo.org> ccrtp-2.0.3.ebuild:
+  stable ppc ppc64, bug #ccrtp-2.0.3
 
   29 Sep 2012; Anthony G. Basile <blueness@gentoo.org> ccrtp-2.0.3.ebuild:
   keyword ~ppc ~ppc64, bug #435992





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

* [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ccrtp-2.0.3.ebuild ChangeLog
@ 2012-10-22 16:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-10-22 16:58 UTC (permalink / raw
  To: gentoo-commits

ago         12/10/22 16:58:30

  Modified:             ccrtp-2.0.3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #435996
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-libs/ccrtp/ccrtp-2.0.3.ebuild

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

Index: ccrtp-2.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ccrtp-2.0.3.ebuild	16 Oct 2012 02:40:19 -0000	1.3
+++ ccrtp-2.0.3.ebuild	22 Oct 2012 16:58:30 -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/net-libs/ccrtp/ccrtp-2.0.3.ebuild,v 1.3 2012/10/16 02:40:19 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.3.ebuild,v 1.4 2012/10/22 16:58:30 ago Exp $
 
 EAPI=4
 inherit eutils multilib
@@ -9,7 +9,7 @@
 HOMEPAGE="http://www.gnu.org/software/ccrtp/"
 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
-KEYWORDS="~amd64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 ~x86"
 LICENSE="GPL-2"
 IUSE="doc"
 SLOT="0"



1.23                 net-libs/ccrtp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	16 Oct 2012 02:40:19 -0000	1.22
+++ ChangeLog	22 Oct 2012 16:58:30 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/ccrtp
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.22 2012/10/16 02:40:19 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.23 2012/10/22 16:58:30 ago Exp $
+
+  22 Oct 2012; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.3.ebuild:
+  Stable for amd64, wrt bug #435996
 
   16 Oct 2012; Anthony G. Basile <blueness@gentoo.org> ccrtp-2.0.3.ebuild:
   stable ppc ppc64, bug #ccrtp-2.0.3





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

* [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ccrtp-2.0.3.ebuild ChangeLog
@ 2012-11-22 18:30 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-22 18:30 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/22 18:30:25

  Modified:             ccrtp-2.0.3.ebuild ChangeLog
  Log:
  Stable for x86, tested by Vincent Olivert Riera <peratu@carrosses.com>, wrt bug #435996
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  net-libs/ccrtp/ccrtp-2.0.3.ebuild

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

Index: ccrtp-2.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ccrtp-2.0.3.ebuild	22 Oct 2012 16:58:30 -0000	1.4
+++ ccrtp-2.0.3.ebuild	22 Nov 2012 18:30:25 -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/net-libs/ccrtp/ccrtp-2.0.3.ebuild,v 1.4 2012/10/22 16:58:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.3.ebuild,v 1.5 2012/11/22 18:30:25 ago Exp $
 
 EAPI=4
 inherit eutils multilib
@@ -9,7 +9,7 @@
 HOMEPAGE="http://www.gnu.org/software/ccrtp/"
 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
-KEYWORDS="amd64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 LICENSE="GPL-2"
 IUSE="doc"
 SLOT="0"



1.24                 net-libs/ccrtp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	22 Oct 2012 16:58:30 -0000	1.23
+++ ChangeLog	22 Nov 2012 18:30:25 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/ccrtp
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.23 2012/10/22 16:58:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.24 2012/11/22 18:30:25 ago Exp $
+
+  22 Nov 2012; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.3.ebuild:
+  Stable for x86, tested by Vincent Olivert Riera <peratu@carrosses.com>, wrt
+  bug #435996
 
   22 Oct 2012; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.3.ebuild:
   Stable for amd64, wrt bug #435996





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

end of thread, other threads:[~2012-11-22 18:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-22 18:30 [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ccrtp-2.0.3.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-22 16:58 Agostino Sarubbo (ago)
2012-10-16  2:40 Anthony G. Basile (blueness)
2012-09-29 17:37 Anthony G. Basile (blueness)

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