diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-06-11 08:41:26 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-06-11 08:41:26 +0000 |
commit | 2f6caac6019e3182486965f7f09baed7e93e1be9 (patch) | |
tree | 2d5d4350a1bbf9bafdb5f0a5260714a6190c668d /dev-libs/libfetch | |
parent | a37f6bfc3fde25205ebac44b82f1586b924c61da (diff) | |
download | packages-2f6caac6019e3182486965f7f09baed7e93e1be9.tar.gz packages-2f6caac6019e3182486965f7f09baed7e93e1be9.tar.bz2 packages-2f6caac6019e3182486965f7f09baed7e93e1be9.tar.xz packages-2f6caac6019e3182486965f7f09baed7e93e1be9.zip |
The New Plan
ebuild branch has old ebuilds. profiles dir still has CFLAGS.
Everything else is removed or modified for changing of upstream to
Alpine.
Diffstat (limited to 'dev-libs/libfetch')
-rw-r--r-- | dev-libs/libfetch/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/libfetch/files/libfetch-2.33-remove-hardcoded-compiler.patch | 18 | ||||
-rw-r--r-- | dev-libs/libfetch/libfetch-2.33-r1.ebuild | 25 | ||||
-rw-r--r-- | dev-libs/libfetch/metadata.xml | 17 |
4 files changed, 0 insertions, 61 deletions
diff --git a/dev-libs/libfetch/Manifest b/dev-libs/libfetch/Manifest deleted file mode 100644 index 578da15fa..000000000 --- a/dev-libs/libfetch/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libfetch-2.33.tar.bz2 37587 SHA256 18be85b6d9aed3d9e8406c60e5b8a304bcaf0ad3799b894fcd121464ba2659f6 SHA512 571e686cf51d6d89e981bd05168a5f76e90778662af5e7da1fd1cc244941beb1657b48d6ef482d08a6b69d30b81bb4505bdb8083bff178f7a4e8ac05e4c63630 WHIRLPOOL 952e113a6c5b3f6a586a13dada7a39b7fc4a313a102060f44dcab1f23155ae685e2b54661974608605862fd0547bbbafe63a8d8489c85b84e3c692713809e05f diff --git a/dev-libs/libfetch/files/libfetch-2.33-remove-hardcoded-compiler.patch b/dev-libs/libfetch/files/libfetch-2.33-remove-hardcoded-compiler.patch deleted file mode 100644 index 91f5c467c..000000000 --- a/dev-libs/libfetch/files/libfetch-2.33-remove-hardcoded-compiler.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/Makefile 2015-09-16 22:15:02.000000000 -0500 -+++ b/Makefile 2016-01-24 01:54:11.547524137 -0600 -@@ -31,10 +31,10 @@ - CFLAGS += -UDEBUG - endif - --CC = gcc --LD = gcc --AR = ar --RANLIB = ranlib -+CC ?= gcc -+LD ?= gcc -+AR ?= ar -+RANLIB ?= ranlib - INSTALL = install -c -D - - OBJS= fetch.o common.o ftp.o http.o file.o - diff --git a/dev-libs/libfetch/libfetch-2.33-r1.ebuild b/dev-libs/libfetch/libfetch-2.33-r1.ebuild deleted file mode 100644 index 4dfcc25d3..000000000 --- a/dev-libs/libfetch/libfetch-2.33-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2015-2016 Adélie Linux Team -# Distributed under the terms of the NCSA License - -EAPI=6 - -DESCRIPTION="High-level retrieval and download library for FTP and HTTP(S)" -HOMEPAGE="http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/net/libfetch/" -SRC_URI="mirror://foxkit/${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}" - -PATCHES=( "${FILESDIR}"/${P}-remove-hardcoded-compiler.patch ) - -src_compile() { - use ssl || export FETCH_WITH_OPENSSL=false - use ipv6 || export FETCH_WITH_INET6=false - - emake -} diff --git a/dev-libs/libfetch/metadata.xml b/dev-libs/libfetch/metadata.xml deleted file mode 100644 index eed2eb07e..000000000 --- a/dev-libs/libfetch/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription lang="en"> - libfetch provides a high-level interface for retreiving and uploading - files using Uniform Resource Locators (URLs). - - The library implements: - - * local file access (file://) - * FTP - * HTTP - * HTTPS (optional, using OpenSSL) - - FTP and HTTP proxies can be used. - </longdescription> -</pkgmetadata> |