Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 327228 Details for
Bug 439408
dev-db/rockmongo-1.1.5 - Web-based administration for Mongo database in PHP
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
rockmongo-1.1.2.ebuild
rockmongo-1.1.2.ebuild (text/plain), 872 bytes, created by
Tomáš Mózes
on 2012-10-23 15:04:07 UTC
(
hide
)
Description:
rockmongo-1.1.2.ebuild
Filename:
MIME Type:
Creator:
Tomáš Mózes
Created:
2012-10-23 15:04:07 UTC
Size:
872 bytes
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="4" > >inherit eutils webapp depend.php > >DESCRIPTION="Web-based administration for Mongo database in PHP" >HOMEPAGE="http://www.rockmongo.com" >SRC_URI="http://rock-php.googlecode.com/files/${PN}-v${PV}.zip" > >LICENSE="BSD-2" >KEYWORDS="~amd64" > >RDEPEND=" > dev-lang/php[session] > dev-php/pecl-mongo >" > >S=${WORKDIR}/${PN} > >need_httpd_cgi >need_php_httpd > >pkg_setup() { > webapp_pkg_setup >} > >src_install() { > webapp_src_preinst > > dodoc CHANGELOG.txt INSTALL.txt LICENSE.txt README.txt || die > > insinto "${MY_HTDOCSDIR}" > doins -r . > > webapp_src_install >} > >pkg_postinst() { > elog "You can login with admin/admin credentials." > elog > elog "Configure your RockMongo instance with config.php:" > elog "http://www.rockmongo.com/wiki/configuration?lang=en_us" >}
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 439408
:
327228
|
338234