From a2bfd9aef2072822d6add5992b1c936c71ff6690 Mon Sep 17 00:00:00 2001 From: lebarjack Date: Thu, 7 Jan 2010 12:13:47 +0000 Subject: dev-php/awl: Version bump, now depends on php with pdo svn path=/sunrise/; revision=9822 --- dev-php/awl/ChangeLog | 6 +++++- dev-php/awl/Manifest | 6 +++--- dev-php/awl/awl-0.38.ebuild | 45 --------------------------------------------- dev-php/awl/awl-0.39.ebuild | 45 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 53 insertions(+), 49 deletions(-) delete mode 100644 dev-php/awl/awl-0.38.ebuild create mode 100644 dev-php/awl/awl-0.39.ebuild (limited to 'dev-php/awl') diff --git a/dev-php/awl/ChangeLog b/dev-php/awl/ChangeLog index ecef6621b..6855bf9fe 100644 --- a/dev-php/awl/ChangeLog +++ b/dev-php/awl/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-php/awl -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 07 Jan 2010; lebarjack + -awl-0.38.ebuild, +awl-0.39.ebuild: + Version bump, now depends on php with pdo + 14 Oct 2009; lebarjack -awl-0.37.ebuild, +awl-0.38.ebuild: New version for the awl library diff --git a/dev-php/awl/Manifest b/dev-php/awl/Manifest index f1bfe3737..b95c0968d 100644 --- a/dev-php/awl/Manifest +++ b/dev-php/awl/Manifest @@ -1,4 +1,4 @@ -DIST awl-0.38.tar.gz 221810 RMD160 ba479097fbf9beb8a9a95a6d789d11137241d091 SHA1 90773a5676c9d7bcb7e9aa911f9cca6685df34f6 SHA256 a76419db8eef175ad89679e4008a0dbcbcccabb73b6fcb2e03755eaf8fa7cb69 -EBUILD awl-0.38.ebuild 1076 RMD160 3f6dd416cae192f9a19a0445f0306ddd7cbc4896 SHA1 b3a90df9761e0842f104d40ee9fa3f334d419830 SHA256 6c44fadca8f719395e450fec3bc399d5d8a990c29814247f4a7e6b07384950b3 -MISC ChangeLog 1419 RMD160 c5fb574eef8871e12d18c6a250afcc4e11d5f1d8 SHA1 b56b9c72c487c05c748b20d06c3a04b30c07b47f SHA256 617596ae877017025ff44e78a85b18bc65b6f24b1356e365044207b86d68bb11 +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 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/dev-php/awl/awl-0.38.ebuild b/dev-php/awl/awl-0.38.ebuild deleted file mode 100644 index 636fd1226..000000000 --- a/dev-php/awl/awl-0.38.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2009 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,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.39.ebuild b/dev-php/awl/awl-0.39.ebuild new file mode 100644 index 000000000..d1e7569a4 --- /dev/null +++ b/dev-php/awl/awl-0.39.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-18-g5258