From 211bc6919e41535a393edb13984bf9054a361ca9 Mon Sep 17 00:00:00 2001 From: lebarjack Date: Fri, 12 Mar 2010 08:32:57 +0000 Subject: dev-php/awl: New version for the awl library svn path=/sunrise/; revision=10282 --- dev-php/awl/ChangeLog | 4 ++++ dev-php/awl/Manifest | 6 +++--- dev-php/awl/awl-0.41.ebuild | 44 -------------------------------------------- dev-php/awl/awl-0.42.ebuild | 44 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 51 insertions(+), 47 deletions(-) delete mode 100644 dev-php/awl/awl-0.41.ebuild create mode 100644 dev-php/awl/awl-0.42.ebuild (limited to 'dev-php/awl') diff --git a/dev-php/awl/ChangeLog b/dev-php/awl/ChangeLog index 68c722af2..3c70fcb1b 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: $ + 12 Mar 2010; lebarjack + -awl-0.41.ebuild, +awl-0.42.ebuild: + New version for the awl library + 27 Feb 2010; Thomas Sachau (Tommy[D]) awl-0.41.ebuild: Directly die with failing command diff --git a/dev-php/awl/Manifest b/dev-php/awl/Manifest index fcf8bcc0c..3e010de06 100644 --- a/dev-php/awl/Manifest +++ b/dev-php/awl/Manifest @@ -1,4 +1,4 @@ -DIST awl-0.41.tar.gz 236179 RMD160 d97f8fa045e499dbb1029fb0cb363c15c1473dbc SHA1 29ce9f994ec9f2d4778d9bbc520322cd93586f2d SHA256 ccc1c4ab2c8360be7cbbeb04f1f9c56ef23e0252972428296ec2627b4835c18d -EBUILD awl-0.41.ebuild 1047 RMD160 19553407fd0f2c8e8ab79ead1ad38dc5e1c58cd4 SHA1 ad13ce5287729dd512e61a47deea7b6465c91f42 SHA256 e39563978942e94b5184cb6a145e0092cc811af2ce7a01ee51736f956ac53ecd -MISC ChangeLog 2069 RMD160 695a953b105176b50797d00455b3e3bc5f9c76df SHA1 066c880ad2b22b4ef3561580cfcbb452c1fa2bb6 SHA256 a77f4d9b09d3453cb4be7a9c0c43915811da844b827389c813e7f8c85b8ef1a5 +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 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/dev-php/awl/awl-0.41.ebuild b/dev-php/awl/awl-0.41.ebuild deleted file mode 100644 index 8c6b337d9..000000000 --- a/dev-php/awl/awl-0.41.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.42.ebuild b/dev-php/awl/awl-0.42.ebuild new file mode 100644 index 000000000..8c6b337d9 --- /dev/null +++ b/dev-php/awl/awl-0.42.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/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"` +} -- cgit v1.2.3-18-g5258