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 965B8139082 for ; Sun, 5 Feb 2017 19:59:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65785E0DB7; Sun, 5 Feb 2017 19:58:53 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4815BE0DB7 for ; Sun, 5 Feb 2017 19:58:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DA5D34166C for ; Sun, 5 Feb 2017 19:58:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B65973DC8 for ; Sun, 5 Feb 2017 19:58:50 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1486324724.addc0cbc8a91b390c1d6a4b0045917766cd37db4.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/iprange/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/iprange/Manifest net-misc/iprange/iprange-1.0.2.ebuild net-misc/iprange/iprange-1.0.3.ebuild X-VCS-Directories: net-misc/iprange/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: addc0cbc8a91b390c1d6a4b0045917766cd37db4 X-VCS-Branch: master Date: Sun, 5 Feb 2017 19:58:50 +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: 0295c79e-9380-4dae-8dab-79ded7624bf2 X-Archives-Hash: 7d5828bdfed144876a76fd14e547266d commit: addc0cbc8a91b390c1d6a4b0045917766cd37db4 Author: Alon Bar-Lev gentoo org> AuthorDate: Sun Feb 5 19:56:34 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sun Feb 5 19:58:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=addc0cbc net-misc/iprange: version bump Package-Manager: portage-2.3.3 net-misc/iprange/Manifest | 2 +- net-misc/iprange/{iprange-1.0.2.ebuild => iprange-1.0.3.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/iprange/Manifest b/net-misc/iprange/Manifest index 97e3c93..0c79c73 100644 --- a/net-misc/iprange/Manifest +++ b/net-misc/iprange/Manifest @@ -1 +1 @@ -DIST iprange-1.0.2.tar.xz 104396 SHA256 5a136728d7ed27b94fd0c5e6307b7bae9ab3795f4006cbfab353ea2a77503d2e SHA512 da27976b5fb9dec3a88cf608683ad29a0796c08150e163d7a02815b35a5e16c96c592bbf876c60f105b8f6efc76f1a1d7d84a0cdd20b50a04e4407b743843696 WHIRLPOOL 39cb49d5013792de4029a65c94d4c643a96743bfba4b5305a1e8bc9499138bee5562a7c76226579f4e15d3f982d94085163a4efa5eb424117f4d0bd73c7b6bc2 +DIST iprange-1.0.3.tar.xz 107436 SHA256 e22d528eadff3486147aa0763bdc20d4f9b7af6c6f0e4ce9205bc3bc7ca18f53 SHA512 b1dd64c69d07512fb2df18a58866de9f3c644a8e7f9b242ede522f4e69725c397c9759c21826f78074a12a426a76d1b4f950068ddaaddf53ed5168d374c9a2df WHIRLPOOL 895332d62c740081ada9567e8f5593b70c21c7f1fa7a31c7f62fdd7452c9b1cd3003427c4b297dadf09fdcb78e61cb3b317bca9b3a787b10614d145177b63031 diff --git a/net-misc/iprange/iprange-1.0.2.ebuild b/net-misc/iprange/iprange-1.0.3.ebuild similarity index 86% rename from net-misc/iprange/iprange-1.0.2.ebuild rename to net-misc/iprange/iprange-1.0.3.ebuild index 1ce98ec..60a1088 100644 --- a/net-misc/iprange/iprange-1.0.2.ebuild +++ b/net-misc/iprange/iprange-1.0.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 DESCRIPTION="iprange utility" HOMEPAGE="https://firehol.org"