From 12c38223c1baee391746f020d7d08ad5574d58ab Mon Sep 17 00:00:00 2001 From: lebarjack Date: Wed, 21 Apr 2010 07:51:56 +0000 Subject: dev-php/awl: New version for the awl library svn path=/sunrise/; revision=10475 --- dev-php/awl/ChangeLog | 4 ++++ dev-php/awl/Manifest | 6 +++--- dev-php/awl/awl-0.42.ebuild | 44 -------------------------------------------- dev-php/awl/awl-0.43.ebuild | 44 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 51 insertions(+), 47 deletions(-) delete mode 100644 dev-php/awl/awl-0.42.ebuild create mode 100644 dev-php/awl/awl-0.43.ebuild (limited to 'dev-php') diff --git a/dev-php/awl/ChangeLog b/dev-php/awl/ChangeLog index 3c70fcb1b..59b76613a 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: $ + 21 Apr 2010; lebarjack + -awl-0.42.ebuild, +awl-0.43.ebuild: + New version for the awl library + 12 Mar 2010; lebarjack -awl-0.41.ebuild, +awl-0.42.ebuild: New version for the awl library diff --git a/dev-php/awl/Manifest b/dev-php/awl/Manifest index c16001c18..76d6a7ead 100644 --- a/dev-php/awl/Manifest +++ b/dev-php/awl/Manifest @@ -1,4 +1,4 @@ -DIST awl-0.42.tar.gz 236907 RMD160 a89fd91996e5fceeb87258654b595de870ef03e0 SHA1 fdbe0f77514e9568bee360416bbdd1752f4be48c SHA256 fe4e009a78a0858a8b944522612bf6262b70fb2e29cac493e562481d0bd4dace -EBUILD awl-0.42.ebuild 1047 RMD160 19553407fd0f2c8e8ab79ead1ad38dc5e1c58cd4 SHA1 ad13ce5287729dd512e61a47deea7b6465c91f42 SHA256 e39563978942e94b5184cb6a145e0092cc811af2ce7a01ee51736f956ac53ecd -MISC ChangeLog 2202 RMD160 640c8742d735177d0351287afb823fadb6b6f5c4 SHA1 72f8fb46aa9d14b827eb20871d47f64a8d791df7 SHA256 f02dd9c12691522d8ae8b32ad8321828806ac59d7c454e8a0c1850e0b0947cd0 +DIST awl-0.43.tar.gz 251912 RMD160 3a6c154c26e796361332d0a62b4dd1789fd18cca SHA1 5ed13be450e226f956f8b54735e2486527c29655 SHA256 8d75f5e760c544be04fc6bbba533e182e1e860c36043a55d31ce7548a1ced865 +EBUILD awl-0.43.ebuild 1047 RMD160 10875e7434cb3a8a18761eb275ab739637f3b90d SHA1 332c151cbc399c64776c0be2905057e0482182d0 SHA256 722951513d8b3a7ba8fee100dc78a8f764420d66e01150394a38b8fd68316167 +MISC ChangeLog 2335 RMD160 4b9dac4cb270ef8191eaad00190dbec5801a4b83 SHA1 eaef3445076231f7a6bd55ac380401e389439bee SHA256 855c53162f9c074092f35461b0c0dcdaacdebc41a35db3c504bd9fe8b410670c MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f diff --git a/dev-php/awl/awl-0.42.ebuild b/dev-php/awl/awl-0.42.ebuild deleted file mode 100644 index 8c6b337d9..000000000 --- a/dev-php/awl/awl-0.42.ebuild +++ /dev/null @@ -1,44 +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/awl/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -DEPEND="dev-lang/php[pcre,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.43.ebuild b/dev-php/awl/awl-0.43.ebuild new file mode 100644 index 000000000..563281ed4 --- /dev/null +++ b/dev-php/awl/awl-0.43.ebuild @@ -0,0 +1,44 @@ +# 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[pcre,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