Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/strigi: ChangeLog strigi-0.6.5.ebuild strigi-0.7.0.ebuild
Date: Fri, 08 Jan 2010 06:33:18
Message-Id: E1NT8PL-0005l7-9N@stork.gentoo.org
1 abcd 10/01/08 06:33:15
2
3 Modified: ChangeLog strigi-0.6.5.ebuild strigi-0.7.0.ebuild
4 Log:
5 Drop mention of old sqlite backend in elog
6 (Portage version: -svn/cvs/Linux i686)
7
8 Revision Changes Path
9 1.47 app-misc/strigi/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/strigi/ChangeLog?rev=1.47&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/strigi/ChangeLog?rev=1.47&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/strigi/ChangeLog?r1=1.46&r2=1.47
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/strigi/ChangeLog,v
18 retrieving revision 1.46
19 retrieving revision 1.47
20 diff -u -r1.46 -r1.47
21 --- ChangeLog 27 Dec 2009 17:20:31 -0000 1.46
22 +++ ChangeLog 8 Jan 2010 06:33:14 -0000 1.47
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-misc/strigi
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/ChangeLog,v 1.46 2009/12/27 17:20:31 armin76 Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/ChangeLog,v 1.47 2010/01/08 06:33:14 abcd Exp $
29 +
30 + 08 Jan 2010; Jonathan Callen <abcd@g.o> strigi-0.6.5.ebuild,
31 + strigi-0.7.0.ebuild:
32 + Drop mention of old sqlite backend in elog
33
34 27 Dec 2009; Raúl Porcel <armin76@g.o> strigi-0.6.5.ebuild,
35 strigi-0.7.0.ebuild:
36
37
38
39 1.6 app-misc/strigi/strigi-0.6.5.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/strigi/strigi-0.6.5.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/strigi/strigi-0.6.5.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/strigi/strigi-0.6.5.ebuild?r1=1.5&r2=1.6
44
45 Index: strigi-0.6.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-misc/strigi/strigi-0.6.5.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- strigi-0.6.5.ebuild 27 Dec 2009 17:20:31 -0000 1.5
52 +++ strigi-0.6.5.ebuild 8 Jan 2010 06:33:14 -0000 1.6
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/strigi-0.6.5.ebuild,v 1.5 2009/12/27 17:20:31 armin76 Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/strigi-0.6.5.ebuild,v 1.6 2010/01/08 06:33:14 abcd Exp $
59
60 EAPI="2"
61
62 @@ -92,8 +92,8 @@
63
64 pkg_postinst() {
65 if ! use clucene && ! use hyperestraier; then
66 - elog "Because you didn't enable any of the supported backends:"
67 - elog "clucene, hyperestraier and sqlite"
68 + elog "Because you didn't enable either of the supported backends:"
69 + elog "clucene or hyperestraier"
70 elog "clucene support was silently installed."
71 elog "If you prefer another backend, be sure to reinstall strigi"
72 elog "and to enable that backend use flag"
73
74
75
76 1.10 app-misc/strigi/strigi-0.7.0.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/strigi/strigi-0.7.0.ebuild?rev=1.10&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/strigi/strigi-0.7.0.ebuild?rev=1.10&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/strigi/strigi-0.7.0.ebuild?r1=1.9&r2=1.10
81
82 Index: strigi-0.7.0.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/app-misc/strigi/strigi-0.7.0.ebuild,v
85 retrieving revision 1.9
86 retrieving revision 1.10
87 diff -u -r1.9 -r1.10
88 --- strigi-0.7.0.ebuild 27 Dec 2009 17:20:31 -0000 1.9
89 +++ strigi-0.7.0.ebuild 8 Jan 2010 06:33:14 -0000 1.10
90 @@ -1,6 +1,6 @@
91 -# Copyright 1999-2009 Gentoo Foundation
92 +# Copyright 1999-2010 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/strigi-0.7.0.ebuild,v 1.9 2009/12/27 17:20:31 armin76 Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/strigi-0.7.0.ebuild,v 1.10 2010/01/08 06:33:14 abcd Exp $
96
97 EAPI="2"
98
99 @@ -92,8 +92,8 @@
100
101 pkg_postinst() {
102 if ! use clucene && ! use hyperestraier; then
103 - elog "Because you didn't enable any of the supported backends:"
104 - elog "clucene, hyperestraier and sqlite"
105 + elog "Because you didn't enable either of the supported backends:"
106 + elog "clucene or hyperestraier"
107 elog "clucene support was silently installed."
108 elog "If you prefer another backend, be sure to reinstall strigi"
109 elog "and to enable that backend use flag"