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 681BF138CEE for ; Wed, 24 Jun 2015 08:04:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD237E089B; Wed, 24 Jun 2015 08:04:20 +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 58E42E089B for ; Wed, 24 Jun 2015 08:04:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96DF83406C0 for ; Wed, 24 Jun 2015 08:04:19 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id 7112CA53; Wed, 24 Jun 2015 08:04:18 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/tcpdump: tcpdump-4.7.4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: tcpdump-4.7.4.ebuild ChangeLog X-VCS-Directories: net-analyzer/tcpdump X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150624080418.7112CA53@oystercatcher.gentoo.org> Date: Wed, 24 Jun 2015 08:04:18 +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: 69985799-0d8e-4ccc-93f2-acccd8e31390 X-Archives-Hash: df40f332e065e7cdfba0c456c4948499 ago 15/06/24 08:04:18 Modified: tcpdump-4.7.4.ebuild ChangeLog Log: Stable for ppc, wrt bug #552632 (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision Changes Path 1.5 net-analyzer/tcpdump/tcpdump-4.7.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.7.4.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.7.4.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.7.4.ebuild?r1=1.4&r2=1.5 Index: tcpdump-4.7.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.7.4.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tcpdump-4.7.4.ebuild 22 Jun 2015 11:33:03 -0000 1.4 +++ tcpdump-4.7.4.ebuild 24 Jun 2015 08:04:18 -0000 1.5 @@ -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/net-analyzer/tcpdump/tcpdump-4.7.4.ebuild,v 1.4 2015/06/22 11:33:03 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.7.4.ebuild,v 1.5 2015/06/24 08:04:18 ago Exp $ EAPI=5 inherit flag-o-matic toolchain-funcs user @@ -12,7 +12,7 @@ LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="+drop-root smi ssl ipv6 samba suid test" RDEPEND=" 1.216 net-analyzer/tcpdump/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/ChangeLog?rev=1.216&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/ChangeLog?rev=1.216&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/ChangeLog?r1=1.215&r2=1.216 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v retrieving revision 1.215 retrieving revision 1.216 diff -u -r1.215 -r1.216 --- ChangeLog 22 Jun 2015 11:33:03 -0000 1.215 +++ ChangeLog 24 Jun 2015 08:04:18 -0000 1.216 @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/tcpdump # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.215 2015/06/22 11:33:03 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.216 2015/06/24 08:04:18 ago Exp $ + + 24 Jun 2015; Agostino Sarubbo tcpdump-4.7.4.ebuild: + Stable for ppc, wrt bug #552632 22 Jun 2015; Mikle Kolyada tcpdump-4.7.4.ebuild: x86 stable wrt bug #552632