Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/sispmctl: sispmctl-3.1.ebuild ChangeLog
Date: Thu, 28 Aug 2014 16:43:49
Message-Id: 20140828164344.8FBF69FC@oystercatcher.gentoo.org
1 mgorny 14/08/28 16:43:44
2
3 Modified: sispmctl-3.1.ebuild ChangeLog
4 Log:
5 Remove USE=bash-completion, install the completion file unconditionally. Use bash-completion-r1 to install in the correct location.
6
7 (Portage version: 2.2.11_p165/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.2 sys-power/sispmctl/sispmctl-3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/sispmctl/sispmctl-3.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/sispmctl/sispmctl-3.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/sispmctl/sispmctl-3.1.ebuild?r1=1.1&r2=1.2
15
16 Index: sispmctl-3.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-power/sispmctl/sispmctl-3.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- sispmctl-3.1.ebuild 30 Mar 2014 13:47:15 -0000 1.1
23 +++ sispmctl-3.1.ebuild 28 Aug 2014 16:43:44 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-power/sispmctl/sispmctl-3.1.ebuild,v 1.1 2014/03/30 13:47:15 wschlich Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-power/sispmctl/sispmctl-3.1.ebuild,v 1.2 2014/08/28 16:43:44 mgorny Exp $
29
30 EAPI=5
31
32 -inherit eutils
33 +inherit bash-completion-r1 eutils
34
35 DESCRIPTION="GEMBIRD SiS-PM control utility"
36 HOMEPAGE="http://sispmctl.sourceforge.net/"
37 @@ -13,7 +13,7 @@
38 LICENSE="GPL-2"
39 SLOT="0"
40 KEYWORDS="~amd64 ~arm ~x86"
41 -IUSE="bash-completion gemplug"
42 +IUSE="gemplug"
43
44 RDEPEND="virtual/libusb:0
45 gemplug? ( sys-process/at )"
46 @@ -36,10 +36,7 @@
47 insinto /lib/udev/rules.d
48 doins extras/gemplug/74-sispmctl.rules
49
50 - if use bash-completion; then
51 - insinto /usr/share/bash-completion
52 - newins extras/gemplug/gemplug-completion.sh gemplug
53 - fi
54 + newbashcomp extras/gemplug/gemplug-completion.sh gemplug
55
56 einfo "To be able to use the locking mechanism of gemplug(1),"
57 einfo "add the users who are designated to run gemplug to the"
58
59
60
61 1.10 sys-power/sispmctl/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/sispmctl/ChangeLog?rev=1.10&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/sispmctl/ChangeLog?rev=1.10&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/sispmctl/ChangeLog?r1=1.9&r2=1.10
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/sys-power/sispmctl/ChangeLog,v
70 retrieving revision 1.9
71 retrieving revision 1.10
72 diff -u -r1.9 -r1.10
73 --- ChangeLog 30 Mar 2014 13:47:16 -0000 1.9
74 +++ ChangeLog 28 Aug 2014 16:43:44 -0000 1.10
75 @@ -1,6 +1,10 @@
76 # ChangeLog for sys-power/sispmctl
77 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/sys-power/sispmctl/ChangeLog,v 1.9 2014/03/30 13:47:16 wschlich Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/sys-power/sispmctl/ChangeLog,v 1.10 2014/08/28 16:43:44 mgorny Exp $
80 +
81 + 28 Aug 2014; Michał Górny <mgorny@g.o> sispmctl-3.1.ebuild:
82 + Remove USE=bash-completion, install the completion file unconditionally. Use
83 + bash-completion-r1 to install in the correct location.
84
85 *sispmctl-3.1 (30 Mar 2014)