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 6B2C7139335 for ; Tue, 29 Jun 2021 21:29:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A876EE086A; Tue, 29 Jun 2021 21:29:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 89827E086A for ; Tue, 29 Jun 2021 21:29:09 +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 6425133BE3E for ; Tue, 29 Jun 2021 21:29:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F156C4C3 for ; Tue, 29 Jun 2021 21:29:06 +0000 (UTC) From: "Abtin Matthew Bakhtiari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Abtin Matthew Bakhtiari" Message-ID: <1625002140.ddf9a07ad421c97b1ee2d848a19ced8a296eef06.matthewabtin@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-erlang/cowlib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-erlang/cowlib/Manifest dev-erlang/cowlib/cowlib-2.10.1.ebuild dev-erlang/cowlib/cowlib-2.11.0.ebuild X-VCS-Directories: dev-erlang/cowlib/ X-VCS-Committer: matthewabtin X-VCS-Committer-Name: Abtin Matthew Bakhtiari X-VCS-Revision: ddf9a07ad421c97b1ee2d848a19ced8a296eef06 X-VCS-Branch: dev Date: Tue, 29 Jun 2021 21:29:06 +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: 0fa12e9a-841f-4731-a47a-e4a3eadda3f7 X-Archives-Hash: 56b71fc3f9d227ddede95dc8835fbcb1 commit: ddf9a07ad421c97b1ee2d848a19ced8a296eef06 Author: Matthew Bakhtiari mtbk me> AuthorDate: Tue Jun 29 21:29:00 2021 +0000 Commit: Abtin Matthew Bakhtiari protonmail com> CommitDate: Tue Jun 29 21:29:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ddf9a07a dev-erlang/cowlib: bump to 2.11.0 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Matthew mtbk.me> dev-erlang/cowlib/Manifest | 2 +- dev-erlang/cowlib/{cowlib-2.10.1.ebuild => cowlib-2.11.0.ebuild} | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-erlang/cowlib/Manifest b/dev-erlang/cowlib/Manifest index bb00dd6ea..d0970cca9 100644 --- a/dev-erlang/cowlib/Manifest +++ b/dev-erlang/cowlib/Manifest @@ -1 +1 @@ -DIST cowlib-2.10.1.tar.gz 206810 BLAKE2B fc8d6358af806453a417dcbe2f00025c2302b0fcb57e70752aff70defc9d5ca37d5ab675335c58bb7b7dea11ba0beb1a90df23d541707503e795038bd3784dfe SHA512 631b6bc467219da91bbfd7c8c4c935127615f784126d67a168a9e7b43c5ae4943ae432c8f101abae1928577b4273a2b4cd3181338cbf7a588d91aff4c70df323 +DIST cowlib-2.11.0.tar.gz 207188 BLAKE2B 17d5497c45e0dbb400c8dc9b556bce5655dd832c1c18d29ee8119bf819e5845fda1ef03161bc9a30d9cf048d62a3e28104ab6641e36494167f589171a6bc7310 SHA512 200d841f8b05078718197b9eb702f2dee25904f21317377145ce0c835bd7ab7db25ad8d02ee464a3ae701acb16fbe8d907fa338e547a035dd1f1e67afcb4d299 diff --git a/dev-erlang/cowlib/cowlib-2.10.1.ebuild b/dev-erlang/cowlib/cowlib-2.11.0.ebuild similarity index 96% rename from dev-erlang/cowlib/cowlib-2.10.1.ebuild rename to dev-erlang/cowlib/cowlib-2.11.0.ebuild index b705b0219..9c8dee85a 100644 --- a/dev-erlang/cowlib/cowlib-2.10.1.ebuild +++ b/dev-erlang/cowlib/cowlib-2.11.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit rebar @@ -13,6 +13,7 @@ SRC_URI="https://github.com/ninenines/${PN}/archive/${PV}.tar.gz LICENSE="ISC" SLOT="0" KEYWORDS="~amd64" +RESTRICT="mirror" DOCS=( README.asciidoc )