From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 119039 invoked by alias); 18 Mar 2016 17:45:02 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 118164 invoked by uid 89); 18 Mar 2016 17:45:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=H*M:cygwin, H*F:U*yselkowitz, Hx-languages-length:618, H*Ad:U*yselkowitz X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 18 Mar 2016 17:45:00 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 82136D3C2A for ; Fri, 18 Mar 2016 17:44:59 +0000 (UTC) Received: from [10.10.116.22] (ovpn-116-22.rdu2.redhat.com [10.10.116.22]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u2IHiwOA008770 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 18 Mar 2016 13:44:59 -0400 Subject: Re: Process for retiring a subpackage To: cygwin-apps@cygwin.com References: <20160317120414.GT29016@dinwoodie.org> <56EAD16D.70003@cygwin.com> <20160318122406.GB29016@dinwoodie.org> From: Yaakov Selkowitz Message-ID: <56EC3E9D.4020207@cygwin.com> Date: Fri, 18 Mar 2016 17:45:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160318122406.GB29016@dinwoodie.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00080.txt.bz2 On 2016-03-18 07:24, Adam Dinwoodie wrote: > On Thu, Mar 17, 2016 at 10:46:53AM -0500, Yaakov Selkowitz wrote: >> Simpler: >> >> git_OBSOLETES="git-completion" >> >> Just leave this in indefinitely. > > Ah, handy! One thing that's missing, which I suspect is a bug in > Cygport: I'd expect the git-completion package produced after adding > that would have a category of "_obsolete", but I needed to define > git_completion_CATEGORY for that to happen. No, that's not necessary, cygport handles that just fine. Did you forget to remove git-completion from PKG_NAMES? -- Yaakov