Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Log: ChangeLog PEAR-Log-1.12.6.ebuild
Date: Thu, 26 May 2011 11:52:10
Message-Id: 20110526115200.1E53B20054@flycatcher.gentoo.org
1 olemarkus 11/05/26 11:52:00
2
3 Modified: ChangeLog
4 Added: PEAR-Log-1.12.6.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.9.42/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.87 dev-php/PEAR-Log/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Log/ChangeLog?rev=1.87&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Log/ChangeLog?rev=1.87&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Log/ChangeLog?r1=1.86&r2=1.87
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v
20 retrieving revision 1.86
21 retrieving revision 1.87
22 diff -u -r1.86 -r1.87
23 --- ChangeLog 27 Dec 2010 13:46:12 -0000 1.86
24 +++ ChangeLog 26 May 2011 11:52:00 -0000 1.87
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-php/PEAR-Log
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.86 2010/12/27 13:46:12 olemarkus Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.87 2011/05/26 11:52:00 olemarkus Exp $
31 +
32 +*PEAR-Log-1.12.6 (26 May 2011)
33 +
34 + 26 May 2011; Ole Markus With <olemarkus@g.o> +PEAR-Log-1.12.6.ebuild:
35 + Version bump
36
37 *PEAR-Log-1.12.5 (27 Dec 2010)
38
39
40
41
42 1.1 dev-php/PEAR-Log/PEAR-Log-1.12.6.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.12.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.12.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: PEAR-Log-1.12.6.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.12.6.ebuild,v 1.1 2011/05/26 11:52:00 olemarkus Exp $
52
53 EAPI="2"
54 inherit php-pear-r1 depend.php eutils
55
56 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
57
58 DESCRIPTION="The Log framework provides an abstracted logging system.@"
59 LICENSE="PHP-3.01"
60 SLOT="0"
61 IUSE="minimal"
62
63 RDEPEND="!minimal? ( >=dev-php/PEAR-DB-1.7.6-r1
64 dev-php/PEAR-Mail
65 >=dev-php/PEAR-MDB2-2.0.0_rc1 )"
66
67 pkg_postinst() {
68 has_php
69 if ! use minimal && ! has_version =${PHP_PKG}[sqlite] ; then
70 elog "${PN} can optionally use ${PHP_PKG} sqlite features."
71 elog "If you want those, recompile ${PHP_PKG} with this flag in USE."
72 fi
73 }