X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-qa0-f51.google.com (mail-qa0-f51.google.com [209.85.216.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id D2842DC0AE5 for ; Wed, 27 Nov 2013 14:55:08 +0000 (UTC) Received: by mail-qa0-f51.google.com with SMTP id o15so10212068qap.10 for ; Wed, 27 Nov 2013 06:55:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=gZRtLSZD6LKktf4zQOA6FpzZ+wVVLovndVdTtQ8MKqs=; b=No+ANXRVjSfzOtyH7edfxiKCn0yw+og5rgiMUpczxXygS6X1ium+3RRpzw6g9UlIwG x7ZUZ0iWgQLVS+rui5Zvzi0Pwbsd2zR7N4d0DP/OcxlG53acymDzm4uu43+tLZtctexk 3GEG8ing1xyxz+vEV4+Z2j96xYEWpE/xuq1FcQSYTDswT0NzBhPzoeNQg/LGe74kKmke gon7m7LUZ8yLwe+p5yCCOFf75OMBOYgUm5V4gdCGMfNGX8I91vnk8vqMzLP4MjDzXz6E JIBM5JH6gpIPNAVnf3L321Y8i0HU1UV0pdRYQFYb6nBrYnpU5QHmKWP4NZy6+dvTyE4A Cggw== X-Gm-Message-State: ALoCoQmm7elbhqzgDpxSwf55AXRpqBeYgH6qcmADwlPsHQ+/mPfre4nBuc1dCTzGObz05UvvXM91 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.49.70.229 with SMTP id p5mr3818363qeu.42.1385564107965; Wed, 27 Nov 2013 06:55:07 -0800 (PST) Received: by 10.96.185.99 with HTTP; Wed, 27 Nov 2013 06:55:07 -0800 (PST) X-Originating-IP: [213.187.190.50] In-Reply-To: <20131127143028.51c1fd9f@vostro> References: <1385553044-19328-1-git-send-email-eivind@uggedal.com> <20131127143028.51c1fd9f@vostro> Date: Wed, 27 Nov 2013 15:55:07 +0100 Message-ID: Subject: Re: [alpine-devel] [PATCH] main/git: bash-completion subpackage From: Eivind Uggedal To: Timo Teras Cc: alpine-devel@lists.alpinelinux.org Content-Type: text/plain; charset=ISO-8859-1 On Wed, Nov 27, 2013 at 1:30 PM, Timo Teras wrote: > > On Wed, 27 Nov 2013 11:50:44 +0000 > Eivind Uggedal wrote: > > > @@ -75,6 +75,16 @@ svn() { > > mv "$pkgdir"/usr/libexec/git-core/git-svn > > "$subpkgdir"/usr/libexec/git-core } > > > > +completion() { > > + depends="" > > + pkgdesc="Bash completion script for git" > > + arch="noarch" > > + replaces="" > > + > > Would it make sense to have here install_if="git bash" or > install_if="git bash-completion" or similar? I didn't know about `install_if`. Seems it's used sparsely in the aports repo. But it would be nice to pull in the completion packages if one have bash-completion installed. By this logic, should default_doc add an install_if="man"? Eivind --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---