From 962cb99454dd24444cf7a5a946180258440b9f58 Mon Sep 17 00:00:00 2001 From: lebarjack Date: Wed, 1 Jul 2009 08:21:46 +0000 Subject: dev-php/awl: New version for the awl library svn path=/sunrise/; revision=8721 --- dev-php/awl/ChangeLog | 4 ++++ dev-php/awl/Manifest | 6 +++--- dev-php/awl/awl-0.36.ebuild | 45 --------------------------------------------- dev-php/awl/awl-0.37.ebuild | 45 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 52 insertions(+), 48 deletions(-) delete mode 100644 dev-php/awl/awl-0.36.ebuild create mode 100644 dev-php/awl/awl-0.37.ebuild (limited to 'dev-php/awl') diff --git a/dev-php/awl/ChangeLog b/dev-php/awl/ChangeLog index 0edecc2dc..24c21618a 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: $ + 01 Jul 2009; lebarjack + -awl-0.36.ebuild, +awl-0.37.ebuild: + New version for the awl library + 22 Apr 2009; Christian Ruppert awl-0.36.ebuild: Removed unused eutils inherite, added depend.php. diff --git a/dev-php/awl/Manifest b/dev-php/awl/Manifest index 42cac40db..31f98378c 100644 --- a/dev-php/awl/Manifest +++ b/dev-php/awl/Manifest @@ -1,4 +1,4 @@ -DIST awl_0.36.tar.gz 216262 RMD160 8f3780c623d000403b7e11c6662602bab543771f SHA1 6004fb7814e2c8bc942fee80a99372b61610fe9d SHA256 b79f18209f0d7138bc8b324b5ff7e2583a5cd916eb04e16caca12663eb615b8b -EBUILD awl-0.36.ebuild 1081 RMD160 6485b7cc864a6c8a4651b036f44aadbafcd40a93 SHA1 d09bb13b4b41bf74b7d41e3cbcbea7d83d83965b SHA256 916b1abda6f94c2898ebdd96ea70e2fb1cdc08cb2ec97c8ee6be1a439c322849 -MISC ChangeLog 1153 RMD160 323ed5c92353274c7ac4554e215b276c1c26a879 SHA1 2719b1f5957403c9b6733b39f53e6832444c1e2c SHA256 23e9f4bbd263694e2ee1b1d65ff83fe9d86a3c039a43d147fa996119e70ca0b9 +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 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/dev-php/awl/awl-0.36.ebuild b/dev-php/awl/awl-0.36.ebuild deleted file mode 100644 index ef2c72888..000000000 --- a/dev-php/awl/awl-0.36.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.37.ebuild b/dev-php/awl/awl-0.37.ebuild new file mode 100644 index 000000000..ef2c72888 --- /dev/null +++ b/dev-php/awl/awl-0.37.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/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"` +} -- cgit v1.2.3