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-Auth_HTTP: PEAR-Auth_HTTP-2.1.8.ebuild ChangeLog
Date: Thu, 02 Feb 2012 15:16:06
Message-Id: 20120202151557.596592004B@flycatcher.gentoo.org
1 olemarkus 12/02/02 15:15:57
2
3 Modified: ChangeLog
4 Added: PEAR-Auth_HTTP-2.1.8.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.10.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.10 dev-php/PEAR-Auth_HTTP/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Auth_HTTP/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Auth_HTTP/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Auth_HTTP/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_HTTP/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 18 Jan 2012 17:58:33 -0000 1.9
24 +++ ChangeLog 2 Feb 2012 15:15:57 -0000 1.10
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-php/PEAR-Auth_HTTP
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_HTTP/ChangeLog,v 1.9 2012/01/18 17:58:33 mabi Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_HTTP/ChangeLog,v 1.10 2012/02/02 15:15:57 olemarkus Exp $
30 +
31 +*PEAR-Auth_HTTP-2.1.8 (02 Feb 2012)
32 +
33 + 02 Feb 2012; Ole Markus With <olemarkus@g.o>
34 + +PEAR-Auth_HTTP-2.1.8.ebuild:
35 + Version bump
36
37 18 Jan 2012; Matti Bickel <mabi@g.o> PEAR-Auth_HTTP-2.1.6-r1.ebuild:
38 fix DESCRIPTION length
39
40
41
42 1.1 dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.8.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.8.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.8.ebuild?rev=1.1&content-type=text/plain
46
47 Index: PEAR-Auth_HTTP-2.1.8.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.8.ebuild,v 1.1 2012/02/02 15:15:57 olemarkus Exp $
52
53 EAPI="4"
54
55 inherit php-pear-r1
56
57 DESCRIPTION="Create HTTP authentication systems similar to Apache's realm-based .htaccess mechanism."
58 LICENSE="PHP-3.01"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
61 IUSE=""
62 RDEPEND="dev-php/PEAR-Auth"