Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 65419 Details for
Bug 101744
web-gmui-0.2.5.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
web-gmui-0.2.5.ebuild
web-gmui-0.2.5.ebuild (text/plain), 923 bytes, created by
Torsten Grote
on 2005-08-08 06:55:41 UTC
(
hide
)
Description:
web-gmui-0.2.5.ebuild
Filename:
MIME Type:
Creator:
Torsten Grote
Created:
2005-08-08 06:55:41 UTC
Size:
923 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit webapp > >DESCRIPTION="Web-GMUI is a multiuser webfrontend for mldonkey written in PHP." >HOMEPAGE="http://web-gmui.sourceforge.net/" >SRC_URI="mirror://sourceforge/web-gmui/${P}.tar.gz" >RESTRICT="nomirror" >LICENSE="GPL-2" >KEYWORDS="~x86" >DEPEND="" >RDEPEND="|| ( dev-db/mysql dev-db/sqlite ) > >=virtual/php-4.3.2 > >=net-p2p/mldonkey-2.6.0" >IUSE="" > >src_compile() { > cp conf/config.php.sample conf/config.php > cp bin/startup.sh.sample bin/startup.sh > > # fixing permissions from tar.gz file > find . -type f -exec chmod o+r '{}' \; >} > >src_install() { > webapp_src_preinst > > dodoc ${S}/docs/* > rm -rf ${S}/docs/ > > einfo "Installing main files" > cp -r . "${D}${MY_HTDOCSDIR}" > > webapp_configfile ${MY_HTDOCSDIR}/conf/config.php > webapp_configfile ${MY_HTDOCSDIR}/bin/startup.sh > > 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 101744
:
65419
|
75452