public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/tntnet: tntnet-2.2.ebuild tntnet-2.2.1.ebuild ChangeLog
@ 2014-03-01 22:14 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2014-03-01 22:14 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/03/01 22:14:27

  Modified:             tntnet-2.2.ebuild tntnet-2.2.1.ebuild ChangeLog
  Log:
  Update libgcrypt dep to use slot :0.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.3                  dev-libs/tntnet/tntnet-2.2.ebuild

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

Index: tntnet-2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/tntnet/tntnet-2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tntnet-2.2.ebuild	9 Feb 2014 01:33:28 -0000	1.2
+++ tntnet-2.2.ebuild	1 Mar 2014 22:14:27 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/tntnet-2.2.ebuild,v 1.2 2014/02/09 01:33:28 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/tntnet-2.2.ebuild,v 1.3 2014/03/01 22:14:27 mgorny Exp $
 
 EAPI="5"
 
@@ -20,7 +20,7 @@
 	ssl? (
 		gnutls? (
 			>=net-libs/gnutls-1.2.0
-			dev-libs/libgcrypt
+			dev-libs/libgcrypt:0
 		)
 		!gnutls? ( dev-libs/openssl )
 	)"



1.3                  dev-libs/tntnet/tntnet-2.2.1.ebuild

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

Index: tntnet-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/tntnet/tntnet-2.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tntnet-2.2.1.ebuild	9 Feb 2014 01:30:46 -0000	1.2
+++ tntnet-2.2.1.ebuild	1 Mar 2014 22:14:27 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/tntnet-2.2.1.ebuild,v 1.2 2014/02/09 01:30:46 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/tntnet-2.2.1.ebuild,v 1.3 2014/03/01 22:14:27 mgorny Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 	ssl? (
 		gnutls? (
 			>=net-libs/gnutls-1.2.0
-			dev-libs/libgcrypt
+			dev-libs/libgcrypt:0
 		)
 		!gnutls? ( dev-libs/openssl )
 	)"



1.27                 dev-libs/tntnet/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/tntnet/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	9 Feb 2014 01:33:28 -0000	1.26
+++ ChangeLog	1 Mar 2014 22:14:27 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/tntnet
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/ChangeLog,v 1.26 2014/02/09 01:33:28 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/ChangeLog,v 1.27 2014/03/01 22:14:27 mgorny Exp $
+
+  01 Mar 2014; Michał Górny <mgorny@gentoo.org> tntnet-2.2.1.ebuild,
+  tntnet-2.2.ebuild:
+  Update libgcrypt dep to use slot :0.
 
   09 Feb 2014; Joerg Bornkessel <hd_brummy@gentoo.org> tntnet-2.2.ebuild:
   fixed depend





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-01 22:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-01 22:14 [gentoo-commits] gentoo-x86 commit in dev-libs/tntnet: tntnet-2.2.ebuild tntnet-2.2.1.ebuild ChangeLog Michal Gorny (mgorny)

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