Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 460762 Details for
Bug 606634
www-apps/wordpress: add postgres use flag
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wordpress-4.7.1-r1.ebuild
wordpress-4.7.1-r1.ebuild (text/plain), 1.32 KB, created by
hexum
on 2017-01-20 18:49:21 UTC
(
hide
)
Description:
wordpress-4.7.1-r1.ebuild
Filename:
MIME Type:
Creator:
hexum
Created:
2017-01-20 18:49:21 UTC
Size:
1.32 KB
patch
obsolete
># Copyright 1999-2017 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 > >inherit webapp > >DESCRIPTION="Wordpress PHP and MySQL based content management system (CMS)" >HOMEPAGE="https://wordpress.org/" >SRC_URI="https://wordpress.org/${P/_rc/-RC}.tar.gz" > >LICENSE="GPL-2+" >KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" > >RDEPEND="\ > virtual/httpd-php > || ( > mysql? ( || ( dev-lang/php[mysql] dev-lang/php[mysqli] ) ) > postgres? ( dev-lang/php[postgres] ) > ) > " > >S=${WORKDIR}/${PN} > >need_httpd_cgi > >IUSE="postgres mysql +akismet examples +themes vhosts" > >src_install() { > webapp_src_preinst > > dodoc readme.html > rm readme.html license.txt || die > > if ! use akismet ; then > rm -R wp-content/plugins/akismet/ || die > fi > if ! use examples ; then > rm wp-content/plugins/hello.php || die > fi > if ! use themes ; then > rm -R wp-content/themes/*/ || die > fi > > [[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php > > insinto "${MY_HTDOCSDIR}" > doins -r . > > webapp_serverowned "${MY_HTDOCSDIR}"/index.php > webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/menu.php > webapp_serverowned "${MY_HTDOCSDIR}" > > webapp_configfile "${MY_HTDOCSDIR}"/wp-config.php > > webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt > webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt > > webapp_src_install >}
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 606634
: 460762