diff options
Diffstat (limited to 'dev-libs/xmlrpc-c/xmlrpc-c-0.9.9-r1.ebuild')
-rw-r--r-- | dev-libs/xmlrpc-c/xmlrpc-c-0.9.9-r1.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9-r1.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9-r1.ebuild deleted file mode 100644 index 1dd4ee31514e..000000000000 --- a/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# 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-r1.ebuild,v 1.5 2005/09/10 22:00:45 agriffis Exp $ - -inherit eutils - -DESCRIPTION="A lightweigt RPC library based on XML and HTTP" -SRC_URI="mirror://sourceforge/xmlrpc-c/${P}.tar.gz" -HOMEPAGE="http://xmlrpc-c.sourceforge.net/" - -KEYWORDS="alpha ~amd64 ppc x86" -IUSE="" -LICENSE="GPL-2" -SLOT="0" - -DEPEND="virtual/libc - net-libs/libwww" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PN}-gcc-3.4.patch - epatch ${FILESDIR}/gentoo-${PV}-r1.patch -} - -src_install() { - make DESTDIR=${D} install || die -} |