Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Log: ChangeLog PEAR-Log-1.11.5.ebuild
Date: Sat, 22 Aug 2009 19:46:12
Message-Id: E1MewXT-0001Mf-5s@stork.gentoo.org
1 beandog 09/08/22 19:46:11
2
3 Modified: ChangeLog
4 Added: PEAR-Log-1.11.5.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.83 dev-php/PEAR-Log/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Log/ChangeLog?rev=1.83&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Log/ChangeLog?rev=1.83&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Log/ChangeLog?r1=1.82&r2=1.83
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v
19 retrieving revision 1.82
20 retrieving revision 1.83
21 diff -u -r1.82 -r1.83
22 --- ChangeLog 28 Mar 2008 23:48:47 -0000 1.82
23 +++ ChangeLog 22 Aug 2009 19:46:10 -0000 1.83
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-php/PEAR-Log
26 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.82 2008/03/28 23:48:47 maekke Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.83 2009/08/22 19:46:10 beandog Exp $
30 +
31 +*PEAR-Log-1.11.5 (22 Aug 2009)
32 +
33 + 22 Aug 2009; Steve Dibb <beandog@g.o> +PEAR-Log-1.11.5.ebuild:
34 + Version bump
35
36 28 Mar 2008; Markus Meier <maekke@g.o> PEAR-Log-1.9.14.ebuild:
37 amd64 stable, bug #208313
38
39
40
41 1.1 dev-php/PEAR-Log/PEAR-Log-1.11.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.11.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.11.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: PEAR-Log-1.11.5.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.11.5.ebuild,v 1.1 2009/08/22 19:46:11 beandog Exp $
51
52 inherit php-pear-r1 depend.php eutils
53
54 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
55
56 DESCRIPTION="The Log framework provides an abstracted logging system.
57 It supports logging to console, file, syslog, SQL, Sqlite, mail, and mcal targets."
58 LICENSE="PHP-3.01"
59 SLOT="0"
60 IUSE="minimal"
61
62 RDEPEND="!minimal? ( >=dev-php/PEAR-DB-1.7.6-r1
63 dev-php/PEAR-Mail
64 >=dev-php/PEAR-MDB2-2.0.0_rc1 )"
65
66 pkg_postinst() {
67 has_php
68 if ! use minimal && ! built_with_use --missing true =${PHP_PKG} sqlite ; then
69 elog "${PN} can optionally use ${PHP_PKG} sqlite features."
70 elog "If you want those, recompile ${PHP_PKG} with this flag in USE."
71 fi
72 }