From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1266973-garchives=archives.gentoo.org@lists.gentoo.org> 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 5B2491382C5 for <garchives@archives.gentoo.org>; Sat, 3 Apr 2021 19:53:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AB77E0848; Sat, 3 Apr 2021 19:53:34 +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 41852E0848 for <gentoo-commits@lists.gentoo.org>; Sat, 3 Apr 2021 19:53:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3C485340BBD for <gentoo-commits@lists.gentoo.org>; Sat, 3 Apr 2021 19:53:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B29AD649 for <gentoo-commits@lists.gentoo.org>; Sat, 3 Apr 2021 19:53:30 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1617479582.f28843f40811874a77bc05bfdff24dadd12ac727.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/czmq/czmq-4.2.0.ebuild X-VCS-Directories: net-libs/czmq/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f28843f40811874a77bc05bfdff24dadd12ac727 X-VCS-Branch: master Date: Sat, 3 Apr 2021 19:53:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c96a2674-5639-410f-98de-c164dbab4a5e X-Archives-Hash: 356cb6978d764dbe8386218fd1576388 commit: f28843f40811874a77bc05bfdff24dadd12ac727 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 3 19:45:09 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 19:53:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f28843f4 net-libs/czmq: autotools-- Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/czmq/czmq-4.2.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-libs/czmq/czmq-4.2.0.ebuild b/net-libs/czmq/czmq-4.2.0.ebuild index 2eb22f2b402..ddf995f5914 100644 --- a/net-libs/czmq/czmq-4.2.0.ebuild +++ b/net-libs/czmq/czmq-4.2.0.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -inherit autotools - DESCRIPTION="High-level C Binding for ZeroMQ" HOMEPAGE="http://czmq.zeromq.org" SRC_URI="https://github.com/zeromq/${PN}/releases/download/v${PV}/${P}.tar.gz"