Received: by mail.netbsd.org (Postfix, from userid 605) id 9316884FAD; Mon, 26 Feb 2024 19:17:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708975047; bh=mPCHzlD54rJyet0z0jTfKJttPveLxkeR+pgH4Hdwwh4=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=moNin4Qtt5BqoxGWuwie++JHXny779hzw+SEv1jZqAGODX4ohrw0BDyY010nzk4Gh T829OKlXxEljct8siuw23RW4z2asMvbhfyD0uWrpEMvaE+NhBzrz7rwil/MdOetRBD F0Dxumv/ESu7T3XGlHTG/pdPNAzfI/MMC74PEjgc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8116E84FAA for ; Mon, 26 Feb 2024 19:17:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id a-GquhHIkxQs for ; Mon, 26 Feb 2024 19:17:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D39A784E54 for ; Mon, 26 Feb 2024 19:17:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708975046; bh=mPCHzlD54rJyet0z0jTfKJttPveLxkeR+pgH4Hdwwh4=; h=Date:From:Subject:To:Reply-To; b=kEghAOkl5zbsL3bn+Rj9en6ffao32iqhcxi3GWSVBDTUUBikjXRnVrEd+8toA70Ay PNGGVkxbEnU2nZKhpnVGqlO0xRoaV7EheUEH7l/UDrC0b3YGTnuIo1BgHUfpkAIhDl qJasCK18iL9eaXU1uy8yKnaY09Nb8b1A1REYOuIU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id CD7F5FA27; Mon, 26 Feb 2024 19:17:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170897504513740" MIME-Version: 1.0 Date: Mon, 26 Feb 2024 19:17:25 +0000 From: "pin" Subject: CVS commit: pkgsrc/editors To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240226191725.CD7F5FA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170897504513740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Mon Feb 26 19:17:25 UTC 2024 Modified Files: pkgsrc/editors: Makefile Removed Files: pkgsrc/editors/ced: DESCR Makefile PLIST cargo-depends.mk distinfo Log Message: editors/ced: remove package To generate a diff of this commit: cvs rdiff -u -r1.246 -r1.247 pkgsrc/editors/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/editors/ced/DESCR pkgsrc/editors/ced/PLIST cvs rdiff -u -r1.6 -r0 pkgsrc/editors/ced/Makefile \ pkgsrc/editors/ced/distinfo cvs rdiff -u -r1.4 -r0 pkgsrc/editors/ced/cargo-depends.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170897504513740 Content-Disposition: inline Content-Length: 551 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/Makefile diff -u pkgsrc/editors/Makefile:1.246 pkgsrc/editors/Makefile:1.247 --- pkgsrc/editors/Makefile:1.246 Mon Feb 26 19:16:27 2024 +++ pkgsrc/editors/Makefile Mon Feb 26 19:17:25 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.246 2024/02/26 19:16:27 pin Exp $ +# $NetBSD: Makefile,v 1.247 2024/02/26 19:17:25 pin Exp $ # COMMENT= Text and binary editors @@ -14,7 +14,6 @@ SUBDIR+= beaver SUBDIR+= biew SUBDIR+= bvi SUBDIR+= ce -SUBDIR+= ced SUBDIR+= codeblocks SUBDIR+= codelite SUBDIR+= cooledit --_----------=_170897504513740--