Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/viewvc: viewvc-1.0.4-r1.ebuild ChangeLog
Date: Fri, 22 Feb 2008 08:55:45
Message-Id: E1JSTh0-0002On-HI@stork.gentoo.org
1 hollow 08/02/22 08:55:42
2
3 Modified: viewvc-1.0.4-r1.ebuild ChangeLog
4 Log:
5 fix #210994
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 www-apps/viewvc/viewvc-1.0.4-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/viewvc-1.0.4-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/viewvc-1.0.4-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/viewvc-1.0.4-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: viewvc-1.0.4-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.0.4-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- viewvc-1.0.4-r1.ebuild 20 Feb 2008 13:04:17 -0000 1.1
22 +++ viewvc-1.0.4-r1.ebuild 22 Feb 2008 08:55:41 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.0.4-r1.ebuild,v 1.1 2008/02/20 13:04:17 hollow Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.0.4-r1.ebuild,v 1.2 2008/02/22 08:55:41 hollow Exp $
28
29 inherit confutils webapp python eutils
30
31 @@ -70,14 +70,14 @@
32 dohtml -r viewvc.org/*
33
34 insinto "${MOD_PATH}"
35 - doins -r lib/
36 + doins -r lib/*
37
38 - insinto "${MY_APPDIR}"/templates
39 + insinto "${MY_APPDIR}"
40 doins -r templates/
41
42 if use mysql; then
43 - insinto "${MY_HOSTROOTDIR}"/bin
44 - dobin bin/{*dbadmin,make-database,loginfo-handler}
45 + exeinto "${MY_HOSTROOTDIR}"/bin
46 + doexe bin/{*dbadmin,make-database,loginfo-handler}
47 fi
48
49 insinto "${MY_HOSTROOTDIR}"/conf
50
51
52
53 1.17 www-apps/viewvc/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/ChangeLog?rev=1.17&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/ChangeLog?rev=1.17&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/ChangeLog?r1=1.16&r2=1.17
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v
62 retrieving revision 1.16
63 retrieving revision 1.17
64 diff -u -r1.16 -r1.17
65 --- ChangeLog 20 Feb 2008 13:04:17 -0000 1.16
66 +++ ChangeLog 22 Feb 2008 08:55:41 -0000 1.17
67 @@ -1,6 +1,9 @@
68 # ChangeLog for www-apps/viewvc
69 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v 1.16 2008/02/20 13:04:17 hollow Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v 1.17 2008/02/22 08:55:41 hollow Exp $
72 +
73 + 22 Feb 2008; Benedikt Böhm <hollow@g.o> viewvc-1.0.4-r1.ebuild:
74 + fix #210994
75
76 *viewvc-1.0.4-r1 (20 Feb 2008)
77
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list