Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: ChangeLog phpmyadmin-2.11.5.2.ebuild
Date: Fri, 25 Apr 2008 12:06:17
Message-Id: E1JpMgv-0000Z6-U2@stork.gentoo.org
1 hollow 08/04/25 12:06:13
2
3 Modified: ChangeLog
4 Added: phpmyadmin-2.11.5.2.ebuild
5 Log:
6 version bump wrt security #219005
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.303 dev-db/phpmyadmin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phpmyadmin/ChangeLog?rev=1.303&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phpmyadmin/ChangeLog?rev=1.303&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phpmyadmin/ChangeLog?r1=1.302&r2=1.303
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
19 retrieving revision 1.302
20 retrieving revision 1.303
21 diff -u -r1.302 -r1.303
22 --- ChangeLog 7 Apr 2008 20:19:56 -0000 1.302
23 +++ ChangeLog 25 Apr 2008 12:06:13 -0000 1.303
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-db/phpmyadmin
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.302 2008/04/07 20:19:56 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.303 2008/04/25 12:06:13 hollow Exp $
29 +
30 +*phpmyadmin-2.11.5.2 (25 Apr 2008)
31 +
32 + 25 Apr 2008; Benedikt Böhm <hollow@g.o>
33 + +phpmyadmin-2.11.5.2.ebuild:
34 + version bump wrt security #219005
35
36 07 Apr 2008; Raúl Porcel <armin76@g.o> phpmyadmin-2.11.5.1.ebuild:
37 alpha/sparc stable wrt security #215502
38
39
40
41 1.1 dev-db/phpmyadmin/phpmyadmin-2.11.5.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-2.11.5.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-2.11.5.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: phpmyadmin-2.11.5.2.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-2.11.5.2.ebuild,v 1.1 2008/04/25 12:06:13 hollow Exp $
51
52 inherit eutils webapp depend.php
53
54 MY_PV=${PV/_/-}
55 MY_P="phpMyAdmin-${MY_PV}-all-languages-utf-8-only"
56
57 DESCRIPTION="Web-based administration for MySQL database in PHP"
58 HOMEPAGE="http://www.phpmyadmin.net/"
59 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 IUSE=""
64
65 need_httpd_cgi
66 need_php_httpd
67
68 S="${WORKDIR}"/${MY_P}
69
70 pkg_setup() {
71 webapp_pkg_setup
72
73 if ! PHPCHECKNODIE="yes" require_php_with_use crypt ctype pcre session unicode \
74 || ! PHPCHECKNODIE="yes" require_php_with_any_use mysql mysqli ; then
75 eerror
76 eerror "${PHP_PKG} needs to be re-installed with all of the following"
77 eerror "USE flags enabled:"
78 eerror
79 eerror "ctype pcre session unicode"
80 eerror
81 eerror "as well as any of the following USE flags enabled:"
82 eerror
83 eerror "mysql or mysqli if using dev-lang/php-5"
84 eerror "mysql if using dev-lang/php-4"
85 eerror
86 die "Re-install ${PHP_PKG}"
87 fi
88 }
89
90 src_unpack() {
91 unpack ${A}
92 cd "${S}"
93 epatch "${FILESDIR}"/${PN}-2.11.5-custom-cert.patch
94 }
95
96 src_install() {
97 webapp_src_preinst
98
99 dodoc CREDITS Documentation.txt INSTALL README RELEASE-DATE-${MY_PV} TODO ChangeLog
100 rm -f LICENSE CREDITS INSTALL README RELEASE-DATE-${MY_PV} TODO
101
102 insinto "${MY_HTDOCSDIR}"
103 doins -r .
104
105 webapp_configfile "${MY_HTDOCSDIR}"/libraries/config.default.php
106 webapp_serverowned "${MY_HTDOCSDIR}"/libraries/config.default.php
107
108 webapp_postinst_txt en "${FILESDIR}"/postinstall-en-2.8.0.txt
109 webapp_hook_script "${FILESDIR}"/reconfig-2.8
110 webapp_src_install
111 }
112
113
114
115 --
116 gentoo-commits@l.g.o mailing list