diff options
author | Dean Bailey <alron@gentoo.org> | 2003-05-12 18:37:35 +0000 |
---|---|---|
committer | Dean Bailey <alron@gentoo.org> | 2003-05-12 18:37:35 +0000 |
commit | 910d9be387dce0fd276cf0a73bfd6c0e98878f8a (patch) | |
tree | 07a24c4b49cc67effc7c62a74478145746d46a90 /net-www | |
parent | Bumped version for PHP eclass release. (diff) | |
download | gentoo-2-910d9be387dce0fd276cf0a73bfd6c0e98878f8a.tar.gz gentoo-2-910d9be387dce0fd276cf0a73bfd6c0e98878f8a.tar.bz2 gentoo-2-910d9be387dce0fd276cf0a73bfd6c0e98878f8a.zip |
Version bump on horde-pear to 1.0.1.1
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/horde-pear/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/horde-pear/files/digest-horde-pear-1.0.1.1 | 1 | ||||
-rw-r--r-- | net-www/horde-pear/horde-pear-1.0.1.1.ebuild | 26 |
3 files changed, 33 insertions, 1 deletions
diff --git a/net-www/horde-pear/ChangeLog b/net-www/horde-pear/ChangeLog index 74e93e496bf9..1daab237e30f 100644 --- a/net-www/horde-pear/ChangeLog +++ b/net-www/horde-pear/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/horde-pear # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/horde-pear/ChangeLog,v 1.1 2003/04/08 21:53:19 alron Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-pear/ChangeLog,v 1.2 2003/05/12 18:37:35 alron Exp $ + +*horde-pear-1.0.1.1 (11 May 2003) + + 11 May 2003; Dean Bailey <alron@netoptex.com> horde-pear-1.0.1.1 : + Version bump to 1.0.1.1. *horde-pear-1.0.1 (08 Apr 2003) diff --git a/net-www/horde-pear/files/digest-horde-pear-1.0.1.1 b/net-www/horde-pear/files/digest-horde-pear-1.0.1.1 new file mode 100644 index 000000000000..d4c5494d2c28 --- /dev/null +++ b/net-www/horde-pear/files/digest-horde-pear-1.0.1.1 @@ -0,0 +1 @@ +MD5 9f12fa6748e02789394322d4dc4eda89 pear-1.0.1.1.tar.gz 293358 diff --git a/net-www/horde-pear/horde-pear-1.0.1.1.ebuild b/net-www/horde-pear/horde-pear-1.0.1.1.ebuild new file mode 100644 index 000000000000..32618ad7e2ae --- /dev/null +++ b/net-www/horde-pear/horde-pear-1.0.1.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 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.0.1.1.ebuild,v 1.1 2003/05/12 18:37:35 alron Exp $ + +DESCRIPTION="Horde Application Framework PHP PEAR files ${PV}" +HOMEPAGE="http://www.horde.org" +P="pear-1.0.1.1" +SRC_URI="ftp://ftp.horde.org/pub/pear/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +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" +IUSE="" +S="${WORKDIR}/pear" +src_compile() { + #nothing to compile + echo "Nothing to compile" +} + +src_install () { + mkdir -p ${D}/usr/lib + cp -a ${S} ${D}/usr/lib/php +} |