Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 90816 Details for
Bug 11007
virtual/httpd
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
joomla-1.0.10-r1.ebuild
joomla-1.0.10-r1.ebuild (text/plain), 1.21 KB, created by
Renat Lumpau (RETIRED)
on 2006-07-03 16:08:07 UTC
(
hide
)
Description:
joomla-1.0.10-r1.ebuild
Filename:
MIME Type:
Creator:
Renat Lumpau (RETIRED)
Created:
2006-07-03 16:08:07 UTC
Size:
1.21 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/www-apps/joomla/joomla-1.0.10.ebuild,v 1.1 2006/06/27 03:28:00 rl03 Exp $ > >inherit webapp depend.php depend.httpd > >DESCRIPTION="Joomla is one of the most powerful Open Source Content Management Systems on the planet." >HOMEPAGE="http://www.joomla.org/" >SRC_URI="mirror://gentoo/${P}.tar.bz2" > >LICENSE="GPL-2" >KEYWORDS="~x86 ~ppc ~sparc ~amd64" >S="${WORKDIR}" > >IUSE="mysql" >RDEPEND="mysql? ( dev-db/mysql )" > >use_httpd cgi fastcgi > >pkg_setup() { > webapp_pkg_setup > local FLAGS="mysql zlib" > use fastcgi && FLAGS="${FLAGS} fastcgi" > require_php_with_use ${FLAGS} >} > >src_install() { > webapp_src_preinst > local files="administrator/backups administrator/components > administrator/modules administrator/templates cache components > images images/banners images/stories language mambots mambots/content > mambots/editors mambots/editors-xtd mambots/search > media modules templates" > > dodoc CHANGELOG.php INSTALL.php > > cp -R . "${D}/${MY_HTDOCSDIR}" > > for file in ${files}; do > webapp_serverowned "${MY_HTDOCSDIR}/${file}" > done > > webapp_postinst_txt en "${FILESDIR}/postinstall-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 11007
:
90815
|
90816
|
105342