net-libs/libcork: new lib required by shadowsocks-libev
authorYixun Lan <dlan@gentoo.org>
Thu, 1 Mar 2018 10:28:59 +0000 (18:28 +0800)
committerYixun Lan <dlan@gentoo.org>
Thu, 1 Mar 2018 10:28:59 +0000 (18:28 +0800)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

net-libs/libcork/Manifest [new file with mode: 0644]
net-libs/libcork/libcork-0.15.0.ebuild [new file with mode: 0644]
net-libs/libcork/metadata.xml [new file with mode: 0644]

diff --git a/net-libs/libcork/Manifest b/net-libs/libcork/Manifest
new file mode 100644 (file)
index 0000000..7253e7c
--- /dev/null
@@ -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 (file)
index 0000000..3a4e572
--- /dev/null
@@ -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 (file)
index 0000000..683634c
--- /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">dcreager/libcork</remote-id>
+       </upstream>
+</pkgmetadata>