Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/php-openid: ChangeLog php-openid-2.2.2.ebuild php-openid-2.1.3.ebuild
Date: Mon, 02 Aug 2010 18:02:10
Message-Id: 20100802171250.D7E672CE15@corvid.gentoo.org
1 mabi 10/08/02 17:12:50
2
3 Modified: ChangeLog
4 Added: php-openid-2.2.2.ebuild
5 Removed: php-openid-2.1.3.ebuild
6 Log:
7 bump
8 (Portage version: 2.1.8.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-php/php-openid/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/php-openid/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/php-openid/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/php-openid/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/php-openid/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 2 Jan 2010 23:26:59 -0000 1.2
24 +++ ChangeLog 2 Aug 2010 17:12:50 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-php/php-openid
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-openid/ChangeLog,v 1.2 2010/01/02 23:26:59 yngwin Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-openid/ChangeLog,v 1.3 2010/08/02 17:12:50 mabi Exp $
30 +
31 +*php-openid-2.2.2 (02 Aug 2010)
32 +
33 + 02 Aug 2010; Matti Bickel <mabi@g.o> -php-openid-2.1.3.ebuild,
34 + +php-openid-2.2.2.ebuild:
35 + version bump, thanks to Ole Markus With (bug #326769)
36
37 02 Jan 2010; Ben de Groot <yngwin@g.o> php-openid-2.1.3.ebuild:
38 Old-style virtuals can't take use deps
39
40
41
42 1.1 dev-php/php-openid/php-openid-2.2.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/php-openid/php-openid-2.2.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/php-openid/php-openid-2.2.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: php-openid-2.2.2.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-php/php-openid/php-openid-2.2.2.ebuild,v 1.1 2010/08/02 17:12:50 mabi Exp $
52
53 EAPI="2"
54 MY_P="openid-php-openid-2.2.2-0-ga287b2d"
55 MY_P2="openid-php-openid-782224d"
56
57 inherit php-lib-r1
58
59 PHP_LIB_NAME="Auth"
60 DESCRIPTION="PHP OpenID implementation"
61 HOMEPAGE="http://github.com/openid/php-openid"
62 SRC_URI="http://download.github.com/${MY_P}.tar.gz"
63
64 LICENSE="Apache-2.0"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="examples"
68
69 DEPEND=""
70 RDEPEND="|| ( dev-lang/php[gmp] dev-lang/php[bcmath] )
71 dev-lang/php[curl,xml,ssl]
72 net-misc/curl[ssl]"
73
74 S="${WORKDIR}/${MY_P2}"
75
76 src_install() {
77 cd "${S}"/Auth
78 php-lib-r1_src_install . * */*
79
80 if use examples; then
81 cd "${S}"
82 insinto /usr/share/doc/${PF}/examples
83 doins -r examples/*
84 fi
85 }
86
87 pkg_postinst() {
88 elog "This ebuild can optionally make use of:"
89 elog " dev-php/PEAR-DB"
90 }