Files
@ 9ccc0bcc6676
Branch filter:
Location: ohnobinki_overlay/dev-php/php-openid/php-openid-2.2.2.ebuild - annotation
9ccc0bcc6676
750 B
application/vnd.gentoo.ebuild
dev-lang/spidermonkey: Import spidermonkey-1.7.0-r2 because elinks needs an older version of spidermonkey and old versions of spidermonkey call $(LD) directly, breaking portage-multilib.
(Portage version: 2.2.0_alpha11-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
(Portage version: 2.2.0_alpha11-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 bee59d8a39f8 | # 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 $
EAPI="2"
inherit php-lib-r1
PHP_LIB_NAME="Auth"
DESCRIPTION="PHP OpenID implementation"
HOMEPAGE="http://openidenabled.com/php-openid/"
SRC_URI="ftp://ohnopub.net/mirror/${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
DEPEND=""
RDEPEND="|| ( dev-lang/php[bcmath] dev-lang/php[gmp] )
dev-lang/php[curl]"
src_install() {
cd "${S}"/Auth || die
php-lib-r1_src_install . * */*
if use examples; then
cd "${S}" || die
insinto /usr/share/doc/${PF}/examples
doins -r examples/*
fi
}
|