kensington 14/10/02 13:25:15 Modified: kdocker-4.8-r2.ebuild ChangeLog Log: Use bash-completion-r1 eclass to find bash completion directory instead of hard coding it. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.3 x11-misc/kdocker/kdocker-4.8-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/kdocker/kdocker-4.8-r2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/kdocker/kdocker-4.8-r2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/kdocker/kdocker-4.8-r2.ebuild?r1=1.2&r2=1.3 Index: kdocker-4.8-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/kdocker/kdocker-4.8-r2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- kdocker-4.8-r2.ebuild 25 Jun 2014 17:35:18 -0000 1.2 +++ kdocker-4.8-r2.ebuild 2 Oct 2014 13:25:15 -0000 1.3 @@ -1,11 +1,11 @@ # 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-r2.ebuild,v 1.2 2014/06/25 17:35:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/kdocker/kdocker-4.8-r2.ebuild,v 1.3 2014/10/02 13:25:15 kensington Exp $ EAPI=5 LANGS="it" -inherit qt4-r2 +inherit bash-completion-r1 qt4-r2 DESCRIPTION="Helper to dock any application into the system tray" HOMEPAGE="https://launchpad.net/kdocker/" @@ -37,7 +37,7 @@ 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%' \ + sed -i -e "/completion.path/s%/etc/bash_completion.d%$(get_bashcompdir)%" \ kdocker.pro || die "sed failed" } 1.10 x11-misc/kdocker/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/kdocker/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/kdocker/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/kdocker/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/kdocker/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 25 Jun 2014 17:35:18 -0000 1.9 +++ ChangeLog 2 Oct 2014 13:25:15 -0000 1.10 @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/kdocker # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/kdocker/ChangeLog,v 1.9 2014/06/25 17:35:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/kdocker/ChangeLog,v 1.10 2014/10/02 13:25:15 kensington Exp $ + + 02 Oct 2014; Michael Palimaka <[email protected]> kdocker-4.8-r2.ebuild: + Use bash-completion-r1 eclass to find bash completion directory instead of + hard coding it. 25 Jun 2014; Michael Palimaka <[email protected]> kdocker-4.8-r2.ebuild: Add missing USE dependency wrt bug #514334.
