From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37EF5138359 for ; Sun, 6 Sep 2020 20:18:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65DE6E0928; Sun, 6 Sep 2020 20:18:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B14BE0928 for ; Sun, 6 Sep 2020 20:18:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06B2733BE34 for ; Sun, 6 Sep 2020 20:18:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EB7D2F2 for ; Sun, 6 Sep 2020 20:18:16 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1599423494.d968f5d6b769a2a39b5509e442dbaf5dd508d99c.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetfilter_acct/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnetfilter_acct/libnetfilter_acct-1.0.2.ebuild net-libs/libnetfilter_acct/libnetfilter_acct-1.0.3.ebuild X-VCS-Directories: net-libs/libnetfilter_acct/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: d968f5d6b769a2a39b5509e442dbaf5dd508d99c X-VCS-Branch: master Date: Sun, 6 Sep 2020 20:18:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 94bd69e4-1737-4b52-b33a-24a9ecf9e78e X-Archives-Hash: 67ffc58385ba6e814861a827042689ea commit: d968f5d6b769a2a39b5509e442dbaf5dd508d99c Author: Jeroen Roovers gentoo org> AuthorDate: Sun Sep 6 20:11:57 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Sep 6 20:18:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d968f5d6 net-libs/libnetfilter_acct: Shorten DESCRIPTION Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Jeroen Roovers gentoo.org> net-libs/libnetfilter_acct/libnetfilter_acct-1.0.2.ebuild | 2 +- net-libs/libnetfilter_acct/libnetfilter_acct-1.0.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libnetfilter_acct/libnetfilter_acct-1.0.2.ebuild b/net-libs/libnetfilter_acct/libnetfilter_acct-1.0.2.ebuild index e4ec341dade..1cea6cd972a 100644 --- a/net-libs/libnetfilter_acct/libnetfilter_acct-1.0.2.ebuild +++ b/net-libs/libnetfilter_acct/libnetfilter_acct-1.0.2.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit eutils linux-info ltprune multilib -DESCRIPTION="Userspace library providing interface to extended accounting infrastructure of NetFilter" +DESCRIPTION="library providing interface to extended accounting infrastructure" HOMEPAGE="https://netfilter.org/projects/libnetfilter_acct/" SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" diff --git a/net-libs/libnetfilter_acct/libnetfilter_acct-1.0.3.ebuild b/net-libs/libnetfilter_acct/libnetfilter_acct-1.0.3.ebuild index 63312579c64..1d5ac92d897 100644 --- a/net-libs/libnetfilter_acct/libnetfilter_acct-1.0.3.ebuild +++ b/net-libs/libnetfilter_acct/libnetfilter_acct-1.0.3.ebuild @@ -4,7 +4,7 @@ EAPI=6 inherit eutils linux-info ltprune multilib -DESCRIPTION="Userspace library providing interface to extended accounting infrastructure of NetFilter" +DESCRIPTION="library providing interface to extended accounting infrastructure" HOMEPAGE="https://netfilter.org/projects/libnetfilter_acct/" SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"