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 725A113933E for ; Wed, 30 Jun 2021 07:14:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3DD2E0841; Wed, 30 Jun 2021 07:14:57 +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 A63DDE0843 for ; Wed, 30 Jun 2021 07:14:57 +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 6F97F33BEAE for ; Wed, 30 Jun 2021 07:14:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7E017C7 for ; Wed, 30 Jun 2021 07:14:53 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1625002140.ddf9a07ad421c97b1ee2d848a19ced8a296eef06.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: ddf9a07ad421c97b1ee2d848a19ced8a296eef06 X-VCS-Branch: master Date: Wed, 30 Jun 2021 07:14:53 +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: 158bbe5a-fd87-4c73-8d77-074e1e8e8928 X-Archives-Hash: 2ca50e82f57058c790b880be2dcdd4db commit: ddf9a07ad421c97b1ee2d848a19ced8a296eef06 Author: Matthew Bakhtiari mtbk me> AuthorDate: Tue Jun 29 21:29:00 2021 +0000 Commit: Florian Schmaus gentoo org> 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 )