From e0c1121d1d1dd1820ed673fdbe1cf6c690aa39dd Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Thu, 1 Mar 2018 18:31:39 +0800 Subject: net-libs/libcorkipset: library for storing sets of IPv4 and IPv6 addresses this is needed by shadowsocks-libev Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- .../libcorkipset-1.1.1.20150311_p8.ebuild | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 net-libs/libcorkipset/libcorkipset-1.1.1.20150311_p8.ebuild (limited to 'net-libs/libcorkipset/libcorkipset-1.1.1.20150311_p8.ebuild') diff --git a/net-libs/libcorkipset/libcorkipset-1.1.1.20150311_p8.ebuild b/net-libs/libcorkipset/libcorkipset-1.1.1.20150311_p8.ebuild new file mode 100644 index 000000000000..fd8b1f855364 --- /dev/null +++ b/net-libs/libcorkipset/libcorkipset-1.1.1.20150311_p8.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit cmake-utils + +DATE=20150311 +MY_PV="${PV/.${DATE}_p/+${DATE}-}" +MY_PX="${PV/.${DATE}_p/-${DATE}-}" + +DESCRIPTION="A small C helper library for storing sets of IPv4 and IPv6 addresses" +HOMEPAGE="https://github.com/rogers0/libcorkipset" +SRC_URI="https://github.com/rogers0/${PN}/archive/debian/${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="net-libs/libcork" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN}-debian-${MY_PX}" + +src_prepare() { + rm -f "${S}"/debian/patches/0001*.patch || die + eapply "${S}"/debian/patches/*.patch + + sed -e 's%#include