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-doc/quanta-docs: ChangeLog quanta-docs-20051201.ebuild quanta-docs-20030405.ebuild quanta-docs-20041123.ebuild
Date: Sun, 25 Oct 2009 23:31:15
Message-Id: E1N2CYL-0006EA-CF@stork.gentoo.org
1 abcd 09/10/25 23:31:13
2
3 Modified: ChangeLog quanta-docs-20051201.ebuild
4 Removed: quanta-docs-20030405.ebuild
5 quanta-docs-20041123.ebuild
6 Log:
7 drop old versions, fix QA warning
8 (Portage version: -svn/cvs/Linux i686)
9
10 Revision Changes Path
11 1.36 app-doc/quanta-docs/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/quanta-docs/ChangeLog?rev=1.36&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/quanta-docs/ChangeLog?rev=1.36&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/quanta-docs/ChangeLog?r1=1.35&r2=1.36
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/ChangeLog,v
20 retrieving revision 1.35
21 retrieving revision 1.36
22 diff -u -r1.35 -r1.36
23 --- ChangeLog 13 May 2007 06:37:17 -0000 1.35
24 +++ ChangeLog 25 Oct 2009 23:31:12 -0000 1.36
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-doc/quanta-docs
27 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/ChangeLog,v 1.35 2007/05/13 06:37:17 kumba Exp $
29 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/ChangeLog,v 1.36 2009/10/25 23:31:12 abcd Exp $
31 +
32 + 25 Oct 2009; Jonathan Callen <abcd@g.o>
33 + -quanta-docs-20030405.ebuild, -quanta-docs-20041123.ebuild,
34 + quanta-docs-20051201.ebuild:
35 + drop old versions, fix QA warning
36
37 13 May 2007; Joshua Kinard <kumba@g.o> quanta-docs-20051201.ebuild:
38 Stable on mips, per #134761.
39
40
41
42 1.11 app-doc/quanta-docs/quanta-docs-20051201.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/quanta-docs/quanta-docs-20051201.ebuild?rev=1.11&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/quanta-docs/quanta-docs-20051201.ebuild?rev=1.11&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/quanta-docs/quanta-docs-20051201.ebuild?r1=1.10&r2=1.11
47
48 Index: quanta-docs-20051201.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/quanta-docs-20051201.ebuild,v
51 retrieving revision 1.10
52 retrieving revision 1.11
53 diff -u -r1.10 -r1.11
54 --- quanta-docs-20051201.ebuild 13 May 2007 06:37:17 -0000 1.10
55 +++ quanta-docs-20051201.ebuild 25 Oct 2009 23:31:12 -0000 1.11
56 @@ -1,6 +1,6 @@
57 -# Copyright 1999-2007 Gentoo Foundation
58 +# Copyright 1999-2009 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/quanta-docs-20051201.ebuild,v 1.10 2007/05/13 06:37:17 kumba Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/quanta-docs-20051201.ebuild,v 1.11 2009/10/25 23:31:12 abcd Exp $
62
63 DESCRIPTION="Language documentation files for Quanta."
64 HOMEPAGE="http://quanta.kdewebdev.org/"
65 @@ -27,7 +27,7 @@
66 use mysql && docdirs="${docdirs} mysql5"
67
68 for i in ${docdirs}; do
69 - cd ${S}/${i}
70 + cd "${S}/${i}"
71 cp -R "$i" "$i.docrc" "${D}/usr/share/apps/quanta/doc"
72 done
73 }