Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/documancer: documancer-0.2.6.ebuild ChangeLog
Date: Wed, 03 Oct 2007 04:38:46
Message-Id: E1Icvrf-0001JT-4l@stork.gentoo.org
1 dirtyepic 07/10/03 04:29:39
2
3 Modified: documancer-0.2.6.ebuild ChangeLog
4 Log:
5 Lock wxpython dependency. Fix quoting and use emake.
6 (Portage version: 2.1.3.11)
7
8 Revision Changes Path
9 1.5 dev-util/documancer/documancer-0.2.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/documancer/documancer-0.2.6.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/documancer/documancer-0.2.6.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/documancer/documancer-0.2.6.ebuild?r1=1.4&r2=1.5
14
15 Index: documancer-0.2.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/documancer/documancer-0.2.6.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- documancer-0.2.6.ebuild 2 May 2006 22:25:46 -0000 1.4
22 +++ documancer-0.2.6.ebuild 3 Oct 2007 04:29:38 -0000 1.5
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/documancer-0.2.6.ebuild,v 1.4 2006/05/02 22:25:46 swegener Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/documancer-0.2.6.ebuild,v 1.5 2007/10/03 04:29:38 dirtyepic Exp $
29
30 inherit eutils
31
32 @@ -18,9 +18,8 @@
33
34 RDEPEND=">=x11-libs/wxmozilla-0.5.6
35 >=virtual/python-2.3
36 - >=dev-python/wxpython-2.6.3
37 - virtual/jre
38 - dev-lang/perl"
39 + =dev-python/wxpython-2.6*
40 + virtual/jre"
41
42 pkg_setup () {
43 # Note: can't use "python_mod_exists wxPython.mozilla" here because
44 @@ -34,7 +33,7 @@
45 }
46
47 src_install () {
48 - make install DESTDIR=${D} || die
49 + emake DESTDIR="${D}" install || die
50
51 dodoc AUTHORS FAQ NEWS README TODO
52 }
53
54
55
56 1.11 dev-util/documancer/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/documancer/ChangeLog?rev=1.11&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/documancer/ChangeLog?rev=1.11&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/documancer/ChangeLog?r1=1.10&r2=1.11
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/dev-util/documancer/ChangeLog,v
65 retrieving revision 1.10
66 retrieving revision 1.11
67 diff -u -r1.10 -r1.11
68 --- ChangeLog 25 Oct 2006 17:33:52 -0000 1.10
69 +++ ChangeLog 3 Oct 2007 04:29:38 -0000 1.11
70 @@ -1,6 +1,9 @@
71 # ChangeLog for dev-util/documancer
72 -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/ChangeLog,v 1.10 2006/10/25 17:33:52 leio Exp $
74 +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/ChangeLog,v 1.11 2007/10/03 04:29:38 dirtyepic Exp $
76 +
77 + 03 Oct 2007; Ryan Hill <dirtyepic@g.o> documancer-0.2.6.ebuild:
78 + Lock wxpython dependency. Fix quoting and use emake.
79
80 25 Oct 2006; Mart Raudsepp <leio@g.o> -files/documancer.backend,
81 -documancer-0.1.7.ebuild:
82
83
84
85 --
86 gentoo-commits@g.o mailing list