Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/phppgadmin: phppgadmin-4.1.3.ebuild ChangeLog
Date: Wed, 31 Oct 2007 05:23:39
Message-Id: E1In62v-0003k9-10@stork.gentoo.org
1 jer 07/10/31 05:23:17
2
3 Modified: phppgadmin-4.1.3.ebuild ChangeLog
4 Log:
5 Stable for HPPA (bug #197575). Fixed quoting issues.
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.2 dev-db/phppgadmin/phppgadmin-4.1.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/phppgadmin-4.1.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/phppgadmin-4.1.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/phppgadmin-4.1.3.ebuild?r1=1.1&r2=1.2
14
15 Index: phppgadmin-4.1.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-4.1.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- phppgadmin-4.1.3.ebuild 25 Sep 2007 20:45:24 -0000 1.1
22 +++ phppgadmin-4.1.3.ebuild 31 Oct 2007 05:23:16 -0000 1.2
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-db/phppgadmin/phppgadmin-4.1.3.ebuild,v 1.1 2007/09/25 20:45:24 dev-zero Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-4.1.3.ebuild,v 1.2 2007/10/31 05:23:16 jer Exp $
28
29 inherit webapp depend.php
30
31 @@ -13,7 +13,7 @@
32 HOMEPAGE="http://phppgadmin.sourceforge.net/"
33
34 LICENSE="GPL-2"
35 -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
36 +KEYWORDS="~amd64 hppa ~ppc ~sparc ~x86"
37
38 need_php
39
40 @@ -32,12 +32,12 @@
41 dodoc ${docs}
42 mv conf/config.inc.php-dist conf/config.inc.php
43
44 - cp -r * ${D}${MY_HTDOCSDIR}
45 + cp -r * "${D}"${MY_HTDOCSDIR}
46 for doc in ${docs} INSTALL LICENSE; do
47 - rm -f ${D}${MY_HTDOCSDIR}/${doc}
48 + rm -f "${D}"${MY_HTDOCSDIR}/${doc}
49 done
50
51 webapp_configfile ${MY_HTDOCSDIR}/conf/config.inc.php
52 - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
53 + webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
54 webapp_src_install
55 }
56
57
58
59 1.71 dev-db/phppgadmin/ChangeLog
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/ChangeLog?rev=1.71&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/ChangeLog?rev=1.71&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phppgadmin/ChangeLog?r1=1.70&r2=1.71
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/ChangeLog,v
68 retrieving revision 1.70
69 retrieving revision 1.71
70 diff -u -r1.70 -r1.71
71 --- ChangeLog 25 Sep 2007 20:45:24 -0000 1.70
72 +++ ChangeLog 31 Oct 2007 05:23:16 -0000 1.71
73 @@ -1,6 +1,9 @@
74 # ChangeLog for dev-db/phppgadmin
75 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/ChangeLog,v 1.70 2007/09/25 20:45:24 dev-zero Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/ChangeLog,v 1.71 2007/10/31 05:23:16 jer Exp $
78 +
79 + 31 Oct 2007; Jeroen Roovers <jer@g.o> phppgadmin-4.1.3.ebuild:
80 + Stable for HPPA (bug #197575). Fixed quoting issues.
81
82 *phppgadmin-4.1.3 (25 Sep 2007)
83
84
85
86
87 --
88 gentoo-commits@g.o mailing list