Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: metadata.xml phpmyadmin-4.1.7.ebuild ChangeLog
Date: Sun, 09 Feb 2014 22:50:08
Message-Id: 20140209224959.D2A262004C@flycatcher.gentoo.org
1 jmbsvicetto 14/02/09 22:49:59
2
3 Modified: metadata.xml ChangeLog
4 Added: phpmyadmin-4.1.7.ebuild
5 Log:
6 Version bump to 4.1.7 release
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BB0E6E98)
9
10 Revision Changes Path
11 1.8 dev-db/phpmyadmin/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/metadata.xml?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/metadata.xml?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/metadata.xml?r1=1.7&r2=1.8
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/metadata.xml,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- metadata.xml 15 May 2011 22:16:45 -0000 1.7
24 +++ metadata.xml 9 Feb 2014 22:49:59 -0000 1.8
25 @@ -6,6 +6,10 @@
26 <email>a3li@g.o</email>
27 <name>Alex Legler</name>
28 </maintainer>
29 + <maintainer>
30 + <email>jmbsvicetto@g.o</email>
31 + <name>Jorge Manuel B. S. Vicetto</name>
32 + </maintainer>
33 <use>
34 <flag name="setup">
35 Installs the phpMyAdmin setup utility.
36
37
38
39 1.502 dev-db/phpmyadmin/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/ChangeLog?rev=1.502&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/ChangeLog?rev=1.502&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/ChangeLog?r1=1.501&r2=1.502
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
48 retrieving revision 1.501
49 retrieving revision 1.502
50 diff -u -r1.501 -r1.502
51 --- ChangeLog 14 Jan 2014 01:45:34 -0000 1.501
52 +++ ChangeLog 9 Feb 2014 22:49:59 -0000 1.502
53 @@ -1,6 +1,12 @@
54 # ChangeLog for dev-db/phpmyadmin
55 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.501 2014/01/14 01:45:34 jmbsvicetto Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.502 2014/02/09 22:49:59 jmbsvicetto Exp $
58 +
59 +*phpmyadmin-4.1.7 (09 Feb 2014)
60 +
61 + 09 Feb 2014; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
62 + +phpmyadmin-4.1.7.ebuild, metadata.xml:
63 + Version bump to 4.1.7 release
64
65 14 Jan 2014; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
66 files/postinstall-en-3.1.txt:
67
68
69
70 1.1 dev-db/phpmyadmin/phpmyadmin-4.1.7.ebuild
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.7.ebuild?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.7.ebuild?rev=1.1&content-type=text/plain
74
75 Index: phpmyadmin-4.1.7.ebuild
76 ===================================================================
77 # Copyright 1999-2014 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 # $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.1.7.ebuild,v 1.1 2014/02/09 22:49:59 jmbsvicetto Exp $
80
81 EAPI="4"
82
83 inherit eutils webapp depend.php
84
85 MY_PV=${PV/_/-}
86 MY_P="phpMyAdmin-${MY_PV}-all-languages"
87
88 DESCRIPTION="Web-based administration for MySQL database in PHP"
89 HOMEPAGE="http://www.phpmyadmin.net/"
90 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
91
92 LICENSE="GPL-2"
93 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
94 IUSE="setup"
95
96 RDEPEND="
97 dev-lang/php[crypt,ctype,filter,json,session,unicode]
98 || (
99 dev-lang/php[mysqli]
100 dev-lang/php[mysql]
101 )
102 "
103
104 need_httpd_cgi
105 need_php_httpd
106
107 S="${WORKDIR}"/${MY_P}
108
109 pkg_setup() {
110 webapp_pkg_setup
111 }
112
113 src_install() {
114 webapp_src_preinst
115
116 dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
117 rm -f LICENSE README* RELEASE-DATE-${MY_PV}
118
119 if ! use setup; then
120 rm -rf setup || die "Cannot remove setup utility"
121 elog "The phpMyAdmin setup utility has been removed."
122 elog "It is a regular target of various exploits. If you need it, set USE=setup."
123 else
124 elog "You should consider disabling the setup USE flag"
125 elog "to exclude the setup utility if you don't use it."
126 elog "It regularly is the target of various exploits."
127 fi
128
129 insinto "${MY_HTDOCSDIR#${EPREFIX}}"
130 doins -r .
131
132 webapp_configfile "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
133 webapp_serverowned "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
134
135 webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
136 webapp_src_install
137 }