Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 204060 Details for
Bug 284609
dev-db/phpmyadmin-3.2.0.1.ebuild should not depend on mysql
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
phpmyadmin_patch.ebuild
phpmyadmin.patch (text/plain), 1.64 KB, created by
rex
on 2009-09-14 14:33:44 UTC
(
hide
)
Description:
phpmyadmin_patch.ebuild
Filename:
MIME Type:
Creator:
rex
Created:
2009-09-14 14:33:44 UTC
Size:
1.64 KB
patch
obsolete
>--- /usr/portage/dev-db/phpmyadmin/phpmyadmin-3.2.0.1.ebuild 2009-08-01 14:45:19.000000000 +0200 >+++ phpmyadmin-3.2.0.1.ebuild 2009-09-14 16:24:00.783130201 +0200 >@@ -1,6 +1,7 @@ > # Copyright 1999-2009 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-3.2.0.1.ebuild,v 1.1 2009/08/01 12:45:19 a3li Exp $ >+# $Header: $ >+EAPI="2" > > inherit eutils webapp depend.php > >@@ -15,37 +16,21 @@ > KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" > IUSE="" > >-RDEPEND=">=virtual/mysql-5.0" >+RDEPEND=">=dev-lang/php-5.0[mysqli,crypt,ctype,filter,pcre,session,spl,unicode]" > > need_httpd_cgi > need_php_httpd > > S="${WORKDIR}"/${MY_P} > >-pkg_setup() { >- webapp_pkg_setup >- >- if ! PHPCHECKNODIE="yes" require_php_with_use crypt ctype filter pcre session spl unicode \ >- || ! PHPCHECKNODIE="yes" require_php_with_any_use mysql mysqli ; then >- eerror >- eerror "${PHP_PKG} needs to be re-installed with all of the following" >- eerror "USE flags enabled:" >- eerror >- eerror "crypt ctype filter pcre session spl unicode" >- eerror >- eerror "as well as any of the following USE flags enabled:" >- eerror >- eerror "mysql or mysqli if using dev-lang/php-5" >- eerror >- die "Re-install ${PHP_PKG}" >- fi >-} >- > src_install() { > webapp_src_preinst > >- dodoc CREDITS Documentation.txt INSTALL README RELEASE-DATE-${MY_PV} TODO ChangeLog >- rm -f LICENSE CREDITS INSTALL README RELEASE-DATE-${MY_PV} TODO >+ for file in {CREDITS,Documentation.txt,INSTALL,README,RELEASE-DATE-${MY_PV},TODO,ChangeLog} >+ do >+ dodoc ${file} >+ rm ${file} >+ done > > insinto "${MY_HTDOCSDIR}" > doins -r .
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 284609
: 204060