From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: vc-fossil to non-gnu elpa? Date: Mon, 04 Jan 2021 06:14:43 -0500 Message-ID: References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24182"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jan 04 12:16:21 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kwNqW-0006C3-Sy for ged-emacs-devel@m.gmane-mx.org; Mon, 04 Jan 2021 12:16:20 +0100 Original-Received: from localhost ([::1]:33890 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kwNqV-0004xX-Uu for ged-emacs-devel@m.gmane-mx.org; Mon, 04 Jan 2021 06:16:19 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58880) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kwNoy-0003a4-Fk for emacs-devel@gnu.org; Mon, 04 Jan 2021 06:14:45 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60658) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kwNox-0000zm-SB; Mon, 04 Jan 2021 06:14:44 -0500 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1kwNox-0007Uk-4w; Mon, 04 Jan 2021 06:14:43 -0500 In-Reply-To: (message from Stefan Monnier on Sun, 03 Jan 2021 12:21:03 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:262412 Archived-At: > Would it be possible to add vc-fossil to non-gnu elpa? I haven't looked at that code, so I can't really tell, but most likely it is, yes. All you need to do is check that it's acceptable according to our criteria and if so add it to the `elpa-packages` file in the `main` branch on `nongnu.git`. Cool. I'll double check the list of requirements, and fix them if need be. And post a patch for nongnu.git.