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 033F81382C5 for ; Thu, 1 Mar 2018 10:40:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19663E0923; Thu, 1 Mar 2018 10:40:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EFC86E0923 for ; Thu, 1 Mar 2018 10:40:34 +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 AA6DE335C49 for ; Thu, 1 Mar 2018 10:40:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75E451ED 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: <1519900139.f4787bb161b1d4775a83b7d010d4538f61a2bbc0.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libcork/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libcork/Manifest net-libs/libcork/libcork-0.15.0.ebuild net-libs/libcork/metadata.xml X-VCS-Directories: net-libs/libcork/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: f4787bb161b1d4775a83b7d010d4538f61a2bbc0 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: b39e7497-2198-4081-b643-9afa1cf1492a X-Archives-Hash: 3daab2bacc4c2ec3ea464364f757cb05 commit: f4787bb161b1d4775a83b7d010d4538f61a2bbc0 Author: Yixun Lan gentoo org> AuthorDate: Thu Mar 1 10:28:59 2018 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu Mar 1 10:28:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4787bb1 net-libs/libcork: new lib required by shadowsocks-libev Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-libs/libcork/Manifest | 1 + net-libs/libcork/libcork-0.15.0.ebuild | 16 ++++++++++++++++ net-libs/libcork/metadata.xml | 11 +++++++++++ 3 files changed, 28 insertions(+) diff --git a/net-libs/libcork/Manifest b/net-libs/libcork/Manifest new file mode 100644 index 00000000000..7253e7ccfba --- /dev/null +++ b/net-libs/libcork/Manifest @@ -0,0 +1 @@ +DIST libcork-0.15.0.tar.gz 182736 BLAKE2B cfabcf4b040d3d2796511b5d7dce005fcff9bc6704dfaf89ea9eac36617b0c544e932ab3e12c0b06e4e3e916c50da10ba26401527a8e83bde523b91b911fd6da SHA512 8f41cce2101b96707068a21e5bd0a43c23f996c3620e7dd36621ed4bdd3f92851a92ea56ed92db40d7d8fe55ddfbdfcdaac4d2c8b2fc6cb3b1abe3b0e74c6a75 diff --git a/net-libs/libcork/libcork-0.15.0.ebuild b/net-libs/libcork/libcork-0.15.0.ebuild new file mode 100644 index 00000000000..3a4e572ad7f --- /dev/null +++ b/net-libs/libcork/libcork-0.15.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="A simple, easily embeddable cross-platform C library" +HOMEPAGE="https://github.com/dcreager/libcork" +SRC_URI="https://github.com/dcreager/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/net-libs/libcork/metadata.xml b/net-libs/libcork/metadata.xml new file mode 100644 index 00000000000..683634c974c --- /dev/null +++ b/net-libs/libcork/metadata.xml @@ -0,0 +1,11 @@ + + + + + dlan@gentoo.org + Yixun Lan + + + dcreager/libcork + +