Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Log: ChangeLog PEAR-Log-1.9.14.ebuild
Date: Fri, 04 Jan 2008 13:03:41
Message-Id: E1JAmCx-00075Z-IZ@stork.gentoo.org
1 jokey 08/01/04 13:03:31
2
3 Modified: ChangeLog
4 Added: PEAR-Log-1.9.14.ebuild
5 Log:
6 Version bump from project overlay
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.75 dev-php/PEAR-Log/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Log/ChangeLog?rev=1.75&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Log/ChangeLog?rev=1.75&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Log/ChangeLog?r1=1.74&r2=1.75
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v
19 retrieving revision 1.74
20 retrieving revision 1.75
21 diff -u -r1.74 -r1.75
22 --- ChangeLog 15 Dec 2007 11:37:46 -0000 1.74
23 +++ ChangeLog 4 Jan 2008 13:03:31 -0000 1.75
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-php/PEAR-Log
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.74 2007/12/15 11:37:46 jokey Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.75 2008/01/04 13:03:31 jokey Exp $
30 +
31 +*PEAR-Log-1.9.14 (04 Jan 2008)
32 +
33 + 04 Jan 2008; Markus Ullmann <jokey@g.o> +PEAR-Log-1.9.14.ebuild:
34 + Version bump from project overlay
35
36 *PEAR-Log-1.9.13 (15 Dec 2007)
37
38
39
40
41 1.1 dev-php/PEAR-Log/PEAR-Log-1.9.14.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.9.14.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.9.14.ebuild?rev=1.1&content-type=text/plain
45
46 Index: PEAR-Log-1.9.14.ebuild
47 ===================================================================
48 # Copyright 1999-2008 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.9.14.ebuild,v 1.1 2008/01/04 13:03:31 jokey 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-MDB2-2.0.0_rc1 )"
64
65 pkg_postinst() {
66 has_php
67 if ! use minimal && ! built_with_use --missing true =${PHP_PKG} sqlite ; then
68 elog "${PN} can optionally use ${PHP_PKG} sqlite features."
69 elog "If you want those, recompile ${PHP_PKG} with this flag in USE."
70 fi
71 }
72
73
74
75 --
76 gentoo-commits@g.o mailing list