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 2042A138A1A for ; Wed, 4 Feb 2015 18:20:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79107E0864; Wed, 4 Feb 2015 18:20:38 +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 1E638E0864 for ; Wed, 4 Feb 2015 18:20:38 +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 172DE34077C for ; Wed, 4 Feb 2015 18:20:37 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2265) id 4DBB4110D8; Wed, 4 Feb 2015 18:20:35 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen (chithanh)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, chithanh@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/iceauth: iceauth-1.0.7.ebuild ChangeLog iceauth-1.0.4.ebuild iceauth-1.0.5.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: iceauth-1.0.7.ebuild ChangeLog iceauth-1.0.4.ebuild iceauth-1.0.5.ebuild X-VCS-Directories: x11-apps/iceauth X-VCS-Committer: chithanh X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150204182035.4DBB4110D8@oystercatcher.gentoo.org> Date: Wed, 4 Feb 2015 18:20:35 +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: 21d3ce2f-57e5-4666-b215-29eb1895f493 X-Archives-Hash: b77869fd5a2b0b6d85b09c6818f1c3f4 chithanh 15/02/04 18:20:35 Modified: ChangeLog Added: iceauth-1.0.7.ebuild Removed: iceauth-1.0.4.ebuild iceauth-1.0.5.ebuild Log: Version bump. Remove old. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!) Revision Changes Path 1.75 x11-apps/iceauth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/iceauth/ChangeLog?rev=1.75&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/iceauth/ChangeLog?rev=1.75&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/iceauth/ChangeLog?r1=1.74&r2=1.75 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-apps/iceauth/ChangeLog,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- ChangeLog 8 Oct 2013 05:02:37 -0000 1.74 +++ ChangeLog 4 Feb 2015 18:20:35 -0000 1.75 @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/iceauth -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/iceauth/ChangeLog,v 1.74 2013/10/08 05:02:37 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/iceauth/ChangeLog,v 1.75 2015/02/04 18:20:35 chithanh Exp $ + +*iceauth-1.0.7 (04 Feb 2015) + + 04 Feb 2015; Chí-Thanh Christopher Nguyễn + +iceauth-1.0.7.ebuild, -iceauth-1.0.4.ebuild, -iceauth-1.0.5.ebuild: + Version bump. Remove old. 08 Oct 2013; Agostino Sarubbo iceauth-1.0.6.ebuild: Stable for x86, wrt bug #475480 1.1 x11-apps/iceauth/iceauth-1.0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/iceauth/iceauth-1.0.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/iceauth/iceauth-1.0.7.ebuild?rev=1.1&content-type=text/plain Index: iceauth-1.0.7.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-apps/iceauth/iceauth-1.0.7.ebuild,v 1.1 2015/02/04 18:20:35 chithanh Exp $ EAPI=5 inherit xorg-2 DESCRIPTION="ICE authority file utility" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris ~x86-winnt" IUSE="" RDEPEND="x11-libs/libICE" DEPEND="${RDEPEND} x11-proto/xproto"