* [gentoo-commits] gentoo-x86 commit in dev-php/awl: awl-0.52.ebuild ChangeLog
@ 2012-06-26 9:36 Patrick Lauer (patrick)
0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2012-06-26 9:36 UTC (permalink / raw
To: gentoo-commits
patrick 12/06/26 09:36:21
Modified: ChangeLog
Added: awl-0.52.ebuild
Log:
Bump
(Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-php/awl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/awl/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/awl/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/awl/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/awl/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 22 Mar 2012 00:20:11 -0000 1.2
+++ ChangeLog 26 Jun 2012 09:36:20 -0000 1.3
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/awl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/awl/ChangeLog,v 1.2 2012/03/22 00:20:11 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/awl/ChangeLog,v 1.3 2012/06/26 09:36:20 patrick Exp $
+
+*awl-0.52 (26 Jun 2012)
+
+ 26 Jun 2012; Patrick Lauer <patrick@gentoo.org> +awl-0.52.ebuild:
+ Bump
*awl-0.51-r1 (22 Mar 2012)
@@ -92,4 +97,3 @@
23 Jun 2008; lebarjack <francois.perichon@univ-lille2.fr>
+libawl-php-0.29.ebuild, +metadata.xml:
New ebuild for bug 229025 - (initial work by Cory Coager <ccoager@gmail.com>)
-
1.1 dev-php/awl/awl-0.52.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/awl/awl-0.52.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/awl/awl-0.52.ebuild?rev=1.1&content-type=text/plain
Index: awl-0.52.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/awl/awl-0.52.ebuild,v 1.1 2012/06/26 09:36:20 patrick Exp $
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[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/*
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-26 9:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-26 9:36 [gentoo-commits] gentoo-x86 commit in dev-php/awl: awl-0.52.ebuild ChangeLog Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox