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-HTML_QuickForm_advmultiselect: ChangeLog PEAR-HTML_QuickForm_advmultiselect-1.5.1.ebuild
Date: Sat, 22 Aug 2009 22:44:58
Message-Id: E1MezKS-00012H-UH@stork.gentoo.org
1 beandog 09/08/22 22:44:56
2
3 Modified: ChangeLog
4 Added: PEAR-HTML_QuickForm_advmultiselect-1.5.1.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-php/PEAR-HTML_QuickForm_advmultiselect/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-HTML_QuickForm_advmultiselect/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-HTML_QuickForm_advmultiselect/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-HTML_QuickForm_advmultiselect/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_QuickForm_advmultiselect/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 21 Apr 2009 19:42:50 -0000 1.2
23 +++ ChangeLog 22 Aug 2009 22:44:56 -0000 1.3
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-php/PEAR-HTML_QuickForm_advmultiselect
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_QuickForm_advmultiselect/ChangeLog,v 1.2 2009/04/21 19:42:50 hollow Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_QuickForm_advmultiselect/ChangeLog,v 1.3 2009/08/22 22:44:56 beandog Exp $
29 +
30 +*PEAR-HTML_QuickForm_advmultiselect-1.5.1 (22 Aug 2009)
31 +
32 + 22 Aug 2009; Steve Dibb <beandog@g.o>
33 + +PEAR-HTML_QuickForm_advmultiselect-1.5.1.ebuild:
34 + Version bump
35
36 21 Apr 2009; Benedikt Böhm <hollow@g.o>
37 PEAR-HTML_QuickForm_advmultiselect-1.4.0.ebuild:
38
39
40
41 1.1 dev-php/PEAR-HTML_QuickForm_advmultiselect/PEAR-HTML_QuickForm_advmultiselect-1.5.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-HTML_QuickForm_advmultiselect/PEAR-HTML_QuickForm_advmultiselect-1.5.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-HTML_QuickForm_advmultiselect/PEAR-HTML_QuickForm_advmultiselect-1.5.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: PEAR-HTML_QuickForm_advmultiselect-1.5.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-HTML_QuickForm_advmultiselect/PEAR-HTML_QuickForm_advmultiselect-1.5.1.ebuild,v 1.1 2009/08/22 22:44:56 beandog Exp $
51
52 inherit php-pear-r1
53
54 DESCRIPTION="Element for HTML_QuickForm that emulate a multi-select."
55 LICENSE="BSD"
56 SLOT="0"
57 KEYWORDS="~amd64 ~x86"
58 IUSE=""
59 RDEPEND=">=dev-php/PEAR-HTML_QuickForm-3.2.10
60 >=dev-php/PEAR-HTML_Common-1.2.5"