diff options
author | 2011-10-05 10:31:05 +0000 | |
---|---|---|
committer | 2011-10-05 10:31:05 +0000 | |
commit | 8a7ea84bc080f1d03e459138d318230d71534f71 (patch) | |
tree | 189f81460055e8e3c4ee19fa477794c3ced734f5 /dev-php/awl/awl-0.46.ebuild | |
parent | www-apps/wwwsqldesigner: Initial ebuild for wwwsqldesigner, bug #385545. Than... (diff) | |
download | sunrise-8a7ea84bc080f1d03e459138d318230d71534f71.tar.gz sunrise-8a7ea84bc080f1d03e459138d318230d71534f71.tar.bz2 sunrise-8a7ea84bc080f1d03e459138d318230d71534f71.zip |
dev-php/awl: New version of the awl library
svn path=/sunrise/; revision=12420
Diffstat (limited to 'dev-php/awl/awl-0.46.ebuild')
-rw-r--r-- | dev-php/awl/awl-0.46.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/dev-php/awl/awl-0.46.ebuild b/dev-php/awl/awl-0.46.ebuild deleted file mode 100644 index 9e8ce2c29..000000000 --- a/dev-php/awl/awl-0.46.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -inherit depend.php php-lib-r1 - -DESCRIPTION="Andrew McMillan's web libraries: A collection of generic classes -used by the davical calendar server" -HOMEPAGE="http://andrew.mcmillan.net.nz/projects/awl" -SRC_URI="http://debian.mcmillan.net.nz/packages/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -DEPEND="|| ( <dev-lang/php-5.3[pcre,pdo,postgres,xml] - >=dev-lang/php-5.3[pdo,postgres,xml] ) - doc? ( dev-php/PEAR-PhpDocumentor )" -RDEPEND="${DEPEND}" - -need_php5 - -src_compile() { - if use doc ; then - ebegin "Generating documentation" - phpdoc -c "docs/api/phpdoc.ini" || 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"` -} |