From 91a080d1460ba652bad5a8473ea831985b4b3f80 Mon Sep 17 00:00:00 2001 From: lebarjack Date: Wed, 22 Apr 2009 13:35:41 +0000 Subject: dev-php/awl: Version bump to 0.36 svn path=/sunrise/; revision=8382 --- dev-php/awl/ChangeLog | 4 ++++ dev-php/awl/Manifest | 6 +++--- dev-php/awl/awl-0.34.ebuild | 45 --------------------------------------------- dev-php/awl/awl-0.36.ebuild | 45 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 52 insertions(+), 48 deletions(-) delete mode 100644 dev-php/awl/awl-0.34.ebuild create mode 100644 dev-php/awl/awl-0.36.ebuild (limited to 'dev-php') diff --git a/dev-php/awl/ChangeLog b/dev-php/awl/ChangeLog index 411d6eef8..76246dcb3 100644 --- a/dev-php/awl/ChangeLog +++ b/dev-php/awl/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 22 Apr 2009; lebarjack + -awl-0.34.ebuild, +awl-0.36.ebuild: + Version bump to 0.36 + 16 Mar 2009; Nick Fortino (nfortino) awl-0.34.ebuild: Update ebuild to use EAPI 2. Thanks to Cristian Ruppert and Thomas Sachau for review diff --git a/dev-php/awl/Manifest b/dev-php/awl/Manifest index 5a4662d95..1e52565be 100644 --- a/dev-php/awl/Manifest +++ b/dev-php/awl/Manifest @@ -1,4 +1,4 @@ -DIST awl_0.34.tar.gz 210698 RMD160 bc8d442f91ad1422920cd666c88a2257e5ecb562 SHA1 8a1228f3a9579ff836117093c01d46128212a201 SHA256 8979131c9a8d44bc1afb64bea6af22406fba4957f5114f60606c198e93527e7b -EBUILD awl-0.34.ebuild 1054 RMD160 dbee36ce0077a2e0992baefe78c1c9300c40a236 SHA1 d66ab85d1d09762dc0049f9c6d12f6337532cab2 SHA256 6b5fed34f0469f9433beb86607b4d9cc0da0d646e49a8f28280008dd072c1591 -MISC ChangeLog 909 RMD160 f79f436c43fbf225ea732bdf2d6e57ecfece2d3d SHA1 5ce613bca77bd85685a2ddbe747b55b304c7271a SHA256 4b2da676c03e45c39f45500b1481bbc3327f094183e068c00e41f42e279e768b +DIST awl_0.36.tar.gz 216262 RMD160 8f3780c623d000403b7e11c6662602bab543771f SHA1 6004fb7814e2c8bc942fee80a99372b61610fe9d SHA256 b79f18209f0d7138bc8b324b5ff7e2583a5cd916eb04e16caca12663eb615b8b +EBUILD awl-0.36.ebuild 1054 RMD160 dbee36ce0077a2e0992baefe78c1c9300c40a236 SHA1 d66ab85d1d09762dc0049f9c6d12f6337532cab2 SHA256 6b5fed34f0469f9433beb86607b4d9cc0da0d646e49a8f28280008dd072c1591 +MISC ChangeLog 1031 RMD160 a980a21f242b8cc0186c2c01716914842fd65bba SHA1 2fb50f31b89f9509305970e9d6f1f2fae810a189 SHA256 e092de8b4242751e71c950155c4498c6e8602e724eeb4cf59c9881d7fa2b99aa MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/dev-php/awl/awl-0.34.ebuild b/dev-php/awl/awl-0.34.ebuild deleted file mode 100644 index 1a797812f..000000000 --- a/dev-php/awl/awl-0.34.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 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="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" - 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.36.ebuild b/dev-php/awl/awl-0.36.ebuild new file mode 100644 index 000000000..1a797812f --- /dev/null +++ b/dev-php/awl/awl-0.36.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +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="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" + 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