From 1cc539764f6281fa1427a2f50e6ffc20b20a1c70 Mon Sep 17 00:00:00 2001 From: lebarjack Date: Thu, 11 Feb 2010 08:32:38 +0000 Subject: dev-php/awl: New version for the awl library svn path=/sunrise/; revision=10121 --- dev-php/awl/ChangeLog | 4 ++++ dev-php/awl/Manifest | 6 +++--- dev-php/awl/awl-0.39.ebuild | 45 --------------------------------------------- dev-php/awl/awl-0.40.ebuild | 45 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 52 insertions(+), 48 deletions(-) delete mode 100644 dev-php/awl/awl-0.39.ebuild create mode 100644 dev-php/awl/awl-0.40.ebuild (limited to 'dev-php') diff --git a/dev-php/awl/ChangeLog b/dev-php/awl/ChangeLog index 6855bf9fe..bd71b70ec 100644 --- a/dev-php/awl/ChangeLog +++ b/dev-php/awl/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 11 Feb 2010; lebarjack + -awl-0.39.ebuild, +awl-0.40.ebuild: + New version for the awl library + 07 Jan 2010; lebarjack -awl-0.38.ebuild, +awl-0.39.ebuild: Version bump, now depends on php with pdo diff --git a/dev-php/awl/Manifest b/dev-php/awl/Manifest index b95c0968d..1673a72f1 100644 --- a/dev-php/awl/Manifest +++ b/dev-php/awl/Manifest @@ -1,4 +1,4 @@ -DIST awl-0.39.tar.gz 222970 RMD160 534ebc5d09752d14c1024c912ab27f901e40ad75 SHA1 52a1b09b9190f29fde5bd3123090dfaf6a0b8ebe SHA256 d4b761ca7f36bf899aebaeeb3b036cebb37bd6ef908f3b6e264c61c84f8f5662 -EBUILD awl-0.39.ebuild 1080 RMD160 c21da7d4f03f69bf8f8af09b7a531ed81b528dab SHA1 326e190931805c714eaa8eebb48e689aaa1f2891 SHA256 0a5c0425ab21c165eabd806a2913e6ac7da4e3c597278569febc781c4eb62300 -MISC ChangeLog 1562 RMD160 7a77683f0a61077fe40eeb8c5edcee6eba568780 SHA1 7e370860da578b2f538fa39f0e410ffbae9f6b81 SHA256 cac8918f1163f7cbad7cf526ddb7e6766fdaa08a61d66aabdf14d7edbcf59329 +DIST awl-0.40.tar.gz 227645 RMD160 9b1c51cf2c0af3198b200c9e6a17ce090d09ddb2 SHA1 42cac8c5c571ec0427d85bab8af71e74fc06a772 SHA256 499db4ce2e9e1594379371cfabaab2c9802cc98bf16ff02f106707ce844b35eb +EBUILD awl-0.40.ebuild 1080 RMD160 c21da7d4f03f69bf8f8af09b7a531ed81b528dab SHA1 326e190931805c714eaa8eebb48e689aaa1f2891 SHA256 0a5c0425ab21c165eabd806a2913e6ac7da4e3c597278569febc781c4eb62300 +MISC ChangeLog 1695 RMD160 9744a21f8af4f0feddf30fd2830ae772967e4c5b SHA1 9a01de7dae2095fd0376b92add2e79c07f0efdbb SHA256 c85a3c3392432badf5412a02496c88476d605fb6515b6a23279155fd0a5d2d5d MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/dev-php/awl/awl-0.39.ebuild b/dev-php/awl/awl-0.39.ebuild deleted file mode 100644 index d1e7569a4..000000000 --- a/dev-php/awl/awl-0.39.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2010 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/awl/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -DEPEND="dev-lang/php[pcre,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 "phpdoc failed" - 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"` -} diff --git a/dev-php/awl/awl-0.40.ebuild b/dev-php/awl/awl-0.40.ebuild new file mode 100644 index 000000000..d1e7569a4 --- /dev/null +++ b/dev-php/awl/awl-0.40.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2010 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/awl/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +DEPEND="dev-lang/php[pcre,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 "phpdoc failed" + 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"` +} -- cgit v1.2.3-65-gdbad