From d4776b413a117d9bebc66daa09ff18e9ac38829e Mon Sep 17 00:00:00 2001 From: "Sven Schwyn (svoop)" Date: Sat, 5 Nov 2011 17:18:31 +0000 Subject: dev-php/awl: Version bump for awl svn path=/sunrise/; revision=12503 --- dev-php/awl/ChangeLog | 4 ++++ dev-php/awl/Manifest | 6 +++--- dev-php/awl/awl-0.48.ebuild | 45 --------------------------------------------- dev-php/awl/awl-0.49.ebuild | 45 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 52 insertions(+), 48 deletions(-) delete mode 100644 dev-php/awl/awl-0.48.ebuild create mode 100644 dev-php/awl/awl-0.49.ebuild (limited to 'dev-php') diff --git a/dev-php/awl/ChangeLog b/dev-php/awl/ChangeLog index de8ee9ebb..137638fa8 100644 --- a/dev-php/awl/ChangeLog +++ b/dev-php/awl/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 05 Nov 2011; Sven Schwyn (svoop) -awl-0.48.ebuild, + +awl-0.49.ebuild: + Version bump for awl + 05 Oct 2011; lebarjack -awl-0.46.ebuild, +awl-0.48.ebuild: New version of the awl library diff --git a/dev-php/awl/Manifest b/dev-php/awl/Manifest index 653a8f79b..fd65d6aa1 100644 --- a/dev-php/awl/Manifest +++ b/dev-php/awl/Manifest @@ -1,4 +1,4 @@ -DIST awl-0.48.tar.gz 290976 RMD160 89c428a5bd16a90c5b60f0c0db95a40125d9b1f3 SHA1 8596f125f1b7b9c685c6c2c3d5559731906d63e2 SHA256 6980dc91b0cdc2de9dde1f926334119813768234cadc8ed0916cf55fbed43174 -EBUILD awl-0.48.ebuild 1098 RMD160 0ff6fe6243a8d12f6e66cd14c7df3fe3e142c7f2 SHA1 c52430479347da229d138b57b4e9a05bdff7709f SHA256 2d0e8eea2875152a8b023e76eed347f32af7ff1891f0979765e93e0985b9c278 -MISC ChangeLog 2917 RMD160 622bd6c4148707493957c1f535b7b7b175868933 SHA1 f4ff8c8a9618fbf7dfe9d026f1157462453058ad SHA256 452dbfd4f440b4c68c7bcce3f92b4308bde2faf1eca5b7526bb389e0bd221f6f +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 MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82 diff --git a/dev-php/awl/awl-0.48.ebuild b/dev-php/awl/awl-0.48.ebuild deleted file mode 100644 index 9e8ce2c29..000000000 --- a/dev-php/awl/awl-0.48.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.49.ebuild b/dev-php/awl/awl-0.49.ebuild new file mode 100644 index 000000000..9e8ce2c29 --- /dev/null +++ b/dev-php/awl/awl-0.49.ebuild @@ -0,0 +1,45 @@ +# 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"` +} -- cgit v1.2.3-18-g5258