From 47a131fdb86f3b981c4a49aeb6875670f3661675 Mon Sep 17 00:00:00 2001 From: lebarjack Date: Mon, 24 Nov 2008 10:23:25 +0000 Subject: dev-php/awl: New version for awl svn path=/sunrise/; revision=7396 --- dev-php/awl/ChangeLog | 4 ++++ dev-php/awl/Manifest | 6 +++--- dev-php/awl/awl-0.33.ebuild | 46 --------------------------------------------- dev-php/awl/awl-0.34.ebuild | 46 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 53 insertions(+), 49 deletions(-) delete mode 100644 dev-php/awl/awl-0.33.ebuild create mode 100644 dev-php/awl/awl-0.34.ebuild diff --git a/dev-php/awl/ChangeLog b/dev-php/awl/ChangeLog index ead6fb0c4..904a74029 100644 --- a/dev-php/awl/ChangeLog +++ b/dev-php/awl/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 24 Nov 2008; lebarjack + -awl-0.33.ebuild, +awl-0.34.ebuild: + New version for awl + 05 Nov 2008; lebarjack -libawl-php-0.31.ebuild, +awl-0.33.ebuild: New version. Renamed to dev-php/awl to reflect upstream naming scheme diff --git a/dev-php/awl/Manifest b/dev-php/awl/Manifest index 4031f08a1..545fae2e6 100644 --- a/dev-php/awl/Manifest +++ b/dev-php/awl/Manifest @@ -1,4 +1,4 @@ -DIST awl_0.33.tar.gz 203192 RMD160 1a13d800c2dd1cac72c4febbf80f70785e46dad1 SHA1 19e6c4af01f1be3cba4ce0e5e139fa15051bd0f1 SHA256 ca3c5cb39b7071278ad55d0cee4bf169d55f49f8203137c93e2a64201ea52625 -EBUILD awl-0.33.ebuild 1068 RMD160 81997202403df8cb450cf37b2857189e56be7cab SHA1 307b107b6f96ddff678d09256fa942e9bbd304cc SHA256 eaa0cad9411c077b55b8887a062d4487ae6c481387b1913c0dc476c3002f612b -MISC ChangeLog 628 RMD160 4cdb91ee08256ef77d0af103d103081f9c5aa231 SHA1 d0718b239c65cc7431aefce95065cfe08dd64657 SHA256 5533e6a903d31a6083981628d7e9f68d604cc3908e1abe2d539857109941e952 +DIST awl_0.34.tar.gz 210698 RMD160 bc8d442f91ad1422920cd666c88a2257e5ecb562 SHA1 8a1228f3a9579ff836117093c01d46128212a201 SHA256 8979131c9a8d44bc1afb64bea6af22406fba4957f5114f60606c198e93527e7b +EBUILD awl-0.34.ebuild 1068 RMD160 81997202403df8cb450cf37b2857189e56be7cab SHA1 307b107b6f96ddff678d09256fa942e9bbd304cc SHA256 eaa0cad9411c077b55b8887a062d4487ae6c481387b1913c0dc476c3002f612b +MISC ChangeLog 749 RMD160 ad56238a09c08732a7cc9f16ef6d7f77762eea0c SHA1 aeaf756bff7b0d2b21ec0f8b2231c81eccf2da78 SHA256 5979565446f2147aaa62d79ec2629ca5534c51e6b344d553565e10511acb397e MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/dev-php/awl/awl-0.33.ebuild b/dev-php/awl/awl-0.33.ebuild deleted file mode 100644 index 06b5c4561..000000000 --- a/dev-php/awl/awl-0.33.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# 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 -used by the davical calendar server" -HOMEPAGE="http://andrew.mcmillan.net.nz/projects/awl" -SRC_URI="http://debian.mcmillan.net.nz/packages/awl/awl_${PV}.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"` -} diff --git a/dev-php/awl/awl-0.34.ebuild b/dev-php/awl/awl-0.34.ebuild new file mode 100644 index 000000000..06b5c4561 --- /dev/null +++ b/dev-php/awl/awl-0.34.ebuild @@ -0,0 +1,46 @@ +# 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 +used by the davical calendar server" +HOMEPAGE="http://andrew.mcmillan.net.nz/projects/awl" +SRC_URI="http://debian.mcmillan.net.nz/packages/awl/awl_${PV}.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"` +} -- cgit v1.2.3