Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 89966 Details for
Bug 137765
www-apps/ackertodo-3.8.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ackertodo-3.8.ebuild (New Package)
ackertodo-3.8.ebuild (text/plain), 1.27 KB, created by
Mike Pagano
on 2006-06-23 18:18:43 UTC
(
hide
)
Description:
ackertodo-3.8.ebuild (New Package)
Filename:
MIME Type:
Creator:
Mike Pagano
Created:
2006-06-23 18:18:43 UTC
Size:
1.27 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit webapp eutils > >MY_PN="ackerTodo" >MY_P="${MY_PN}-${PV}" > >DESCRIPTION="ackerTodo is a light-weight web based todo list manager" >HOMEPAGE="http://ackertodo.sourceforge.net/site2/index.html" >SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}.tar.bz2" >LICENSE="GPL-2" > >KEYWORDS="~x86" >IUSE="" > >DEPEND=">=app-admin/webapp-config-1.50.13" >RDEPEND="virtual/httpd-php > >=dev-db/mysql-4.1.20" > >S=${WORKDIR}/${MY_P} > >pkg_setup() { > webapp_pkg_setup > if ! built_with_use dev-lang/php mysql ; then > eerror "To build ackertodo, dev-lang/php must be built with " > eerror "mysql extensions. To continue merging ackertodo, you must first" > eerror "recompile php with the mysql use flag enabled" > die "ackertodo requires php with USE=mysql" > fi >} > >src_install() { > webapp_src_preinst > > local docs="ChangeLog CREDITS README TODO UPGRADE" > > dodoc ${docs} > for doc in ${docs}; do > rm -f ${doc} > done > > cp -r src/* ${D}${MY_HTDOCSDIR} > > webapp_configfile ${MY_HTDOCSDIR}/config/config.inc.php > chmod 600 ${D}${MY_HTDOCSDIR}/config/config.inc.php > webapp_sqlscript mysql ${D}${MY_HTDOCSDIR}/setup/ackertodo.sql > 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 137765
:
89938
|
89939
|
89966
|
90018
|
90020