public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-crypt/gcr: ChangeLog gcr-3.14.0.ebuild gcr-3.16.0.ebuild
@ 2015-07-29 12:27 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; only message in thread
From: Alexandre Rostovtsev (tetromino) @ 2015-07-29 12:27 UTC (permalink / raw
  To: gentoo-commits

tetromino    15/07/29 12:27:24

  Modified:             ChangeLog gcr-3.14.0.ebuild gcr-3.16.0.ebuild
  Log:
  Require >=gtk+-3.12 (bug #556166, thanks to Bodo Thiesen).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)

Revision  Changes    Path
1.61                 app-crypt/gcr/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	29 Jul 2015 07:59:43 -0000	1.60
+++ ChangeLog	29 Jul 2015 12:27:24 -0000	1.61
@@ -1,6 +1,10 @@
 # ChangeLog for app-crypt/gcr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v 1.60 2015/07/29 07:59:43 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v 1.61 2015/07/29 12:27:24 tetromino Exp $
+
+  29 Jul 2015; Alexandre Rostovtsev <tetromino@gentoo.org> gcr-3.14.0.ebuild,
+  gcr-3.16.0.ebuild:
+  Require >=gtk+-3.12 (bug #556166, thanks to Bodo Thiesen).
 
   29 Jul 2015; Tobias Klausmann <klausman@gentoo.org> gcr-3.14.0.ebuild:
   Stable on alpha, bug 551814



1.14                 app-crypt/gcr/gcr-3.14.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild?r1=1.13&r2=1.14

Index: gcr-3.14.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gcr-3.14.0.ebuild	29 Jul 2015 07:59:43 -0000	1.13
+++ gcr-3.14.0.ebuild	29 Jul 2015 12:27:24 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild,v 1.13 2015/07/29 07:59:43 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild,v 1.14 2015/07/29 12:27:24 tetromino Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -25,7 +25,7 @@
 	>=dev-libs/libgcrypt-1.2.2:0=
 	>=dev-libs/libtasn1-1:=
 	>=sys-apps/dbus-1
-	gtk? ( >=x11-libs/gtk+-3:3[X,introspection?] )
+	gtk? ( >=x11-libs/gtk+-3.12:3[X,introspection?] )
 	introspection? ( >=dev-libs/gobject-introspection-1.34 )
 "
 RDEPEND="${COMMON_DEPEND}



1.3                  app-crypt/gcr/gcr-3.16.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild?r1=1.2&r2=1.3

Index: gcr-3.16.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gcr-3.16.0.ebuild	19 Jun 2015 14:01:48 -0000	1.2
+++ gcr-3.16.0.ebuild	29 Jul 2015 12:27:24 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild,v 1.2 2015/06/19 14:01:48 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild,v 1.3 2015/07/29 12:27:24 tetromino Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -25,7 +25,7 @@
 	>=dev-libs/libgcrypt-1.2.2:0=
 	>=dev-libs/libtasn1-1:=
 	>=sys-apps/dbus-1
-	gtk? ( >=x11-libs/gtk+-3.10:3[X,introspection?] )
+	gtk? ( >=x11-libs/gtk+-3.12:3[X,introspection?] )
 	introspection? ( >=dev-libs/gobject-introspection-1.34 )
 "
 RDEPEND="${COMMON_DEPEND}





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

only message in thread, other threads:[~2015-07-29 12:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-29 12:27 [gentoo-commits] gentoo-x86 commit in app-crypt/gcr: ChangeLog gcr-3.14.0.ebuild gcr-3.16.0.ebuild Alexandre Rostovtsev (tetromino)

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