From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 843DC1382C5 for ; Thu, 1 Mar 2018 10:40:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1BB3E0932; Thu, 1 Mar 2018 10:40:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FB23E0932 for ; Thu, 1 Mar 2018 10:40:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59E5C335C4A for ; Thu, 1 Mar 2018 10:40:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8883322D for ; Thu, 1 Mar 2018 10:40:31 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1519900299.e0c1121d1d1dd1820ed673fdbe1cf6c690aa39dd.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libcorkipset/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libcorkipset/Manifest net-libs/libcorkipset/libcorkipset-1.1.1.20150311_p8.ebuild net-libs/libcorkipset/metadata.xml X-VCS-Directories: net-libs/libcorkipset/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: e0c1121d1d1dd1820ed673fdbe1cf6c690aa39dd X-VCS-Branch: master Date: Thu, 1 Mar 2018 10:40:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 825cfe7f-4b29-4389-9bc7-66a7699da869 X-Archives-Hash: 287b14a51ba241235166a7df66dd3a54 commit: e0c1121d1d1dd1820ed673fdbe1cf6c690aa39dd Author: Yixun Lan gentoo org> AuthorDate: Thu Mar 1 10:31:39 2018 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu Mar 1 10:31:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c1121d 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 net-libs/libcorkipset/Manifest | 1 + .../libcorkipset-1.1.1.20150311_p8.ebuild | 39 ++++++++++++++++++++++ net-libs/libcorkipset/metadata.xml | 11 ++++++ 3 files changed, 51 insertions(+) diff --git a/net-libs/libcorkipset/Manifest b/net-libs/libcorkipset/Manifest new file mode 100644 index 00000000000..f80e70479e3 --- /dev/null +++ b/net-libs/libcorkipset/Manifest @@ -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 index 00000000000..fd8b1f85536 --- /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 + + + + dlan@gentoo.org + Yixun Lan + + + rogers0/libcorkipset + +