Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 127845 Details for
Bug 109170
new ebuild: RoundCube ajax webmail client
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
roundcube-0.1_rc1.ebuild fixed use flags
roundcube-0.1_rc1.ebuild (text/plain), 1.08 KB, created by
Michael Kefeder
on 2007-08-12 10:43:52 UTC
(
hide
)
Description:
roundcube-0.1_rc1.ebuild fixed use flags
Filename:
MIME Type:
Creator:
Michael Kefeder
Created:
2007-08-12 10:43:52 UTC
Size:
1.08 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit webapp eutils versionator depend.php > >MY_PV=$(replace_version_separator 2 '-') >DESCRIPTION="A browser-based multilingual IMAP client using AJAX" >HOMEPAGE="http://www.roundcube.net" >SRC_URI="mirror://sourceforge/${PN}mail/${PN}mail-${MY_PV}.tar.gz" > >LICENSE="GPL-2" >KEYWORDS="~x86 ~amd64" >S=${WORKDIR}/${PN}mail-${MY_PV} > >IUSE="mysql sqlite postgres" > >RDEPEND="virtual/httpd-php > dev-php/PEAR-DB" > >pkg_setup() { > webapp_pkg_setup > use mysql && require_php_with_any_use mysql mysqli > use sqlite && require_php_with_use sqlite > use postgres && require_php_with_use postgres >} > >src_install () { > webapp_src_preinst > dodoc CHANGELOG INSTALL README UPGRADING > > cp -R [[:lower:]]* SQL ${D}/${MY_HTDOCSDIR} > > webapp_serverowned ${MY_HTDOCSDIR}/logs > webapp_serverowned ${MY_HTDOCSDIR}/temp > > webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt > > webapp_configfile ${MY_HTDOCSDIR}/config/db.inc.php.dist > webapp_configfile ${MY_HTDOCSDIR}/config/main.inc.php.dist > 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 109170
:
70646
|
70647
|
70826
|
70827
|
70833
|
70838
|
71594
|
72730
|
74867
|
74869
|
74875
|
74879
|
74880
|
74881
|
74882
|
90550
|
90551
|
120506
| 127845 |
132360
|
157759
|
166332
|
175526
|
179755