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 D30A913835A for ; Mon, 11 Jan 2021 08:00:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06B7EE078A; Mon, 11 Jan 2021 08:00:39 +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 E5DB3E078A for ; Mon, 11 Jan 2021 08:00:38 +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 5DE1D340EEF for ; Mon, 11 Jan 2021 08:00:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1D14B8 for ; Mon, 11 Jan 2021 08:00:35 +0000 (UTC) From: "Sam James" 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" Message-ID: <1610352032.c48c3b763d9b88b72d4e928418b05abc6a38c921.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cproto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cproto/Manifest dev-util/cproto/cproto-4.7r.ebuild X-VCS-Directories: dev-util/cproto/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c48c3b763d9b88b72d4e928418b05abc6a38c921 X-VCS-Branch: master Date: Mon, 11 Jan 2021 08:00:35 +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: 77c7ecca-3f59-4cc5-8177-5e7470c4ceea X-Archives-Hash: 22c48af95d49b404c92ef8e18ff6cf71 commit: c48c3b763d9b88b72d4e928418b05abc6a38c921 Author: Sam James gentoo org> AuthorDate: Mon Jan 11 07:56:24 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 11 08:00:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c48c3b76 dev-util/cproto: bump to 4.7r Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-util/cproto/Manifest | 1 + dev-util/cproto/cproto-4.7r.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/dev-util/cproto/Manifest b/dev-util/cproto/Manifest index 6d22fbd78f1..a75b4c37f50 100644 --- a/dev-util/cproto/Manifest +++ b/dev-util/cproto/Manifest @@ -1 +1,2 @@ DIST cproto-4.7q.tgz 175005 BLAKE2B 4138aeb87bff6cd59182939ca93c174cc23a67fd5830bbbb4f0e148edb7856acd7ec98390b46cc1c268c694347d6624a48d94e126751ddeec29fa8a305ed5d89 SHA512 014b51dfcc4b00cf0f71355901ce6ea5d5627846f4bce370559c4a7d9935abe8abc2f994a70793d4886ab93a24843152aa6c873515aa7d9a72d9c4a18fa1171e +DIST cproto-4.7r.tgz 178234 BLAKE2B 83198fda34413253c7396e0171e3675642c664044b5a409d3a652b0b4ec6a83c9eb64bd35e86a9593ba02af60e9947e04f0251224d1766ef6d0d4639ea56b905 SHA512 934b9241f8e3ddabb6f0065117f500e716f552bc3593879e03890a22332da8baf6cf0b9c0b13c077e13c4bb692bef0efd3c39e96092154863d318219b7845e57 diff --git a/dev-util/cproto/cproto-4.7r.ebuild b/dev-util/cproto/cproto-4.7r.ebuild new file mode 100644 index 00000000000..75a44498695 --- /dev/null +++ b/dev-util/cproto/cproto-4.7r.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Generate C function prototypes from C source code" +HOMEPAGE="https://invisible-island.net/cproto/" +SRC_URI="ftp://ftp.invisible-island.net/cproto/${P}.tgz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + +DEPEND="sys-devel/flex + virtual/yacc"