From 30452c73c11e0549a65025966a5914cec55b3cc5 Mon Sep 17 00:00:00 2001 From: lebarjack Date: Fri, 5 Nov 2010 14:06:37 +0000 Subject: dev-php/awl: New version of the awl library svn path=/sunrise/; revision=11519 --- dev-php/awl/ChangeLog | 4 ++++ dev-php/awl/Manifest | 6 +++--- dev-php/awl/awl-0.43.ebuild | 45 --------------------------------------------- dev-php/awl/awl-0.45.ebuild | 45 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 52 insertions(+), 48 deletions(-) delete mode 100644 dev-php/awl/awl-0.43.ebuild create mode 100644 dev-php/awl/awl-0.45.ebuild diff --git a/dev-php/awl/ChangeLog b/dev-php/awl/ChangeLog index 80e086be8..4f3b58623 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: $ + 05 Nov 2010; lebarjack + -awl-0.43.ebuild, +awl-0.45.ebuild: + New version of the awl library + 26 Oct 2010; Michael Weber (xmw) awl-0.43.ebuild: Drop php[pcre] for >=perl-5.3 (thanks to Sven Schwyn (svoop) reporting this on bug #342597) diff --git a/dev-php/awl/Manifest b/dev-php/awl/Manifest index b05a4596f..7abcd5fcb 100644 --- a/dev-php/awl/Manifest +++ b/dev-php/awl/Manifest @@ -1,4 +1,4 @@ -DIST awl-0.43.tar.gz 251912 RMD160 3a6c154c26e796361332d0a62b4dd1789fd18cca SHA1 5ed13be450e226f956f8b54735e2486527c29655 SHA256 8d75f5e760c544be04fc6bbba533e182e1e860c36043a55d31ce7548a1ced865 -EBUILD awl-0.43.ebuild 1098 RMD160 307c5644865774edd50ccaea9050ef936e52cf1d SHA1 25b3956d492c9bbe65aa6b16a9c6db4fbc6e0bde SHA256 cce14f05a2b7b7f105f1d147d0de7b93ad83501c6dd9b95dd851fcb40493c592 -MISC ChangeLog 2521 RMD160 331f90c654c0a124cc576c3bdee5b0a4f8c8f5d0 SHA1 eb4f1a39f00444ddc8ace16d3d4ce9a69890fe12 SHA256 79a4a94f17ad565664db42ef1092233916b63c1120c6b297805479bd4d34d7be +DIST awl-0.45.tar.gz 279339 RMD160 47a94b597c30a5ebd337021b1a9ba5cbbee836f4 SHA1 2c4c15011ab6633bac414a4be14378ba530decda SHA256 fc05d61c20f94dca92953e43e352b2e5784d7a3b68fb7b7ca6b15f4eb0b7dbde +EBUILD awl-0.45.ebuild 1098 RMD160 307c5644865774edd50ccaea9050ef936e52cf1d SHA1 25b3956d492c9bbe65aa6b16a9c6db4fbc6e0bde SHA256 cce14f05a2b7b7f105f1d147d0de7b93ad83501c6dd9b95dd851fcb40493c592 +MISC ChangeLog 2653 RMD160 0f3a626f0f10017057bd9d1b61f0bbf71edfba5c SHA1 69d1cb64c708caa2c330b70b1c42c5f2998f8a29 SHA256 64ad38263da662df8b982ed2cc8dceeeaf907777b10556e4625a9a72ccce96bc MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f diff --git a/dev-php/awl/awl-0.43.ebuild b/dev-php/awl/awl-0.43.ebuild deleted file mode 100644 index 1bc1cfc1d..000000000 --- a/dev-php/awl/awl-0.43.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/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -DEPEND="|| ( =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"` -} diff --git a/dev-php/awl/awl-0.45.ebuild b/dev-php/awl/awl-0.45.ebuild new file mode 100644 index 000000000..1bc1cfc1d --- /dev/null +++ b/dev-php/awl/awl-0.45.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/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +DEPEND="|| ( =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"` +} -- cgit v1.2.3-65-gdbad