From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RRGGi-0003PX-6h for garchives@archives.gentoo.org; Fri, 18 Nov 2011 04:41:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C567B21C087; Fri, 18 Nov 2011 04:41:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7FC4921C087 for ; Fri, 18 Nov 2011 04:41:32 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B26E91B4039 for ; Fri, 18 Nov 2011 04:41:31 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2306) id 816F12004B; Fri, 18 Nov 2011 04:41:30 +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 gnome-base/gnome-keyring: ChangeLog gnome-keyring-3.2.2.ebuild gnome-keyring-3.2.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog gnome-keyring-3.2.2.ebuild gnome-keyring-3.2.1.ebuild X-VCS-Directories: gnome-base/gnome-keyring X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev Content-Type: text/plain; charset=utf8 Message-Id: <20111118044130.816F12004B@flycatcher.gentoo.org> Date: Fri, 18 Nov 2011 04:41:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0cc63957-a65b-40a3-a0d8-ba1ec4756ed9 X-Archives-Hash: cf343c05602f6816c15ae3773236e390 tetromino 11/11/18 04:41:30 Modified: ChangeLog gnome-keyring-3.2.2.ebuild gnome-keyring-3.2.1.ebuild Log: Off-by-one in version_is_at_least. =20 (Portage version: 2.2.0_alpha75/cvs/Linux x86_64) Revision Changes Path 1.218 gnome-base/gnome-keyring/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-k= eyring/ChangeLog?rev=3D1.218&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-k= eyring/ChangeLog?rev=3D1.218&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-k= eyring/ChangeLog?r1=3D1.217&r2=3D1.218 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v retrieving revision 1.217 retrieving revision 1.218 diff -u -r1.217 -r1.218 --- ChangeLog 18 Nov 2011 04:31:07 -0000 1.217 +++ ChangeLog 18 Nov 2011 04:41:30 -0000 1.218 @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/gnome-keyring # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v = 1.217 2011/11/18 04:31:07 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v = 1.218 2011/11/18 04:41:30 tetromino Exp $ + + 18 Nov 2011; Alexandre Rostovtsev + gnome-keyring-3.2.1.ebuild, gnome-keyring-3.2.2.ebuild: + Off-by-one in version_is_at_least. =20 18 Nov 2011; Alexandre Rostovtsev gnome-keyring-3.2.1.ebuild, gnome-keyring-3.2.2.ebuild: 1.4 gnome-base/gnome-keyring/gnome-keyring-3.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-k= eyring/gnome-keyring-3.2.2.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-k= eyring/gnome-keyring-3.2.2.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-k= eyring/gnome-keyring-3.2.2.ebuild?r1=3D1.3&r2=3D1.4 Index: gnome-keyring-3.2.2.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-= 3.2.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gnome-keyring-3.2.2.ebuild 18 Nov 2011 04:31:07 -0000 1.3 +++ gnome-keyring-3.2.2.ebuild 18 Nov 2011 04:41:30 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyrin= g-3.2.2.ebuild,v 1.3 2011/11/18 04:31:07 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyrin= g-3.2.2.ebuild,v 1.4 2011/11/18 04:41:30 tetromino Exp $ =20 EAPI=3D"4" GCONF_DEBUG=3D"no" @@ -107,7 +107,7 @@ ewarn "Failed to set capabilities. Probable reason is missing kernel s= upport." ewarn "Your kernel must have _FS_SECURITY enabled (e.g. EXT4_FS_SE= CURITY)" ewarn "where is the filesystem to store ${path}" - if ! version_is_at_least 2.6.32 "$(uname -r)"; then + if ! version_is_at_least 2.6.33 "$(uname -r)"; then ewarn "For kernel 2.6.32 or older, you will also need to enable" ewarn "SECURITY_FILE_CAPABILITIES." fi 1.4 gnome-base/gnome-keyring/gnome-keyring-3.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-k= eyring/gnome-keyring-3.2.1.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-k= eyring/gnome-keyring-3.2.1.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-k= eyring/gnome-keyring-3.2.1.ebuild?r1=3D1.3&r2=3D1.4 Index: gnome-keyring-3.2.1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-= 3.2.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gnome-keyring-3.2.1.ebuild 18 Nov 2011 04:31:08 -0000 1.3 +++ gnome-keyring-3.2.1.ebuild 18 Nov 2011 04:41:30 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyrin= g-3.2.1.ebuild,v 1.3 2011/11/18 04:31:08 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyrin= g-3.2.1.ebuild,v 1.4 2011/11/18 04:41:30 tetromino Exp $ =20 EAPI=3D"4" GCONF_DEBUG=3D"no" @@ -105,7 +105,7 @@ ewarn "Failed to set capabilities. Probable reason is missing kernel s= upport." ewarn "Your kernel must have _FS_SECURITY enabled (e.g. EXT4_FS_SE= CURITY)" ewarn "where is the filesystem to store ${path}" - if ! version_is_at_least 2.6.32 "$(uname -r)"; then + if ! version_is_at_least 2.6.33 "$(uname -r)"; then ewarn "For kernel 2.6.32 or older, you will also need to enable" ewarn "SECURITY_FILE_CAPABILITIES." fi