Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 74875 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_webmail_cvs-0.0.1.ebuild
roundcube_webmail_cvs-0.0.1.ebuild (text/plain), 2.78 KB, created by
steveb
on 2005-12-16 06:16:26 UTC
(
hide
)
Description:
roundcube_webmail_cvs-0.0.1.ebuild
Filename:
MIME Type:
Creator:
steveb
Created:
2005-12-16 06:16:26 UTC
Size:
2.78 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >ECVS_SERVER="cvs.sourceforge.net:/cvsroot/roundcubemail" >ECVS_MODULE="roundcubemail" >ECVS_USER="anonymous" >ECVS_CVS_OPTIONS="-dP" > >inherit cvs webapp eutils > >DESCRIPTION="A browser-based multilingual IMAP client using AJAX - (sources from CVS)" >HOMEPAGE="http://www.roundcube.net" >SRC_URI="" > >LICENSE="GPL-2" >KEYWORDS="~x86" > >S=${WORKDIR}/${ECVS_MODULE} > >IUSE="mysql postgresql sqlite" > >RDEPEND="mysql? (>=dev-db/mysql-4) > sqlite? (dev-db/sqlite) > postgresql? (dev-db/postgresql) > !mysql? (!sqlite(!postgresql(dev-db/mysql))) > virtual/httpd-php > dev-php/PEAR-DB" > >pkg_setup() { > eerror "This is a LIVE CVS ebuild." > eerror "That means there are NO promises it will work." > eerror "If it fails to build, FIX THE CODE YOURSELF" > eerror "before reporting any issues." > if use mysql ; then > if ! built_with_use virtual/httpd-php mysql ; then > eerror "PHP is missing MySQL support." > eerror "Please add 'mysql' to your USE flags, and re-emerge PHP." > die "PHP needs mysql support" > fi > fi > webapp_pkg_setup >} > >src_unpack() { > cvs_src_unpack > mv ${S}/config/db.inc.php.dist ${S}/config/db.inc.php > mv ${S}/config/main.inc.php.dist ${S}/config/main.inc.php > cd "${S}" > find . -type d -name "CVS" -exec rm -rf "{}" ";" 1>/dev/null 2>&1 >} > >src_install () { > webapp_src_preinst > > cd "${S}" > > local docs="CHANGELOG README UPGRADING" > > # handle documentation files > # > # NOTE that doc files go into /usr/share/doc as normal; they do NOT > # get installed per vhost! > dodoc ${docs} > for foo in ${docs} INSTALL; do > rm -f ${foo} > done > > # copy the app's main files > # > einfo "Installing main files" > cp -R . ${D}/${MY_HTDOCSDIR} > rm -rf ${D}/${MY_HTDOCSDIR}/SQL > > # Directories needed to be owned by web server > # > webapp_serverowned ${MY_HTDOCSDIR}/logs > webapp_serverowned ${MY_HTDOCSDIR}/temp > > # add the post-installation instructions > # > webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt > > # install the SQL scripts available to us > # NOTE: We support all the differend SQL backends > # > if use mysql ; then > webapp_sqlscript mysql SQL/mysql.initial.sql > cp SQL/mysql.update.sql ${T}/mysql.update-0.1-20051007-to-${PV}.sql > webapp_sqlscript mysql ${T}/mysql.update-0.1-20051007-to-${PV}.sql 0.1-20051007 > fi > if use postgresql ; then > webapp_sqlscript postgres SQL/postgres.initial.sql > fi > if use sqlite ; then > webapp_sqlscript sqlite SQL/sqlite.initial.sql > fi > > # Identify the configuration files that this app uses > # > webapp_configfile ${MY_HTDOCSDIR}/config/db.inc.php > webapp_configfile ${MY_HTDOCSDIR}/config/main.inc.php > > # all done > # > # now we let the eclass strut its stuff ;-) > # > webapp_src_install >} > >pkg_postinst () { > webapp_pkg_postinst >}
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