From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8FF4E1384A7 for ; Wed, 29 Jul 2015 12:27:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA53A14023; Wed, 29 Jul 2015 12:27:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 579C014023 for ; Wed, 29 Jul 2015 12:27:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21A81340688 for ; Wed, 29 Jul 2015 12:27:26 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2306) id CE685EE; Wed, 29 Jul 2015 12:27:24 +0000 (UTC) From: "Alexandre Rostovtsev (tetromino)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tetromino@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/gcr: ChangeLog gcr-3.14.0.ebuild gcr-3.16.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog gcr-3.14.0.ebuild gcr-3.16.0.ebuild X-VCS-Directories: app-crypt/gcr X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150729122724.CE685EE@oystercatcher.gentoo.org> Date: Wed, 29 Jul 2015 12:27:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 20b044d1-fc7f-41c4-bea6-c5cffb4d248d X-Archives-Hash: 9897e27eccc5de4a4e9c7c37c8c2bccb 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 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 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}