Files
@ 9ccc0bcc6676
Branch filter:
Location: ohnobinki_overlay/dev-php/phpcaptcha/phpcaptcha-2.0.1.ebuild - annotation
9ccc0bcc6676
813 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)
91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c 91c0b7fdc36c | # Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.3.9.ebuild,v 1.12 2009/11/04 12:12:05 arfrever Exp $
EAPI="2"
inherit eutils
DESCRIPTION="PHP captcha creator and validator library"
HOMEPAGE="http://phpcaptcha.org/"
SRC_URI="mirror://ohnoproto/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
S=${WORKDIR}
src_prepare() {
epatch "${FILESDIR}"/${P}-pic.patch
mkdir securimage-doc || die
mv -v securimage/README* securimage-doc/ || die
# it's good that the license is distributed, we just don't want to
# install it below.
rm -v securimage/LICENSE.txt || die
}
src_install()
{
insinto /usr/share/php
doins -r securimage || die
dodoc securimage-doc/* || die
}
|