summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van den Abeele <pvdabeel@gentoo.org>2003-03-08 21:23:49 +0000
committerPieter van den Abeele <pvdabeel@gentoo.org>2003-03-08 21:23:49 +0000
commitdc2d2db131bc5eab5d770cae4ad07346c013df65 (patch)
treebdf9b01c59d09ba6a4d354f8852c2d519f21b6c7 /dev-libs/xmlrpc-c/xmlrpc-c-0.9.9.ebuild
parentBumped version to -rc2 (diff)
downloadhistorical-dc2d2db131bc5eab5d770cae4ad07346c013df65.tar.gz
historical-dc2d2db131bc5eab5d770cae4ad07346c013df65.tar.bz2
historical-dc2d2db131bc5eab5d770cae4ad07346c013df65.zip
inheriting eutils
Diffstat (limited to 'dev-libs/xmlrpc-c/xmlrpc-c-0.9.9.ebuild')
-rw-r--r--dev-libs/xmlrpc-c/xmlrpc-c-0.9.9.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9.ebuild
index 944bc48f6e1b..316a04c08d73 100644
--- a/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9.ebuild
+++ b/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9.ebuild,v 1.2 2003/03/08 21:06:13 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9.ebuild,v 1.3 2003/03/08 21:23:49 pvdabeel Exp $
A=xmlrpc-c-${PV}.tar.gz
S=${WORKDIR}/xmlrpc-c-${PV}
@@ -11,13 +11,15 @@ KEYWORDS="x86 ppc"
LICENSE="GPL2"
SLOT="0"
+inherit eutils
+
DEPEND="virtual/glibc
net-libs/libwww"
src_unpack() {
unpack ${A}
cd ${S}/src
- epatch ${FILESDIR}/gentoo-${PV}.patch
+ epatch ${FILESDIR}/gentoo-${PV}.patch || die
}
src_install() {