Files
@ 5f1095591d3d
Branch filter:
Location: ohnobinki_overlay/dev-php/Auth_OpenID/Auth_OpenID-2.1.3-r1.ebuild - annotation
5f1095591d3d
675 B
application/vnd.gentoo.ebuild
games-arcade/supertux: Updated patch for supertux SVN r5936.
cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f cfe344101e3f | # Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit php-lib-r1
KEYWORDS="~amd64 ~x86"
DESCRIPTION="PHP OpenID Implementation"
HOMEPAGE="http://openidenabled.com/php-openid/"
SRC_URI="http://openidenabled.com/files/php-openid/packages/php-openid-${PV}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
PHP_LIB_NAME="Auth"
MY_PN=php-openid
MY_S=${WORKDIR}/${MY_PN}-${PV}
RDEPEND="|| ( virtual/php[bcmath] virtual/php[gmp] )
virtual/php[curl]"
src_install()
{
cd "${MY_S}"/Auth
php-lib-r1_src_install . * */*
cd "${MY_S}"
insinto /usr/share/doc/${PF}/examples
doins -r examples/*
}
|