dev-libs/ivykis: new package.
authorTomas Mozes <hydrapolic@gmail.com>
Fri, 24 Nov 2017 07:12:00 +0000 (08:12 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 3 Dec 2017 15:15:14 +0000 (16:15 +0100)
ivykis is a library for asynchronous I/O readiness notification.

Package-Manager: Portage-2.3.16, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6275

dev-libs/ivykis/Manifest [new file with mode: 0644]
dev-libs/ivykis/ivykis-0.42.2.ebuild [new file with mode: 0644]
dev-libs/ivykis/metadata.xml [new file with mode: 0644]

diff --git a/dev-libs/ivykis/Manifest b/dev-libs/ivykis/Manifest
new file mode 100644 (file)
index 0000000..7a02b71
--- /dev/null
@@ -0,0 +1 @@
+DIST ivykis-0.42.2.tar.gz 653885 BLAKE2B e4a5310ce6fd15aea79091edd56221f77c64a68472fa9bd44715da8c21b4b54f55c2e8c886491afcb8c206107b78b20cd7ad727a96690e8c718f2a2aaeb32aac SHA512 0a166869b434668219c379a8acf7b2da17cb1e29aef74f9dde869a322d3b34e36c84bd67800f7fb234a29bf9372061329189f02ab6d7f85bb2622b4c43185270
diff --git a/dev-libs/ivykis/ivykis-0.42.2.ebuild b/dev-libs/ivykis/ivykis-0.42.2.ebuild
new file mode 100644 (file)
index 0000000..e4cc425
--- /dev/null
@@ -0,0 +1,12 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Library for asynchronous I/O readiness notification"
+HOMEPAGE="https://github.com/buytenh/ivykis"
+SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
diff --git a/dev-libs/ivykis/metadata.xml b/dev-libs/ivykis/metadata.xml
new file mode 100644 (file)
index 0000000..4f289fc
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>hydrapolic@gmail.com</email>
+    <name>Tomáš Mózes</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">buytenh/ivykis</remote-id>
+  </upstream>
+</pkgmetadata>