Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 158087 Details for
Bug 229025
New ebuild: dev-php/awl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-php/libawl-php ebuild
libawl-php-0.29.ebuild (text/plain), 1.03 KB, created by
François Périchon
on 2008-06-23 09:36:26 UTC
(
hide
)
Description:
dev-php/libawl-php ebuild
Filename:
MIME Type:
Creator:
François Périchon
Created:
2008-06-23 09:36:26 UTC
Size:
1.03 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils php-lib-r1 > >DESCRIPTION="Andrew McMillan's web libraries: A collection of generic classes >and functions used by the davical calendar server" >HOMEPAGE="http://rscds.sourceforge.net/" >SRC_URI="mirror://sourceforge/rscds/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="doc" > >DEPEND="doc? ( dev-php/PEAR-PhpDocumentor )" >RDEPEND="${DEPEND}" > >need_php5 > >pkg_setup() { > require_php_with_use pcre postgres xml >} > >src_compile() { > if use doc ; then > ebegin "Generating documentation" > phpdoc -c "docs/api/phpdoc.ini" > eend $? || die "Documentation failed to build" > fi >} > >src_install() { > local docs="debian/README.debian debian/changelog" > dodoc-php ${docs} || die "dodoc failed" > > if use doc ; then > dohtml -r "docs/api/" || die "dohtml failed" > fi > > insinto /usr/share/awl > doins -r dba || die "doins failed" > > php-lib-r1_src_install ./inc `find ./inc -type f -print | sed -e "s|./inc||g"` >}
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 229025
: 158087