From 741c678cf7f86d6c66ad348e841098c7779aa2ee Mon Sep 17 00:00:00 2001 From: lebarjack Date: Mon, 16 Jan 2012 14:20:14 +0000 Subject: dev-php/awl: New version of the awl library svn path=/sunrise/; revision=12656 --- dev-php/awl/ChangeLog | 6 +++++- dev-php/awl/Manifest | 6 +++--- dev-php/awl/awl-0.49.ebuild | 45 --------------------------------------------- dev-php/awl/awl-0.51.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 50 insertions(+), 49 deletions(-) delete mode 100644 dev-php/awl/awl-0.49.ebuild create mode 100644 dev-php/awl/awl-0.51.ebuild (limited to 'dev-php') diff --git a/dev-php/awl/ChangeLog b/dev-php/awl/ChangeLog index 137638fa8..85a18266e 100644 --- a/dev-php/awl/ChangeLog +++ b/dev-php/awl/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-php/awl -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 16 Jan 2012; lebarjack + -awl-0.49.ebuild, +awl-0.51.ebuild: + New version of the awl library + 05 Nov 2011; Sven Schwyn (svoop) -awl-0.48.ebuild, +awl-0.49.ebuild: Version bump for awl diff --git a/dev-php/awl/Manifest b/dev-php/awl/Manifest index fd65d6aa1..7d7213aa1 100644 --- a/dev-php/awl/Manifest +++ b/dev-php/awl/Manifest @@ -1,4 +1,4 @@ -DIST awl-0.49.tar.gz 294781 RMD160 9d505a5ac6d617831bf6ca13b36e52e6c760bb5b SHA1 33251a119f576daf8d50e583015ae40f8f7cdab3 SHA256 88a08b6ba912d161d3c9a9df1af220497b0cec8cc06991ebd9b624cf3d48f32a -EBUILD awl-0.49.ebuild 1098 RMD160 0ff6fe6243a8d12f6e66cd14c7df3fe3e142c7f2 SHA1 c52430479347da229d138b57b4e9a05bdff7709f SHA256 2d0e8eea2875152a8b023e76eed347f32af7ff1891f0979765e93e0985b9c278 -MISC ChangeLog 3037 RMD160 be9d5139c46f8e868b08d04d4b37544a92c388ae SHA1 059ed82dbfa49dbb8c3efc770af8d6374ccfb9a7 SHA256 cf3e70faa9a2cf060b530dc420d88d4cac2a80b8540d633c9945e1637671344a +DIST awl-0.51.tar.gz 297202 RMD160 7936b361daaf460fcda1c71fc2c3eead6bf9fa96 SHA1 a5b2c13487604b0e38289e17021d1fa682180e10 SHA256 1ec6e0029779772aa9204c866c48e6d35fea63c812321a505cf087a4bd1c7234 +EBUILD awl-0.51.ebuild 1004 RMD160 8998b33e417199583b35a888c78c2843945b4fde SHA1 efd93ca41d76ac46430ebb45c93f2c696807c757 SHA256 1907876d756a32a8c30a3b30bebe0d5c0229f985a072a7d55f8969c667fc8eeb +MISC ChangeLog 3169 RMD160 624b3d28d6663c6452a3968c2c64ea31f69e07ea SHA1 5223745a67a42f9754d4d7f8e63d6e5ec7c59079 SHA256 f7b3b220c09e0e8c95ca213023d7552fcd0a70874df33b0c266c49423786fcdc MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82 diff --git a/dev-php/awl/awl-0.49.ebuild b/dev-php/awl/awl-0.49.ebuild deleted file mode 100644 index 9e8ce2c29..000000000 --- a/dev-php/awl/awl-0.49.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2011 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-5.3[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.51.ebuild b/dev-php/awl/awl-0.51.ebuild new file mode 100644 index 000000000..530ac28fa --- /dev/null +++ b/dev-php/awl/awl-0.51.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2012 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-5.3[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 + + php-lib-r1_src_install . dba/* inc/* scripts/* +} -- cgit v1.2.3-65-gdbad