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