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 8B2A6138334 for ; Thu, 25 Apr 2019 03:37:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF7B1E098F; Thu, 25 Apr 2019 03:37:04 +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 BEAF3E098F for ; Thu, 25 Apr 2019 03:37:04 +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 501EE3425CD for ; Thu, 25 Apr 2019 03:37:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94BC15D6 for ; Thu, 25 Apr 2019 03:36:58 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1556163387.546a7e32a84f24968ec54aa5dbf919dde9c6ce4c.bman@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.7o.ebuild X-VCS-Directories: dev-util/cproto/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 546a7e32a84f24968ec54aa5dbf919dde9c6ce4c X-VCS-Branch: master Date: Thu, 25 Apr 2019 03:36:58 +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: 451daa6f-e11c-4eb3-a10b-48913dcd0037 X-Archives-Hash: fffda614e2248d27a0e806f762b2ae98 commit: 546a7e32a84f24968ec54aa5dbf919dde9c6ce4c Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Apr 17 16:07:54 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Apr 25 03:36:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546a7e32 dev-util/cproto: version bump (4.7o) and EAPI=7 Closes: https://bugs.gentoo.org/683688 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Aaron Bauman gentoo.org> dev-util/cproto/Manifest | 1 + dev-util/cproto/cproto-4.7o.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/dev-util/cproto/Manifest b/dev-util/cproto/Manifest index 1f31cc9df09..887587519c6 100644 --- a/dev-util/cproto/Manifest +++ b/dev-util/cproto/Manifest @@ -1 +1,2 @@ DIST cproto-4.7e.tgz 145919 BLAKE2B 97e3b3bf3b282299d177bf2ea8548f91f8dc6432671b93187d91fc00ca02807f5d3a370cc563cbb46fa163f23fe5ff034d9e148e6621eaf87f7e9658e925c6fc SHA512 c9a1da8e19d85600109127e2de079cff5e66e51f0f3220f9a69e72e720ed6d745ef456b3a645bbb4755073c6ce59411d0137d9012da545736e92380f41c83985 +DIST cproto-4.7o.tgz 168915 BLAKE2B a79d22014140531c263d0b389c50c263b13bf2e9bd2142da54ec712ec13f122539d92fbc3e40a52d52802e17e5b96a39c73e0ea3dd3c189e0e4563cf7b3feea3 SHA512 9a731be8bfa3f0da9c8a7c04a1c9bcf5ca52897325fa868306c35d818fc54348f83d93e2b2d792a2f682f935fb42d928d2828b1ff7fe3287a1806852e180a9f3 diff --git a/dev-util/cproto/cproto-4.7o.ebuild b/dev-util/cproto/cproto-4.7o.ebuild new file mode 100644 index 00000000000..89109877417 --- /dev/null +++ b/dev-util/cproto/cproto-4.7o.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2019 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"