net-libs/libcorkipset: library for storing sets of IPv4 and IPv6 addresses
authorYixun Lan <dlan@gentoo.org>
Thu, 1 Mar 2018 10:31:39 +0000 (18:31 +0800)
committerYixun Lan <dlan@gentoo.org>
Thu, 1 Mar 2018 10:31:39 +0000 (18:31 +0800)
this is needed by shadowsocks-libev

Package-Manager: Portage-2.3.19, Repoman-2.3.6

net-libs/libcorkipset/Manifest [new file with mode: 0644]
net-libs/libcorkipset/libcorkipset-1.1.1.20150311_p8.ebuild [new file with mode: 0644]
net-libs/libcorkipset/metadata.xml [new file with mode: 0644]

diff --git a/net-libs/libcorkipset/Manifest b/net-libs/libcorkipset/Manifest
new file mode 100644 (file)
index 0000000..f80e704
--- /dev/null
@@ -0,0 +1 @@
+DIST libcorkipset-1.1.1.20150311_p8.tar.gz 78188 BLAKE2B cb32200a522c69b440963b11eb45e04a4ebc13a42e0067b51ffbbaa9ed15bc91e6dd4c58e6f11028f9cb309b63660e5a3bf33426157bedc6e4ddea626eb2450b SHA512 5bbce2727da1665e734981959ecb253b4052d8cc6c426fded7e1678b6e2505bc9f4c0ab3cd3b6a03f834f5e20bd1d670cc19f7491fe0ad5b7cb772e7309f5009
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 (file)
index 0000000..fd8b1f8
--- /dev/null
@@ -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 <ipset%#include <libcorkipset%' \
+               -e 's%#include "ipset%#include "libcorkipset%' \
+               -i include/ipset/*.h \
+                       */*/*/*.c \
+                       */*/*/*.c.in \
+                       */*/*.c */*.c || die
+
+       mv include/{,libcork}ipset || die
+
+       cmake-utils_src_prepare
+}
diff --git a/net-libs/libcorkipset/metadata.xml b/net-libs/libcorkipset/metadata.xml
new file mode 100644 (file)
index 0000000..71236b1
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>dlan@gentoo.org</email>
+               <name>Yixun Lan</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">rogers0/libcorkipset</remote-id>
+       </upstream>
+</pkgmetadata>