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 B3C95138334 for ; Tue, 17 Jul 2018 22:54:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEF3FE0B54; Tue, 17 Jul 2018 22:54:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7BFEFE0B54 for ; Tue, 17 Jul 2018 22:54:17 +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 5B364335C32 for ; Tue, 17 Jul 2018 22:54:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 099F6349 for ; Tue, 17 Jul 2018 22:54:12 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1531867984.4b16146c0145d5b8729e9bceb45dc412370c88f9.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/znc/Manifest net-irc/znc/znc-1.7.1.ebuild net-irc/znc/znc-1.7.1_rc1.ebuild X-VCS-Directories: net-irc/znc/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 4b16146c0145d5b8729e9bceb45dc412370c88f9 X-VCS-Branch: master Date: Tue, 17 Jul 2018 22:54:12 +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: 1fc9071f-4e6a-4c05-9cfb-910a84d49e30 X-Archives-Hash: 0d8ebc7e552d526847cd364dd2884b9e commit: 4b16146c0145d5b8729e9bceb45dc412370c88f9 Author: Louis Sautier gentoo org> AuthorDate: Tue Jul 17 22:49:39 2018 +0000 Commit: Louis Sautier gentoo org> CommitDate: Tue Jul 17 22:53:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b16146c net-irc/znc: bump to 1.7.1, only the version string changes See the following link for a comparison of both releases: https://github.com/znc/znc/compare/znc-1.7.1-rc1...znc-1.7.1 Bug: https://bugs.gentoo.org/661228 Package-Manager: Portage-2.3.43, Repoman-2.3.10 net-irc/znc/Manifest | 2 +- net-irc/znc/{znc-1.7.1_rc1.ebuild => znc-1.7.1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/znc/Manifest b/net-irc/znc/Manifest index 62133c7bbce..cf9e0f5c01a 100644 --- a/net-irc/znc/Manifest +++ b/net-irc/znc/Manifest @@ -1,2 +1,2 @@ DIST gtest-ba96d0b1161f540656efdaed035b3c062b60e006.tar.gz 987370 BLAKE2B fcedfe559c4c93166962900117dc492da3cbb99165c30766c39131c20e3b41f057a31a8cb631beaca829c1e9966e90cbc37469ba56a5fc15a2bea86cbe401a63 SHA512 ce78098f973b45f4a177db387c42a56d5ea34407a2af278760b850c326e8450760a58991d62a5408f5df79f89fefd10fee71745b7e8669b2a6f74fa63a259600 -DIST znc-1.7.1-rc1.tar.gz 2041320 BLAKE2B 62669b598d7423cb55fad458fe6172be36904e8599dcde757936883093f24deb6a5ed6a093e3e92854810f02e96372f44139f9807e70e0cf007de90a1373c6a8 SHA512 b4e223c86c75bc97620c52333d90d6458a02777dce9c629f8a095f8134a06992a60978b2fe8bbce29ed1155932f9f37e0a324a498ee16527b0235e4306c34973 +DIST znc-1.7.1.tar.gz 2041669 BLAKE2B 57ead136e28b0fc4a875802ef89ef004213789e68d19ceeab15c6fac6fe51ea51618764c484ea618fc6359d9c15cc7ffcf5529642d730b9217a4f127e92d9ae6 SHA512 907068fb0828091026d440145b70ca76109302f13c18d94f772660192434287f209a06a52da1dd39726b9a38735b3cea9afbd062eb6def4cd428bb73c562a902 diff --git a/net-irc/znc/znc-1.7.1_rc1.ebuild b/net-irc/znc/znc-1.7.1.ebuild similarity index 100% rename from net-irc/znc/znc-1.7.1_rc1.ebuild rename to net-irc/znc/znc-1.7.1.ebuild