summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-08-28 16:43:44 +0000
committerMichał Górny <mgorny@gentoo.org>2014-08-28 16:43:44 +0000
commit2dc8d6eccc51679483658e440e7dc752c845265b (patch)
treed03dc1baf470bb67f5f7bfd2fc9d8f55da7f127e /sys-power
parentRemove snapshot of libopenraw which should have never been committed. (diff)
downloadgentoo-2-2dc8d6eccc51679483658e440e7dc752c845265b.tar.gz
gentoo-2-2dc8d6eccc51679483658e440e7dc752c845265b.tar.bz2
gentoo-2-2dc8d6eccc51679483658e440e7dc752c845265b.zip
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!)
Diffstat (limited to 'sys-power')
-rw-r--r--sys-power/sispmctl/ChangeLog6
-rw-r--r--sys-power/sispmctl/sispmctl-3.1.ebuild11
2 files changed, 9 insertions, 8 deletions
diff --git a/sys-power/sispmctl/ChangeLog b/sys-power/sispmctl/ChangeLog
index 35ec32eecd3e..afd07b589441 100644
--- a/sys-power/sispmctl/ChangeLog
+++ b/sys-power/sispmctl/ChangeLog
@@ -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 <mgorny@gentoo.org> 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)
diff --git a/sys-power/sispmctl/sispmctl-3.1.ebuild b/sys-power/sispmctl/sispmctl-3.1.ebuild
index ed7de5370ead..1b1fb3f15b66 100644
--- a/sys-power/sispmctl/sispmctl-3.1.ebuild
+++ b/sys-power/sispmctl/sispmctl-3.1.ebuild
@@ -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 @@ SRC_URI="mirror://sourceforge/sispmctl/${P}.tar.gz"
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 @@ src_install() {
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"