* [gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: ChangeLog phpmyadmin-3.5.1.ebuild phpmyadmin-3.4.6.ebuild
@ 2012-05-07 14:36 Alex Legler (a3li)
0 siblings, 0 replies; only message in thread
From: Alex Legler (a3li) @ 2012-05-07 14:36 UTC (permalink / raw
To: gentoo-commits
a3li 12/05/07 14:36:20
Modified: ChangeLog
Added: phpmyadmin-3.5.1.ebuild
Removed: phpmyadmin-3.4.6.ebuild
Log:
Version bump for bug 414859, removing old version.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.467 dev-db/phpmyadmin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/ChangeLog?rev=1.467&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/ChangeLog?rev=1.467&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/ChangeLog?r1=1.466&r2=1.467
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v
retrieving revision 1.466
retrieving revision 1.467
diff -u -r1.466 -r1.467
--- ChangeLog 9 Apr 2012 23:50:00 -0000 1.466
+++ ChangeLog 7 May 2012 14:36:20 -0000 1.467
@@ -1,6 +1,12 @@
# ChangeLog for dev-db/phpmyadmin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.466 2012/04/09 23:50:00 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.467 2012/05/07 14:36:20 a3li Exp $
+
+*phpmyadmin-3.5.1 (07 May 2012)
+
+ 07 May 2012; Alex Legler <a3li@gentoo.org> -phpmyadmin-3.4.6.ebuild,
+ +phpmyadmin-3.5.1.ebuild:
+ Version bump for bug 414859, removing old version.
*phpmyadmin-3.5.0 (09 Apr 2012)
1.1 dev-db/phpmyadmin/phpmyadmin-3.5.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-3.5.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-3.5.1.ebuild?rev=1.1&content-type=text/plain
Index: phpmyadmin-3.5.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-3.5.1.ebuild,v 1.1 2012/05/07 14:36:20 a3li Exp $
EAPI="2"
inherit eutils webapp depend.php
MY_PV=${PV/_/-}
MY_P="phpMyAdmin-${MY_PV}-all-languages"
DESCRIPTION="Web-based administration for MySQL database in PHP"
HOMEPAGE="http://www.phpmyadmin.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="setup"
RDEPEND="
dev-lang/php[crypt,ctype,filter,json,session,unicode]
|| (
<dev-lang/php-5.3[spl,pcre]
>=dev-lang/php-5.3
)
|| (
dev-lang/php[mysqli]
dev-lang/php[mysql]
)
"
need_httpd_cgi
need_php_httpd
S="${WORKDIR}"/${MY_P}
pkg_setup() {
webapp_pkg_setup
}
src_install() {
webapp_src_preinst
dodoc Documentation.txt README RELEASE-DATE-${MY_PV} ChangeLog || die
rm -f LICENSE README* RELEASE-DATE-${MY_PV}
if ! use setup; then
rm -rf setup || die "Cannot remove setup utility"
elog "The phpMyAdmin setup utility has been removed."
elog "It is a regular target of various exploits. If you need it, set USE=setup."
else
elog "You should consider disabling the setup USE flag"
elog "to exclude the setup utility if you don't use it."
elog "It regularly is the target of various exploits."
fi
insinto "${MY_HTDOCSDIR}"
doins -r .
webapp_configfile "${MY_HTDOCSDIR}"/libraries/config.default.php
webapp_serverowned "${MY_HTDOCSDIR}"/libraries/config.default.php
webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
webapp_src_install
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-07 14:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-07 14:36 [gentoo-commits] gentoo-x86 commit in dev-db/phpmyadmin: ChangeLog phpmyadmin-3.5.1.ebuild phpmyadmin-3.4.6.ebuild Alex Legler (a3li)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox