From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from mail019.syd.optusnet.com.au (mail019.syd.optusnet.com.au [210.49.20.160]) by chiba.3jane.net (Postfix) with ESMTP id E5AC2AC3F3 for ; Mon, 24 Jun 2002 05:01:07 -0500 (CDT) Received: from lemon.sorbet (c19094.rochd1.qld.optusnet.com.au [210.49.62.183]) by mail019.syd.optusnet.com.au (8.11.1/8.11.1) with SMTP id g5OA15N30481; Mon, 24 Jun 2002 20:01:06 +1000 Message-ID: <001501c21b65$bfba4e20$0201a8c0@sorbet> From: "Mark Cox" To: Cc: Date: Mon, 24 Jun 2002 19:58:53 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Subject: [gentoo-dev] ebuild cvs fetching. Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 47387ec9-7e13-44fc-98b1-afd65e0f4575 X-Archives-Hash: fe1146e33d727d9fa4365e167f033723 gentoo-dev, I is it possible to specify a URI syntax for a cvs repository. ie SRC_URI="cvs://foo:bar@a.cvs.repository.org/cvsroot/". If not is it possible to append a cvs URI syntax to the fetcher, or can you specify an alternate bash function like src_fetch in an ebuild file similar to the src_compile and src_unpack functions. Mark