mgorny 14/08/28 16:43:44 Modified: sispmctl-3.1.ebuild ChangeLog Log: Remove USE=bash-completion, install the completion file unconditionally. Use bash-completion-r1 to install in the correct location. (Portage version: 2.2.11_p165/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 sys-power/sispmctl/sispmctl-3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/sispmctl/sispmctl-3.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/sispmctl/sispmctl-3.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/sispmctl/sispmctl-3.1.ebuild?r1=1.1&r2=1.2 Index: sispmctl-3.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-power/sispmctl/sispmctl-3.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sispmctl-3.1.ebuild 30 Mar 2014 13:47:15 -0000 1.1 +++ sispmctl-3.1.ebuild 28 Aug 2014 16:43:44 -0000 1.2 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/sispmctl/sispmctl-3.1.ebuild,v 1.1 2014/03/30 13:47:15 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/sispmctl/sispmctl-3.1.ebuild,v 1.2 2014/08/28 16:43:44 mgorny Exp $ EAPI=5 -inherit eutils +inherit bash-completion-r1 eutils DESCRIPTION="GEMBIRD SiS-PM control utility" HOMEPAGE="http://sispmctl.sourceforge.net/" @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="bash-completion gemplug" +IUSE="gemplug" RDEPEND="virtual/libusb:0 gemplug? ( sys-process/at )" @@ -36,10 +36,7 @@ insinto /lib/udev/rules.d doins extras/gemplug/74-sispmctl.rules - if use bash-completion; then - insinto /usr/share/bash-completion - newins extras/gemplug/gemplug-completion.sh gemplug - fi + newbashcomp extras/gemplug/gemplug-completion.sh gemplug einfo "To be able to use the locking mechanism of gemplug(1)," einfo "add the users who are designated to run gemplug to the" 1.10 sys-power/sispmctl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/sispmctl/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/sispmctl/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/sispmctl/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-power/sispmctl/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 30 Mar 2014 13:47:16 -0000 1.9 +++ ChangeLog 28 Aug 2014 16:43:44 -0000 1.10 @@ -1,6 +1,10 @@ # ChangeLog for sys-power/sispmctl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/sispmctl/ChangeLog,v 1.9 2014/03/30 13:47:16 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/sispmctl/ChangeLog,v 1.10 2014/08/28 16:43:44 mgorny Exp $ + + 28 Aug 2014; Michał Górny <[email protected]> sispmctl-3.1.ebuild: + Remove USE=bash-completion, install the completion file unconditionally. Use + bash-completion-r1 to install in the correct location. *sispmctl-3.1 (30 Mar 2014)
