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 811B9198005 for ; Thu, 7 Mar 2013 05:56:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07DDFE0733; Thu, 7 Mar 2013 05:56:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C643E0733 for ; Thu, 7 Mar 2013 05:56:31 +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 A55B333DD59 for ; Thu, 7 Mar 2013 05:56:30 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2329) id 6B10F2171D; Thu, 7 Mar 2013 05:56:29 +0000 (UTC) From: "Sergey Popov (pinkbyte)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pinkbyte@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/nfacct: ChangeLog nfacct-1.0.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog nfacct-1.0.1.ebuild X-VCS-Directories: net-firewall/nfacct X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130307055629.6B10F2171D@flycatcher.gentoo.org> Date: Thu, 7 Mar 2013 05:56:29 +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: 8cceaae3-3ef3-490b-b948-1698a357df57 X-Archives-Hash: c28fbbc37757ce0c669eefa62d68e122 pinkbyte 13/03/07 05:56:29 Modified: ChangeLog Added: nfacct-1.0.1.ebuild Log: Version bump (Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42) Revision Changes Path 1.5 net-firewall/nfacct/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/nfacct/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/nfacct/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/nfacct/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-firewall/nfacct/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 30 Jan 2013 18:53:03 -0000 1.4 +++ ChangeLog 7 Mar 2013 05:56:29 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for net-firewall/nfacct # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/nfacct/ChangeLog,v 1.4 2013/01/30 18:53:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/nfacct/ChangeLog,v 1.5 2013/03/07 05:56:29 pinkbyte Exp $ + +*nfacct-1.0.1 (07 Mar 2013) + + 07 Mar 2013; Sergey Popov +nfacct-1.0.1.ebuild: + Version bump 30 Jan 2013; Agostino Sarubbo nfacct-1.0.0.ebuild: Stable for x86, wrt bug #449218 1.1 net-firewall/nfacct/nfacct-1.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/nfacct/nfacct-1.0.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/nfacct/nfacct-1.0.1.ebuild?rev=1.1&content-type=text/plain Index: nfacct-1.0.1.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-firewall/nfacct/nfacct-1.0.1.ebuild,v 1.1 2013/03/07 05:56:29 pinkbyte Exp $ EAPI=5 inherit linux-info DESCRIPTION="Command line tool to create/retrieve/delete accounting objects in NetFilter" HOMEPAGE="http://netfilter.org/projects/nfacct" SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="net-libs/libmnl >=net-libs/libnetfilter_acct-1.0.2" RDEPEND="${DEPEND}" CONFIG_CHECK="NETFILTER_NETLINK_ACCT"