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 38BEF1382C5 for ; Thu, 7 Jan 2021 11:33:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F7D5E0878; Thu, 7 Jan 2021 11:33:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E55C6E085E for ; Thu, 7 Jan 2021 11:33:29 +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 98AAA341267 for ; Thu, 7 Jan 2021 11:33:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2344E48E for ; Thu, 7 Jan 2021 11:33:27 +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: <1610019193.3f680b99e4da3ccdade91747fa444742205e1912.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.7o.ebuild X-VCS-Directories: dev-util/cproto/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3f680b99e4da3ccdade91747fa444742205e1912 X-VCS-Branch: master Date: Thu, 7 Jan 2021 11:33:27 +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: 44f3b160-84c8-4728-b52b-277c0d4c157b X-Archives-Hash: 165c6580e0ac151d546c1be26752c368 commit: 3f680b99e4da3ccdade91747fa444742205e1912 Author: Sam James gentoo org> AuthorDate: Thu Jan 7 11:19:31 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 7 11:33:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f680b99 dev-util/cproto: cleanup old 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.7o.ebuild | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/dev-util/cproto/Manifest b/dev-util/cproto/Manifest index c90dbd7a168..6d22fbd78f1 100644 --- a/dev-util/cproto/Manifest +++ b/dev-util/cproto/Manifest @@ -1,2 +1 @@ -DIST cproto-4.7o.tgz 168915 BLAKE2B a79d22014140531c263d0b389c50c263b13bf2e9bd2142da54ec712ec13f122539d92fbc3e40a52d52802e17e5b96a39c73e0ea3dd3c189e0e4563cf7b3feea3 SHA512 9a731be8bfa3f0da9c8a7c04a1c9bcf5ca52897325fa868306c35d818fc54348f83d93e2b2d792a2f682f935fb42d928d2828b1ff7fe3287a1806852e180a9f3 DIST cproto-4.7q.tgz 175005 BLAKE2B 4138aeb87bff6cd59182939ca93c174cc23a67fd5830bbbb4f0e148edb7856acd7ec98390b46cc1c268c694347d6624a48d94e126751ddeec29fa8a305ed5d89 SHA512 014b51dfcc4b00cf0f71355901ce6ea5d5627846f4bce370559c4a7d9935abe8abc2f994a70793d4886ab93a24843152aa6c873515aa7d9a72d9c4a18fa1171e diff --git a/dev-util/cproto/cproto-4.7o.ebuild b/dev-util/cproto/cproto-4.7o.ebuild deleted file mode 100644 index 4820a05be91..00000000000 --- a/dev-util/cproto/cproto-4.7o.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# 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"