~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH] testing/bash-completion: remove conflicting files

Eivind Uggedal <eivind@uggedal.com>
Details
Message ID
<1385730163-27107-1-git-send-email-eivind@uggedal.com>
Sender timestamp
1385730163
DKIM signature
missing
Download raw message
Patch: +26 -1
remove some completion files conflicting with files provided
upstream from util-linux and networkmanager.
---
 testing/bash-completion/APKBUILD | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

diff --git a/testing/bash-completion/APKBUILD b/testing/bash-completion/APKBUILD
index fcd11f6494f4..ac8d8c834315 100644
--- a/testing/bash-completion/APKBUILD
+++ b/testing/bash-completion/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=bash-completion
pkgver=2.1
pkgrel=0
pkgrel=1
pkgdesc="Command-line tab-completion for bash"
url="http://bash-completion.alioth.debian.org/"
arch="noarch"
@@ -14,6 +14,26 @@ install=""
source="http://ftp.debian.org/debian/pool/main/b/bash-completion/${pkgname}_${pkgver}.orig.tar.bz2"

_builddir="$srcdir"/$pkgname-$pkgver

# Provided with util-linux and networkmanager:
_conflicting="
	cal
	chsh
	dmesg
	eject
	hd
	hexdump
	hwclock
	ionice
	look
	ncal
	newgrp
	renice
	rtcwake
	su
	nmcli
	"

prepare() {
	local i
	cd "$_builddir"
@@ -35,6 +55,11 @@ build() {
package() {
	cd "$_builddir"
	make -j1 DESTDIR="$pkgdir" install || return 1

	cd "$pkgdir"/usr/share/bash-completion/completions
	for c in $_conflicting; do
		rm $c
	done
}

md5sums="4e2a9f11a4042a38ee79ddcd048e8b9e  bash-completion_2.1.orig.tar.bz2"
-- 
1.8.4.3



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20131129150147.2863df83@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1385730163-27107-1-git-send-email-eivind@uggedal.com> (view parent)
Sender timestamp
1385733707
DKIM signature
missing
Download raw message
On Fri, 29 Nov 2013 13:02:43 +0000
Eivind Uggedal <eivind@uggedal.com> wrote:

> remove some completion files conflicting with files provided
> upstream from util-linux and networkmanager.
> ---
>  testing/bash-completion/APKBUILD | 27 ++++++++++++++++++++++++++-
>  1 file changed, 26 insertions(+), 1 deletion(-)

applied. thanks!

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)