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-File_SMBPasswd: ChangeLog PEAR-File_SMBPasswd-1.0.3.ebuild
Date: Sat, 22 Aug 2009 18:51:05
Message-Id: E1Mevg4-0006iO-UZ@stork.gentoo.org
1 beandog 09/08/22 18:51:00
2
3 Modified: ChangeLog
4 Added: PEAR-File_SMBPasswd-1.0.3.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 dev-php/PEAR-File_SMBPasswd/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-File_SMBPasswd/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-File_SMBPasswd/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-File_SMBPasswd/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_SMBPasswd/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 22 Oct 2007 16:23:58 -0000 1.14
23 +++ ChangeLog 22 Aug 2009 18:51:00 -0000 1.15
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-php/PEAR-File_SMBPasswd
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_SMBPasswd/ChangeLog,v 1.14 2007/10/22 16:23:58 armin76 Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_SMBPasswd/ChangeLog,v 1.15 2009/08/22 18:51:00 beandog Exp $
30 +
31 +*PEAR-File_SMBPasswd-1.0.3 (22 Aug 2009)
32 +
33 + 22 Aug 2009; Steve Dibb <beandog@g.o>
34 + +PEAR-File_SMBPasswd-1.0.3.ebuild:
35 + Version bump
36
37 22 Oct 2007; Raúl Porcel <armin76@g.o>
38 PEAR-File_SMBPasswd-1.0.2.ebuild:
39
40
41
42 1.1 dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: PEAR-File_SMBPasswd-1.0.3.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3.ebuild,v 1.1 2009/08/22 18:51:00 beandog Exp $
52
53 inherit php-pear-r1 depend.php
54
55 DESCRIPTION="Class for managing SAMBA style password files."
56 LICENSE="BSD"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
59 IUSE=""
60 RDEPEND=">=dev-php/PEAR-Crypt_CHAP-1.0.0"
61
62 pkg_setup() {
63 require_php_with_use mhash
64 }