commit: f4787bb161b1d4775a83b7d010d4538f61a2bbc0 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Thu Mar 1 10:28:59 2018 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Yixun Lan</name> + </maintainer> + <upstream> + <remote-id type="github">dcreager/libcork</remote-id> + </upstream> +</pkgmetadata>
