From b605605d7ce603c9bae7f17b0a9b90979d8fc4e9 Mon Sep 17 00:00:00 2001 From: Andrew Wilcox Date: Sat, 26 Mar 2016 22:07:10 -0500 Subject: Remove eutils.eclass All uses of it have been replaced with EAPI=6. --- dev-libs/libfetch/libfetch-2.33.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 dev-libs/libfetch/libfetch-2.33.ebuild (limited to 'dev-libs') diff --git a/dev-libs/libfetch/libfetch-2.33.ebuild b/dev-libs/libfetch/libfetch-2.33.ebuild deleted file mode 100644 index 25f02eb46..000000000 --- a/dev-libs/libfetch/libfetch-2.33.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2015-2016 Adélie Linux Team -# Distributed under the terms of the NCSA License - -EAPI=5 - -inherit eutils - -DESCRIPTION="High-level retrieval and download library for FTP and HTTP(S)" -HOMEPAGE="http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/net/libfetch/" -SRC_URI="http://distfiles.foxkit.us/source/${PN}/${P}.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="arm mips ppc x86 x86_64 ~alpha ~arm64 ~hppa ~ppc64 ~sparc64" -IUSE="+ipv6 +ssl" - -DEPEND="ssl? ( dev-libs/openssl:0 )" -RDEPEND="${DEPEND}" - -EPATCH_SOURCE=( "${FILESDIR}"/${P}-remove-hardcoded-compiler.patch ) - -src_prepare() { - epatch - epatch_user -} - -src_compile() { - use ssl || export FETCH_WITH_OPENSSL=false - use ipv6 || export FETCH_WITH_INET6=false - - emake -} -- cgit v1.2.3-70-g09d2