summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2004-01-03 16:15:43 +0000
committerTim Yamin <plasmaroo@gentoo.org>2004-01-03 16:15:43 +0000
commit7842a7d3e12a5f8de9a230e96f5b9dcc5fe2be38 (patch)
treede415cc1a1e2d97cd5db5f0ac0ba94e16b9296a1
parentFirst add of binutils for hppa64. This one will compile 64 bit kernels. (diff)
downloadgentoo-2-7842a7d3e12a5f8de9a230e96f5b9dcc5fe2be38.tar.gz
gentoo-2-7842a7d3e12a5f8de9a230e96f5b9dcc5fe2be38.tar.bz2
gentoo-2-7842a7d3e12a5f8de9a230e96f5b9dcc5fe2be38.zip
Fixed invalid ${S} value, closes bug #37108.
-rw-r--r--net-www/horde-pear/Manifest4
-rw-r--r--net-www/horde-pear/horde-pear-1.1.ebuild7
2 files changed, 6 insertions, 5 deletions
diff --git a/net-www/horde-pear/Manifest b/net-www/horde-pear/Manifest
index 4b5be3f2a698..2bdf7a02e445 100644
--- a/net-www/horde-pear/Manifest
+++ b/net-www/horde-pear/Manifest
@@ -1,4 +1,4 @@
-MD5 89c15e81311caaf4e9a033bced1d3af3 horde-pear-1.1.ebuild 733
-MD5 c339473e0ff43da76eb2f2607c441921 metadata.xml 280
MD5 37fca2ee502fe9074bf8f7c5aea7e8e4 ChangeLog 864
+MD5 c339473e0ff43da76eb2f2607c441921 metadata.xml 280
+MD5 2e33881051b7a160b226ee2068da815e horde-pear-1.1.ebuild 758
MD5 5634966aceb363b5265dce1c1bbc0cd2 files/digest-horde-pear-1.1 61
diff --git a/net-www/horde-pear/horde-pear-1.1.ebuild b/net-www/horde-pear/horde-pear-1.1.ebuild
index 1b1bcc45b321..b5370b8524a2 100644
--- a/net-www/horde-pear/horde-pear-1.1.ebuild
+++ b/net-www/horde-pear/horde-pear-1.1.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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.3 2003/12/08 02:10:02 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/horde-pear/horde-pear-1.1.ebuild,v 1.4 2004/01/03 16:15:04 plasmaroo Exp $
DESCRIPTION="Horde Application Framework PHP PEAR files ${PV}"
HOMEPAGE="http://www.horde.org"
MY_P="${P/horde-/}"
+MY_PN="${PN/horde-/}"
SRC_URI="ftp://ftp.horde.org/pub/pear/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -14,7 +15,7 @@ RDEPEND=">=dev-php/mod_php-4.1.0
>=sys-devel/gettext-0.10.40
>=dev-libs/libxml2-2.4.21-r1"
IUSE=""
-S=${WORKDIR}/${MY_P}
+S=${WORKDIR}/${MY_PN}
src_compile() {
#nothing to compile