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-Auth: ChangeLog PEAR-Auth-1.6.1.ebuild
Date: Sat, 22 Aug 2009 22:30:48
Message-Id: E1Mez6k-0008MC-D3@stork.gentoo.org
1 beandog 09/08/22 22:30:46
2
3 Modified: ChangeLog
4 Added: PEAR-Auth-1.6.1.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.42 dev-php/PEAR-Auth/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Auth/ChangeLog?rev=1.42&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Auth/ChangeLog?rev=1.42&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Auth/ChangeLog?r1=1.41&r2=1.42
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v
19 retrieving revision 1.41
20 retrieving revision 1.42
21 diff -u -r1.41 -r1.42
22 --- ChangeLog 5 Dec 2007 23:31:53 -0000 1.41
23 +++ ChangeLog 22 Aug 2009 22:30:46 -0000 1.42
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-php/PEAR-Auth
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v 1.41 2007/12/05 23:31:53 jokey Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v 1.42 2009/08/22 22:30:46 beandog Exp $
30 +
31 +*PEAR-Auth-1.6.1 (22 Aug 2009)
32 +
33 + 22 Aug 2009; Steve Dibb <beandog@g.o> +PEAR-Auth-1.6.1.ebuild:
34 + Version bump
35
36 05 Dec 2007; Markus Ullmann <jokey@g.o> -PEAR-Auth-1.2.4.ebuild,
37 PEAR-Auth-1.5.4.ebuild:
38
39
40
41 1.1 dev-php/PEAR-Auth/PEAR-Auth-1.6.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.6.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.6.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: PEAR-Auth-1.6.1.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-Auth/PEAR-Auth-1.6.1.ebuild,v 1.1 2009/08/22 22:30:46 beandog Exp $
51
52 inherit php-pear-r1 depend.php eutils
53
54 DESCRIPTION="Provides methods for creating an authentication system using PHP."
55 LICENSE="PHP-3.01"
56 SLOT="0"
57 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
58 IUSE="minimal"
59 RDEPEND="!minimal? ( >=dev-php/PEAR-Log-1.9.10
60 >=dev-php/PEAR-File_Passwd-1.1.0
61 >=dev-php/PEAR-Net_POP3-1.3.0
62 >=dev-php/PEAR-DB-1.7.6-r1
63 dev-php/PEAR-MDB
64 >=dev-php/PEAR-MDB2-2.0.0_rc1
65 >=dev-php/PEAR-Crypt_CHAP-1.0.0
66 >=dev-php/PEAR-SOAP-0.9.0
67 >=dev-php/PEAR-File_SMBPasswd-1.0.0 )"
68 # missing lots of keywords
69 # >=dev-php/PEAR-HTTP_Client-1.1.0
70
71 pkg_postinst() {
72 has_php
73 if ! use minimal && ! built_with_use --missing true =${PHP_PKG} imap soap ; then
74 elog "${PN} can optionally use ${PHP_PKG} imap and soap features."
75 elog "If you want those, recompile ${PHP_PKG} with these flags in USE."
76 fi
77 }