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, 05 Dec 2007 03:45:20
Message-Id: E1IzlCD-0000JW-Ub@stork.gentoo.org
1 dirtyepic 07/12/05 03:45:13
2
3 Modified: documancer-0.2.6.ebuild ChangeLog
4 Log:
5 Lock to wxpython-2.6 with wxversion. Make executable executable.
6 (Portage version: 2.1.4_rc7)
7
8 Revision Changes Path
9 1.6 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.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/documancer/documancer-0.2.6.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/documancer/documancer-0.2.6.ebuild?r1=1.5&r2=1.6
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.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- documancer-0.2.6.ebuild 3 Oct 2007 04:29:38 -0000 1.5
22 +++ documancer-0.2.6.ebuild 5 Dec 2007 03:45:13 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/documancer-0.2.6.ebuild,v 1.5 2007/10/03 04:29:38 dirtyepic Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/documancer-0.2.6.ebuild,v 1.6 2007/12/05 03:45:13 dirtyepic Exp $
28
29 inherit eutils
30
31 @@ -32,8 +32,17 @@
32 fi
33 }
34
35 +src_unpack() {
36 + unpack ${A}
37 + cd "${S}"
38 +
39 + epatch "${FILESDIR}"/${P}-wxversion.patch
40 +}
41 +
42 src_install () {
43 emake DESTDIR="${D}" install || die
44
45 dodoc AUTHORS FAQ NEWS README TODO
46 +
47 + fperms 0755 /usr/$(get_libdir)/documancer/documancer.py
48 }
49
50
51
52 1.12 dev-util/documancer/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/documancer/ChangeLog?rev=1.12&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/documancer/ChangeLog?rev=1.12&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/documancer/ChangeLog?r1=1.11&r2=1.12
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-util/documancer/ChangeLog,v
61 retrieving revision 1.11
62 retrieving revision 1.12
63 diff -u -r1.11 -r1.12
64 --- ChangeLog 3 Oct 2007 04:29:38 -0000 1.11
65 +++ ChangeLog 5 Dec 2007 03:45:13 -0000 1.12
66 @@ -1,6 +1,10 @@
67 # ChangeLog for dev-util/documancer
68 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/ChangeLog,v 1.11 2007/10/03 04:29:38 dirtyepic Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/ChangeLog,v 1.12 2007/12/05 03:45:13 dirtyepic Exp $
71 +
72 + 05 Dec 2007; Ryan Hill <dirtyepic@g.o>
73 + +files/documancer-0.2.6-wxversion.patch, documancer-0.2.6.ebuild:
74 + Lock to wxpython-2.6 with wxversion. Make executable executable.
75
76 03 Oct 2007; Ryan Hill <dirtyepic@g.o> documancer-0.2.6.ebuild:
77 Lock wxpython dependency. Fix quoting and use emake.
78
79
80
81 --
82 gentoo-commits@g.o mailing list