diff options
author | Johannes Huber <johu@gentoo.org> | 2014-03-13 22:09:14 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-03-13 22:09:14 +0000 |
commit | 7990425521180b61b3cd39fc9110458a0eb27597 (patch) | |
tree | a683cd69a51ede44599cee5dce97107fd5182468 /x11-misc/kdocker | |
parent | Mask x11-themes/gdm-themes-livecd for removal. (diff) | |
download | gentoo-2-7990425521180b61b3cd39fc9110458a0eb27597.tar.gz gentoo-2-7990425521180b61b3cd39fc9110458a0eb27597.tar.bz2 gentoo-2-7990425521180b61b3cd39fc9110458a0eb27597.zip |
Revision bump installs bash completion script to the correct location by Samuel BAUER <samuel.bauer@yahoo.fr>, bug #504518.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'x11-misc/kdocker')
-rw-r--r-- | x11-misc/kdocker/ChangeLog | 11 | ||||
-rw-r--r-- | x11-misc/kdocker/kdocker-4.8-r2.ebuild (renamed from x11-misc/kdocker/kdocker-4.8-r1.ebuild) | 7 |
2 files changed, 14 insertions, 4 deletions
diff --git a/x11-misc/kdocker/ChangeLog b/x11-misc/kdocker/ChangeLog index 2ee40f9ee0ca..acdb8cbb8b43 100644 --- a/x11-misc/kdocker/ChangeLog +++ b/x11-misc/kdocker/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-misc/kdocker -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/kdocker/ChangeLog,v 1.7 2013/10/27 15:14:14 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/kdocker/ChangeLog,v 1.8 2014/03/13 22:09:14 johu Exp $ + +*kdocker-4.8-r2 (13 Mar 2014) + + 13 Mar 2014; Johannes Huber <johu@gentoo.org> +kdocker-4.8-r2.ebuild, + -kdocker-4.8-r1.ebuild: + Revision bump installs bash completion script to the correct location by + Samuel BAUER <samuel.bauer@yahoo.fr>, bug #504518. *kdocker-4.8-r1 (27 Oct 2013) diff --git a/x11-misc/kdocker/kdocker-4.8-r1.ebuild b/x11-misc/kdocker/kdocker-4.8-r2.ebuild index 219de5a1088b..065a5ca08dd9 100644 --- a/x11-misc/kdocker/kdocker-4.8-r1.ebuild +++ b/x11-misc/kdocker/kdocker-4.8-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/kdocker/kdocker-4.8-r1.ebuild,v 1.1 2013/10/27 15:14:14 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/kdocker/kdocker-4.8-r2.ebuild,v 1.1 2014/03/13 22:09:14 johu Exp $ EAPI=5 @@ -36,6 +36,9 @@ src_prepare() { if ! use linguas_it ; then sed -e '/^INSTALLS +=/s/translations//' -i kdocker.pro || die "sed failed" fi + + sed -i -e '/completion.path/s%/etc/bash_completion.d%/usr/share/bash-completion%' \ + kdocker.pro || die "sed failed" } src_configure() { |