grknight 14/10/07 13:39:46 Modified: ChangeLog Added: php-openid-2.2.3_pre20140423.ebuild Removed: php-openid-2.2.2.ebuild Log: Bump to github snapshot from 2014-04-23 for security bug 482140 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Revision Changes Path 1.5 dev-php/php-openid/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/php-openid/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/php-openid/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/php-openid/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/php-openid/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 28 Jan 2012 14:08:19 -0000 1.4 +++ ChangeLog 7 Oct 2014 13:39:46 -0000 1.5 @@ -1,6 +1,12 @@ # ChangeLog for dev-php/php-openid -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-openid/ChangeLog,v 1.4 2012/01/28 14:08:19 mabi Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-openid/ChangeLog,v 1.5 2014/10/07 13:39:46 grknight Exp $ + +*php-openid-2.2.3_pre20140423 (07 Oct 2014) + + 07 Oct 2014; <[email protected]> +php-openid-2.2.3_pre20140423.ebuild, + -php-openid-2.2.2.ebuild: + Bump to github snapshot from 2014-04-23 for security bug 482140 26 Jan 2012; Matti Bickel <[email protected]> php-openid-2.2.2.ebuild: remove unneeded php-lib-r1.php reference, EAPI bump @@ -20,4 +26,3 @@ +metadata.xml: Initial commit. Ebuild based on the one by Nathan Phillip Brink in his ohnobinki overlay. - 1.1 dev-php/php-openid/php-openid-2.2.3_pre20140423.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/php-openid/php-openid-2.2.3_pre20140423.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/php-openid/php-openid-2.2.3_pre20140423.ebuild?rev=1.1&content-type=text/plain Index: php-openid-2.2.3_pre20140423.ebuild =================================================================== # Copyright 1999-2014 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.2.3_pre20140423.ebuild,v 1.1 2014/10/07 13:39:46 grknight Exp $ EAPI=5 MY_PV="fff9217fb1acda132702730b66b10981ea9d4cac" MY_P="${PN}-${MY_PV}" PHP_LIB_NAME="Auth" DESCRIPTION="PHP OpenID implementation" HOMEPAGE="https://github.com/openid/php-openid" SRC_URI="https://github.com/openid/${PN}/archive/${MY_PV}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples" DEPEND="" RDEPEND="|| ( dev-lang/php[gmp] dev-lang/php[bcmath] ) dev-lang/php[curl,xml,ssl] net-misc/curl[ssl]" S="${WORKDIR}/${MY_P}" src_install() { insinto "/usr/share/php/${PN}" cd "${S}/Auth" && doins -r . use examples && dodoc -r ../examples } pkg_postinst() { elog "This ebuild can optionally make use of:" elog " dev-php/PEAR-DB" }
