diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-08-02 17:12:50 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-08-02 17:12:50 +0000 |
commit | 4343ea2cba98c9e69f4f3c50d35955a1416a91b7 (patch) | |
tree | e17c561b10b68458a2509170fb220a595cd2a022 /dev-php/php-openid | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-4343ea2cba98c9e69f4f3c50d35955a1416a91b7.tar.gz gentoo-2-4343ea2cba98c9e69f4f3c50d35955a1416a91b7.tar.bz2 gentoo-2-4343ea2cba98c9e69f4f3c50d35955a1416a91b7.zip |
bump
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/php-openid')
-rw-r--r-- | dev-php/php-openid/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/php-openid/php-openid-2.2.2.ebuild (renamed from dev-php/php-openid/php-openid-2.1.3.ebuild) | 21 |
2 files changed, 23 insertions, 6 deletions
diff --git a/dev-php/php-openid/ChangeLog b/dev-php/php-openid/ChangeLog index f81fb865d9fe..645ac0c1c48c 100644 --- a/dev-php/php-openid/ChangeLog +++ b/dev-php/php-openid/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/php-openid # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-openid/ChangeLog,v 1.2 2010/01/02 23:26:59 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-openid/ChangeLog,v 1.3 2010/08/02 17:12:50 mabi Exp $ + +*php-openid-2.2.2 (02 Aug 2010) + + 02 Aug 2010; Matti Bickel <mabi@gentoo.org> -php-openid-2.1.3.ebuild, + +php-openid-2.2.2.ebuild: + version bump, thanks to Ole Markus With (bug #326769) 02 Jan 2010; Ben de Groot <yngwin@gentoo.org> php-openid-2.1.3.ebuild: Old-style virtuals can't take use deps diff --git a/dev-php/php-openid/php-openid-2.1.3.ebuild b/dev-php/php-openid/php-openid-2.2.2.ebuild index 69bd4e838da7..8e191c2fa32e 100644 --- a/dev-php/php-openid/php-openid-2.1.3.ebuild +++ b/dev-php/php-openid/php-openid-2.2.2.ebuild @@ -1,14 +1,17 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-openid/php-openid-2.1.3.ebuild,v 1.2 2010/01/02 23:26:59 yngwin Exp $ +# $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 $ EAPI="2" +MY_P="openid-php-openid-2.2.2-0-ga287b2d" +MY_P2="openid-php-openid-782224d" + inherit php-lib-r1 PHP_LIB_NAME="Auth" DESCRIPTION="PHP OpenID implementation" -HOMEPAGE="http://openidenabled.com/php-openid/" -SRC_URI="http://openidenabled.com/files/php-openid/packages/${P}.tar.bz2" +HOMEPAGE="http://github.com/openid/php-openid" +SRC_URI="http://download.github.com/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" @@ -16,8 +19,11 @@ KEYWORDS="~amd64 ~x86" IUSE="examples" DEPEND="" -RDEPEND="|| ( dev-lang/php[bcmath] dev-lang/php[gmp] ) - dev-lang/php[curl]" +RDEPEND="|| ( dev-lang/php[gmp] dev-lang/php[bcmath] ) + dev-lang/php[curl,xml,ssl] + net-misc/curl[ssl]" + +S="${WORKDIR}/${MY_P2}" src_install() { cd "${S}"/Auth @@ -29,3 +35,8 @@ src_install() { doins -r examples/* fi } + +pkg_postinst() { + elog "This ebuild can optionally make use of:" + elog " dev-php/PEAR-DB" +} |