diff options
Diffstat (limited to 'net-www/horde-pear/horde-pear-1.1.ebuild')
-rw-r--r-- | net-www/horde-pear/horde-pear-1.1.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/net-www/horde-pear/horde-pear-1.1.ebuild b/net-www/horde-pear/horde-pear-1.1.ebuild deleted file mode 100644 index 5e531e90f712..000000000000 --- a/net-www/horde-pear/horde-pear-1.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/horde-pear/horde-pear-1.1.ebuild,v 1.7 2004/02/26 18:05:17 mholzer Exp $ - -inherit horde - -DESCRIPTION="Horde Application Framework PHP PEAR files" -HOMEPAGE="http://www.horde.org/" -SRC_URI="http://ftp.horde.org/pub/${HORDE_PN}/old/${HORDE_PN}-${PV}.tar.bz2" - -KEYWORDS="x86 ~ppc ~sparc ~alpha" - -DEPEND="" -RDEPEND=">=dev-php/mod_php-4.1.0 - >=sys-devel/gettext-0.10.40 - >=dev-libs/libxml2-2.4.21-r1" - -S=${WORKDIR}/${HORDE_PN} - -pkg_setup() { :;} - -src_install() { - dodir /usr/lib - cp -a ${S} ${D}/usr/lib/php -} - -pkg_postinst() { :;} |