From a540461d711199bef011cb1c8877d1e7f2415d4a Mon Sep 17 00:00:00 2001 From: lebarjack Date: Wed, 14 Oct 2009 06:28:05 +0000 Subject: dev-php/awl: New version for the awl library svn path=/sunrise/; revision=9359 --- dev-php/awl/ChangeLog | 4 ++++ dev-php/awl/Manifest | 6 +++--- dev-php/awl/awl-0.37.ebuild | 45 --------------------------------------------- dev-php/awl/awl-0.38.ebuild | 45 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 52 insertions(+), 48 deletions(-) delete mode 100644 dev-php/awl/awl-0.37.ebuild create mode 100644 dev-php/awl/awl-0.38.ebuild (limited to 'dev-php') diff --git a/dev-php/awl/ChangeLog b/dev-php/awl/ChangeLog index 24c21618a..ecef6621b 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: $ + 14 Oct 2009; lebarjack + -awl-0.37.ebuild, +awl-0.38.ebuild: + New version for the awl library + 01 Jul 2009; lebarjack -awl-0.36.ebuild, +awl-0.37.ebuild: New version for the awl library diff --git a/dev-php/awl/Manifest b/dev-php/awl/Manifest index 31f98378c..f1bfe3737 100644 --- a/dev-php/awl/Manifest +++ b/dev-php/awl/Manifest @@ -1,4 +1,4 @@ -DIST awl_0.37.tar.gz 217678 RMD160 dbe0b40a38f235215c69f57a53f4e13ac2bdbe05 SHA1 1cee5d230672be387702d673c40ffdf9abacd0b4 SHA256 f0b215a76fcd87d47cfbdc2cf473095c3f5081c5cd7383ffc532c5f897dcc717 -EBUILD awl-0.37.ebuild 1081 RMD160 6485b7cc864a6c8a4651b036f44aadbafcd40a93 SHA1 d09bb13b4b41bf74b7d41e3cbcbea7d83d83965b SHA256 916b1abda6f94c2898ebdd96ea70e2fb1cdc08cb2ec97c8ee6be1a439c322849 -MISC ChangeLog 1286 RMD160 d1d7011bb25b035e02950995bf1f26b97ee64684 SHA1 c4bc1e87eeaafa46b54356cdf64a3c34b641c040 SHA256 6ec1c1f9e5322edb059f408a9c1264da69ed305dc29cfd9540fa95ed5987fbca +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 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/dev-php/awl/awl-0.37.ebuild b/dev-php/awl/awl-0.37.ebuild deleted file mode 100644 index ef2c72888..000000000 --- a/dev-php/awl/awl-0.37.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/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" || 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.38.ebuild b/dev-php/awl/awl-0.38.ebuild new file mode 100644 index 000000000..636fd1226 --- /dev/null +++ b/dev-php/awl/awl-0.38.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 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"` +} -- cgit v1.2.3-65-gdbad