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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4FDB015808B for ; Sun, 17 Apr 2022 19:01:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F246DE0BDB; Sun, 17 Apr 2022 19:00:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8247E0BC7 for ; Sun, 17 Apr 2022 19:00:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C34A34161C for ; Sun, 17 Apr 2022 19:00:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 164213F6 for ; Sun, 17 Apr 2022 19:00:21 +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: <1650221998.4b1ae2087043d721582422aaf430eca8fe1eb3ae.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.7s.ebuild X-VCS-Directories: dev-util/cproto/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4b1ae2087043d721582422aaf430eca8fe1eb3ae X-VCS-Branch: master Date: Sun, 17 Apr 2022 19:00:21 +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: 2008d4c0-3fab-4469-901a-fb1dd5629b34 X-Archives-Hash: 0c300a4d31c514d738931e30b6e1ce5f commit: 4b1ae2087043d721582422aaf430eca8fe1eb3ae Author: Sam James gentoo org> AuthorDate: Sun Apr 17 18:53:50 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 17 18:59:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1ae208 dev-util/cproto: drop 4.7s Signed-off-by: Sam James gentoo.org> dev-util/cproto/Manifest | 1 - dev-util/cproto/cproto-4.7s.ebuild | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/dev-util/cproto/Manifest b/dev-util/cproto/Manifest index 145a9f7f21eb..f855035845f6 100644 --- a/dev-util/cproto/Manifest +++ b/dev-util/cproto/Manifest @@ -1,2 +1 @@ -DIST cproto-4.7s.tgz 178765 BLAKE2B d9c990e0e71851774bbedfcd2ee6119efcee5c32d8e29ff3e0cb7762f03900546e646745712e77fa66379bb4b76f9c5378608e5e1f1c7c176ac2e20448be2a6d SHA512 1ec46356dce91a504ac04b6220034bd53f736580bf92d9939af66f548c50e519b8959c9f1396227e14e668e6c73a4e771af6e8bda75f97d0ccc58a1381e4ddbf DIST cproto-4.7t.tgz 181095 BLAKE2B 60e8fc26acab8a7475d08c413b85bfc68b1fec877845f6302f741665eb3f779faf313d5463ec08f6a41a04737a9c280d3f8d5247bed819a21ea30a3c2d11f197 SHA512 ad5abddeec7e92ec85ac5d19f025a1d3362ed0a082e3a00fbc64545e3ef6e34fbd9cfff36be01276836d1d834c481927d12f747b0904dbc644d43f2e879bd82f diff --git a/dev-util/cproto/cproto-4.7s.ebuild b/dev-util/cproto/cproto-4.7s.ebuild deleted file mode 100644 index 981859029532..000000000000 --- a/dev-util/cproto/cproto-4.7s.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# 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"