summaryrefslogtreecommitdiff
blob: a7b379efeaa594cfcc9e18e1c0f01714b218d039 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/eselect-php-0.96.ebuild,v 1.3 2005/09/09 12:46:43 weeve Exp $

inherit eutils

DESCRIPTION="PHP modules for eselect."
HOMEPAGE="http://svn.gnqs.org/projects/gentoo-php-overlay/wiki/InstallPhpEselectModules"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND="app-admin/eselect"

src_install() {
	dodir /usr/share/eselect/modules
	insinto /usr/share/eselect/modules
	doins ${FILESDIR}/php.eselect
	doins ${FILESDIR}/php-cgi.eselect
	doins ${FILESDIR}/php-devel.eselect
}