Gentoo Archives: gentoo-commits

From: "Thomas Anderson (tanderson)" <tanderson@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/paludis: ChangeLog paludis-0.42.0.ebuild
Date: Sat, 31 Oct 2009 13:07:13
Message-Id: E1N4Dfg-0004o2-MU@stork.gentoo.org
1 tanderson 09/10/31 13:07:08
2
3 Modified: ChangeLog paludis-0.42.0.ebuild
4 Log:
5 Remove QA like I should have during the bump. I fail at mv.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.146 sys-apps/paludis/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/ChangeLog?rev=1.146&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/ChangeLog?rev=1.146&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/ChangeLog?r1=1.145&r2=1.146
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v
18 retrieving revision 1.145
19 retrieving revision 1.146
20 diff -u -r1.145 -r1.146
21 --- ChangeLog 30 Oct 2009 18:58:01 -0000 1.145
22 +++ ChangeLog 31 Oct 2009 13:07:07 -0000 1.146
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-apps/paludis
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.145 2009/10/30 18:58:01 tanderson Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.146 2009/10/31 13:07:07 tanderson Exp $
28 +
29 + 31 Oct 2009; Thomas Anderson <tanderson@g.o> paludis-0.42.0.ebuild:
30 + Remove QA like I should have during the bump. I fail at mv.
31
32 30 Oct 2009; Thomas Anderson <tanderson@g.o>
33 -paludis-0.36.0.ebuild, -paludis-0.36.1.ebuild, -paludis-0.38.0.ebuild,
34
35
36
37 1.2 sys-apps/paludis/paludis-0.42.0.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/paludis-0.42.0.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/paludis-0.42.0.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/paludis-0.42.0.ebuild?r1=1.1&r2=1.2
42
43 Index: paludis-0.42.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.42.0.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- paludis-0.42.0.ebuild 30 Oct 2009 18:42:19 -0000 1.1
50 +++ paludis-0.42.0.ebuild 31 Oct 2009 13:07:07 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.42.0.ebuild,v 1.1 2009/10/30 18:42:19 tanderson Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.42.0.ebuild,v 1.2 2009/10/31 13:07:07 tanderson Exp $
56
57 inherit bash-completion eutils flag-o-matic
58
59 @@ -8,7 +8,7 @@
60 HOMEPAGE="http://paludis.pioto.org/"
61 SRC_URI="http://paludis.pioto.org/download/${P}.tar.bz2"
62
63 -IUSE="doc inquisitio portage pink python-bindings qa ruby-bindings vim-syntax visibility xml zsh-completion"
64 +IUSE="doc inquisitio portage pink python-bindings ruby-bindings vim-syntax visibility xml zsh-completion"
65 LICENSE="GPL-2 vim-syntax? ( vim )"
66 SLOT="0"
67 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
68 @@ -18,7 +18,6 @@
69 >=app-shells/bash-3.2
70 inquisitio? ( dev-libs/libpcre )
71 python-bindings? ( >=dev-lang/python-2.4 >=dev-libs/boost-1.33.1-r1 )
72 - qa? ( dev-libs/libpcre >=dev-libs/libxml2-2.6 app-crypt/gnupg )
73 ruby-bindings? ( >=dev-lang/ruby-1.8 )
74 xml? ( >=dev-libs/libxml2-2.6 )"
75
76 @@ -73,7 +72,6 @@
77 econf \
78 $(use_enable doc doxygen ) \
79 $(use_enable pink ) \
80 - $(use_enable qa ) \
81 $(use_enable ruby-bindings ruby ) \
82 $(useq ruby-bindings && useq doc && echo --enable-ruby-doc ) \
83 $(use_enable python-bindings python ) \
84 @@ -99,9 +97,6 @@
85 BASH_COMPLETION_NAME="importare" dobashcompletion bash-completion/importare
86 BASH_COMPLETION_NAME="instruo" dobashcompletion bash-completion/instruo
87 BASH_COMPLETION_NAME="reconcilio" dobashcompletion bash-completion/reconcilio
88 - use qa && \
89 - BASH_COMPLETION_NAME="qualudis" \
90 - dobashcompletion bash-completion/qualudis
91 use inquisitio && \
92 BASH_COMPLETION_NAME="inquisitio" \
93 dobashcompletion bash-completion/inquisitio