public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libotr: ChangeLog libotr-3.2.1.ebuild
@ 2013-04-08 14:59 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-04-08 14:59 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/04/08 14:59:31

  Modified:             ChangeLog
  Added:                libotr-3.2.1.ebuild
  Log:
  Version bump, wrt bug #430486
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.42                 net-libs/libotr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	22 Oct 2012 10:10:21 -0000	1.41
+++ ChangeLog	8 Apr 2013 14:59:31 -0000	1.42
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/libotr
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.41 2012/10/22 10:10:21 radhermit Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.42 2013/04/08 14:59:31 pinkbyte Exp $
+
+*libotr-3.2.1 (08 Apr 2013)
+
+  08 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> +libotr-3.2.1.ebuild:
+  Version bump, wrt bug #430486
 
   22 Oct 2012; Tim Harder <radhermit@gentoo.org> metadata.xml:
   Remove redundant maintainer from metadata.



1.1                  net-libs/libotr/libotr-3.2.1.ebuild

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

Index: libotr-3.2.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.2.1.ebuild,v 1.1 2013/04/08 14:59:31 pinkbyte Exp $

EAPI=5

DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging"
HOMEPAGE="http://www.cypherpunks.ca/otr/"
SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"

RDEPEND=">=dev-libs/libgcrypt-1.2
	dev-libs/libgpg-error"
DEPEND="${RDEPEND}"

DOCS=( AUTHORS ChangeLog NEWS README UPGRADING )





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

* [gentoo-commits] gentoo-x86 commit in net-libs/libotr: ChangeLog libotr-3.2.1.ebuild
@ 2013-04-08 17:12 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-04-08 17:12 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/04/08 17:12:40

  Modified:             ChangeLog libotr-3.2.1.ebuild
  Log:
  Stable on amd64, wrt bug #430486
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.43                 net-libs/libotr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	8 Apr 2013 14:59:31 -0000	1.42
+++ ChangeLog	8 Apr 2013 17:12:40 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libotr
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.42 2013/04/08 14:59:31 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.43 2013/04/08 17:12:40 pinkbyte Exp $
+
+  08 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> libotr-3.2.1.ebuild:
+  Stable on amd64, wrt bug #430486
 
 *libotr-3.2.1 (08 Apr 2013)
 



1.2                  net-libs/libotr/libotr-3.2.1.ebuild

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

Index: libotr-3.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libotr-3.2.1.ebuild	8 Apr 2013 14:59:31 -0000	1.1
+++ libotr-3.2.1.ebuild	8 Apr 2013 17:12:40 -0000	1.2
@@ -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/net-libs/libotr/libotr-3.2.1.ebuild,v 1.1 2013/04/08 14:59:31 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.2.1.ebuild,v 1.2 2013/04/08 17:12:40 pinkbyte Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 RDEPEND=">=dev-libs/libgcrypt-1.2
 	dev-libs/libgpg-error"





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

* [gentoo-commits] gentoo-x86 commit in net-libs/libotr: ChangeLog libotr-3.2.1.ebuild
@ 2013-04-08 19:03 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2013-04-08 19:03 UTC (permalink / raw
  To: gentoo-commits

jer         13/04/08 19:03:26

  Modified:             ChangeLog libotr-3.2.1.ebuild
  Log:
  Stable for HPPA (bug #430486).
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.44                 net-libs/libotr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	8 Apr 2013 17:12:40 -0000	1.43
+++ ChangeLog	8 Apr 2013 19:03:26 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libotr
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.43 2013/04/08 17:12:40 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.44 2013/04/08 19:03:26 jer Exp $
+
+  08 Apr 2013; Jeroen Roovers <jer@gentoo.org> libotr-3.2.1.ebuild:
+  Stable for HPPA (bug #430486).
 
   08 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> libotr-3.2.1.ebuild:
   Stable on amd64, wrt bug #430486



1.3                  net-libs/libotr/libotr-3.2.1.ebuild

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

Index: libotr-3.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libotr-3.2.1.ebuild	8 Apr 2013 17:12:40 -0000	1.2
+++ libotr-3.2.1.ebuild	8 Apr 2013 19:03:26 -0000	1.3
@@ -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/net-libs/libotr/libotr-3.2.1.ebuild,v 1.2 2013/04/08 17:12:40 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.2.1.ebuild,v 1.3 2013/04/08 19:03:26 jer Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 RDEPEND=">=dev-libs/libgcrypt-1.2
 	dev-libs/libgpg-error"





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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-08 19:03 [gentoo-commits] gentoo-x86 commit in net-libs/libotr: ChangeLog libotr-3.2.1.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-08 17:12 Sergey Popov (pinkbyte)
2013-04-08 14:59 Sergey Popov (pinkbyte)

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