summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorTom William Payne <twp@gentoo.org>2004-05-08 18:21:47 +0000
committerTom William Payne <twp@gentoo.org>2004-05-08 18:21:47 +0000
commit5a2f47bd25016f9873d352105ce1ef84da9b3c9c (patch)
treeacc1dec802ab2e9900fc3e9d68b2f2dafa1383b6 /dev-db
parentVersion bump (Manifest recommit) (diff)
downloadgentoo-2-5a2f47bd25016f9873d352105ce1ef84da9b3c9c.tar.gz
gentoo-2-5a2f47bd25016f9873d352105ce1ef84da9b3c9c.tar.bz2
gentoo-2-5a2f47bd25016f9873d352105ce1ef84da9b3c9c.zip
Use webapp.eclass, merged from webapp-config example.
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/phpmyadmin/ChangeLog8
-rw-r--r--dev-db/phpmyadmin/Manifest9
-rw-r--r--dev-db/phpmyadmin/files/digest-phpmyadmin-2.5.6-r11
-rw-r--r--dev-db/phpmyadmin/files/postinstall-en.txt13
-rw-r--r--dev-db/phpmyadmin/phpmyadmin-2.5.6-r1.ebuild93
5 files changed, 120 insertions, 4 deletions
diff --git a/dev-db/phpmyadmin/ChangeLog b/dev-db/phpmyadmin/ChangeLog
index f40b77a18b64..bc22357c9815 100644
--- a/dev-db/phpmyadmin/ChangeLog
+++ b/dev-db/phpmyadmin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-db/phpmyadmin
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.45 2004/05/01 09:54:27 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.46 2004/05/08 18:21:46 twp Exp $
+
+*phpmyadmin-2.5.6-r1 (08 May 2004)
+
+ 08 May 2004; <twp@gentoo.org> +files/postinstall-en.txt,
+ +phpmyadmin-2.5.6-r1.ebuild:
+ Use webapp.eclass, merged from webapp-config example.
01 May 2004; Martin Holzer <mholzer@gentoo.org> phpmyadmin-2.5.6.ebuild:
stable on all arches. Closes 48379
diff --git a/dev-db/phpmyadmin/Manifest b/dev-db/phpmyadmin/Manifest
index c14cd25ac7a3..dae59c5b1faa 100644
--- a/dev-db/phpmyadmin/Manifest
+++ b/dev-db/phpmyadmin/Manifest
@@ -1,8 +1,11 @@
+MD5 a1936cd835f6d509010f0d887f87e443 phpmyadmin-2.5.6.ebuild 3006
MD5 71dec386d6e6b94397209c5e8d1bf26d ChangeLog 7243
MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244
-MD5 a1936cd835f6d509010f0d887f87e443 phpmyadmin-2.5.6.ebuild 3006
-MD5 85a86432c3f64acb068a7d2cfab311a9 files/config.inc.php-2.5.6.patch 5525
+MD5 0e55ad9f9257373d7133899d3865d554 phpmyadmin-2.5.6-r1.ebuild 2581
MD5 5367bc809b77e6374f18d126990fba75 files/digest-phpmyadmin-2.5.6 70
-MD5 12e8a97118eb6912911e207e72d1a421 files/mysql-setup.sql.in-2.5.6 3230
+MD5 56dcb2efb84915a521c18a004f96d37c files/postinstall-en.txt 506
+MD5 85a86432c3f64acb068a7d2cfab311a9 files/config.inc.php-2.5.6.patch 5525
MD5 c6a79ab6f3c9e6d657a5bee36b1f6565 files/phpmyadmin-config.patch 4857
MD5 396133c1da8d8b716ad2da23aa0a5a30 files/phpmyadmin-mysql-setup.sql.in 2712
+MD5 5367bc809b77e6374f18d126990fba75 files/digest-phpmyadmin-2.5.6-r1 70
+MD5 12e8a97118eb6912911e207e72d1a421 files/mysql-setup.sql.in-2.5.6 3230
diff --git a/dev-db/phpmyadmin/files/digest-phpmyadmin-2.5.6-r1 b/dev-db/phpmyadmin/files/digest-phpmyadmin-2.5.6-r1
new file mode 100644
index 000000000000..9001221652cf
--- /dev/null
+++ b/dev-db/phpmyadmin/files/digest-phpmyadmin-2.5.6-r1
@@ -0,0 +1 @@
+MD5 b62afe98600eacc2a3300c9856b349f7 phpMyAdmin-2.5.6.tar.bz2 1111512
diff --git a/dev-db/phpmyadmin/files/postinstall-en.txt b/dev-db/phpmyadmin/files/postinstall-en.txt
new file mode 100644
index 000000000000..4bd19f01b20d
--- /dev/null
+++ b/dev-db/phpmyadmin/files/postinstall-en.txt
@@ -0,0 +1,13 @@
+To complete installation, you must
+
+1. Update MySQL's grant tables and the pmadb database:
+ mysql -u root -p < ${MY_SQLSCRIPTSDIR}/mysql/${PVR}_create.sql
+2. Reload MySQL:
+ /etc/init.d/mysql restart
+
+If you are upgrading from an earlier version and are using phpMyAdmin's
+features for master/foreign tables be sure to read
+ http://localhost/phpmyadmin/Documentation.html#col_com
+You will need to perform the ALTER TABLE step yourself.
+
+Finally, point your browser to http://localhost/phpmyadmin/.
diff --git a/dev-db/phpmyadmin/phpmyadmin-2.5.6-r1.ebuild b/dev-db/phpmyadmin/phpmyadmin-2.5.6-r1.ebuild
new file mode 100644
index 000000000000..3a2cf0fc07d2
--- /dev/null
+++ b/dev-db/phpmyadmin/phpmyadmin-2.5.6-r1.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-2.5.6-r1.ebuild,v 1.1 2004/05/08 18:21:47 twp Exp $
+
+inherit eutils
+inherit webapp
+
+MY_P=phpMyAdmin-${PV/_p/-pl}
+DESCRIPTION="Web-based administration for MySQL database in PHP"
+HOMEPAGE="http://phpmyadmin.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+RESTRICT="nomirror"
+LICENSE="GPL-2"
+KEYWORDS="-alpha -arm -ppc -hppa -mips -sparc -x86 -amd64"
+DEPEND=">=net-www/apache-1.3
+ >=dev-db/mysql-3.23.32 <dev-db/mysql-5.0
+ >=dev-php/mod_php-3.0.8
+ sys-apps/findutils"
+S=${WORKDIR}/${MY_P}
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/config.inc.php-${PV}.patch
+
+ # Remove .cvs* files and CVS directories
+ find ${S} -name .cvs\* -or \( -type d -name CVS -prune \) | xargs rm -rf
+}
+
+src_compile() {
+ einfo "Setting random user/password details for the controluser"
+
+ local pmapass="${RANDOM}${RANDOM}${RANDOM}${RANDOM}"
+ mv config.inc.php ${T}/config.inc.php
+ sed -e "s/@pmapass@/${pmapass}/g" \
+ ${T}/config.inc.php > config.inc.php
+ sed -e "s/@pmapass@/${pmapass}/g" \
+ ${FILESDIR}/mysql-setup.sql.in-${PV} > ${T}/mysql-setup.sql
+}
+
+src_install() {
+ webapp_src_preinst
+
+ local docs="ANNOUNCE.txt CREDITS Documentation.txt RELEASE-DATE-${PV} TODO ChangeLog LICENSE README"
+
+ # install the SQL scripts available to us
+ #
+ # unfortunately, we do not have scripts to upgrade from older versions
+ # these are things we need to add at a later date
+
+ webapp_sqlscript mysql ${T}/mysql-setup.sql
+
+ # handle documentation files
+ #
+ # NOTE that doc files go into /usr/share/doc as normal; they do NOT
+ # get installed per vhost!
+
+ dodoc ${docs}
+ for doc in ${docs} INSTALL; do
+ rm -f ${doc}
+ done
+
+ # Copy the app's main files
+
+ einfo "Installing main files"
+ cp -r . ${D}${MY_HTDOCSDIR}
+
+ # Identify the configuration files that this app uses
+
+ webapp_configfile ${MY_HTDOCSDIR}/config.inc.php
+
+ # Identify any script files that need #! headers adding to run under
+ # a CGI script (such as PHP/CGI)
+ #
+ # for phpmyadmin, we *assume* that all .php files that don't end in
+ # .inc.php need to have CGI/BIN support added
+
+ for x in `find . -name '*.php' -print | grep -v 'inc.php'` ; do
+ webapp_runbycgibin php ${MY_HTDOCSDIR}/$x
+ done
+
+ # there are no files which need to be owned by the web server
+
+ # add the post-installation instructions
+
+ webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
+
+ # all done
+ #
+ # now we let the eclass strut its stuff ;-)
+
+ webapp_src_install
+}