Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/supernova: supernova-1.0.3-r1.ebuild ChangeLog
Date: Wed, 27 Aug 2014 18:02:07
Message-Id: 20140827180202.E388D4000@oystercatcher.gentoo.org
1 mgorny 14/08/27 18:02:02
2
3 Modified: supernova-1.0.3-r1.ebuild ChangeLog
4 Log:
5 Remove USE=bash-completion, install the completion file unconditionally following the Council decision.
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 app-admin/supernova/supernova-1.0.3-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supernova/supernova-1.0.3-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supernova/supernova-1.0.3-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supernova/supernova-1.0.3-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: supernova-1.0.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-admin/supernova/supernova-1.0.3-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- supernova-1.0.3-r1.ebuild 25 Aug 2014 22:45:18 -0000 1.1
23 +++ supernova-1.0.3-r1.ebuild 27 Aug 2014 18:02:02 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-admin/supernova/supernova-1.0.3-r1.ebuild,v 1.1 2014/08/25 22:45:18 alunduil Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-admin/supernova/supernova-1.0.3-r1.ebuild,v 1.2 2014/08/27 18:02:02 mgorny Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python2_7 )
32 @@ -15,7 +15,7 @@
33 LICENSE="Apache-2.0"
34 SLOT="0"
35 KEYWORDS="~amd64"
36 -IUSE="bash-completion doc examples"
37 +IUSE="doc examples"
38
39 DEPEND="
40 dev-python/setuptools[${PYTHON_USEDEP}]
41 @@ -36,5 +36,5 @@
42
43 distutils-r1_python_install_all
44
45 - use bash-completion && newbashcomp contrib/${PN}-completion.bash ${PN}
46 + newbashcomp contrib/${PN}-completion.bash ${PN}
47 }
48
49
50
51 1.4 app-admin/supernova/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supernova/ChangeLog?rev=1.4&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supernova/ChangeLog?rev=1.4&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supernova/ChangeLog?r1=1.3&r2=1.4
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/app-admin/supernova/ChangeLog,v
60 retrieving revision 1.3
61 retrieving revision 1.4
62 diff -u -r1.3 -r1.4
63 --- ChangeLog 25 Aug 2014 22:45:18 -0000 1.3
64 +++ ChangeLog 27 Aug 2014 18:02:02 -0000 1.4
65 @@ -1,6 +1,10 @@
66 # ChangeLog for app-admin/supernova
67 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/app-admin/supernova/ChangeLog,v 1.3 2014/08/25 22:45:18 alunduil Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/app-admin/supernova/ChangeLog,v 1.4 2014/08/27 18:02:02 mgorny Exp $
70 +
71 + 27 Aug 2014; Michał Górny <mgorny@g.o> supernova-1.0.3-r1.ebuild:
72 + Remove USE=bash-completion, install the completion file unconditionally
73 + following the Council decision.
74
75 *supernova-1.0.3-r1 (25 Aug 2014)
76
77 @@ -17,4 +21,3 @@
78 03 Aug 2014; Alex Brandt <alunduil@g.o> +supernova-1.0.1.ebuild,
79 +metadata.xml:
80 New ebuild for supernova. Ebuild written by me.
81 -