commit:     e824acab3957b1d933e2428d52ff3be18cb40727
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 13 08:03:09 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Apr 13 08:03:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e824acab

dev-libs/http-fetcher: clean up old.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild | 34 -------------------------
 1 file changed, 34 deletions(-)

diff --git a/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild 
b/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild
deleted file mode 100644
index 9d13b8c338f..00000000000
--- a/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-MY_P="${P/-/_}"
-S="${WORKDIR}/${MY_P}"
-DESCRIPTION="Library for downloading files via HTTP using the GET method"
-HOMEPAGE="http://http-fetcher.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc x86"
-IUSE="debug"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       sed -r '/AC_DEFUN/s/(AC_PATH_HFETCHER)/[\1]/' -i \
-               http-fetcher.m4
-}
-
-src_compile() {
-       econf \
-               --disable-strict \
-               $(use_enable debug) \
-               || die
-       emake || die "emake failed"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "make install failed"
-       dohtml -r docs/index.html docs/html
-       dodoc README ChangeLog CREDITS INSTALL
-}

Reply via email to