Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Log: ChangeLog PEAR-Log-1.11.6.ebuild
Date: Tue, 05 Jan 2010 05:10:55
Message-Id: E1NS1gy-0006U8-RA@stork.gentoo.org
1 yngwin 10/01/05 05:10:52
2
3 Modified: ChangeLog
4 Added: PEAR-Log-1.11.6.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.84 dev-php/PEAR-Log/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Log/ChangeLog?rev=1.84&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Log/ChangeLog?rev=1.84&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Log/ChangeLog?r1=1.83&r2=1.84
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v
19 retrieving revision 1.83
20 retrieving revision 1.84
21 diff -u -r1.83 -r1.84
22 --- ChangeLog 22 Aug 2009 19:46:10 -0000 1.83
23 +++ ChangeLog 5 Jan 2010 05:10:52 -0000 1.84
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-php/PEAR-Log
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.83 2009/08/22 19:46:10 beandog Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.84 2010/01/05 05:10:52 yngwin Exp $
30 +
31 +*PEAR-Log-1.11.6 (05 Jan 2010)
32 +
33 + 05 Jan 2010; Ben de Groot <yngwin@g.o> +PEAR-Log-1.11.6.ebuild:
34 + Version bump
35
36 *PEAR-Log-1.11.5 (22 Aug 2009)
37
38
39
40
41 1.1 dev-php/PEAR-Log/PEAR-Log-1.11.6.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.11.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.11.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: PEAR-Log-1.11.6.ebuild
47 ===================================================================
48 # Copyright 1999-2010 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.6.ebuild,v 1.1 2010/01/05 05:10:52 yngwin 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 }