commit: 8a8041cd47d0d0cce26422cd096c2ec722b694e1 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com> AuthorDate: Fri Nov 24 07:12:00 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Dec 3 15:15:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8041cd
dev-libs/ivykis: new package. 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 | 1 + dev-libs/ivykis/ivykis-0.42.2.ebuild | 12 ++++++++++++ dev-libs/ivykis/metadata.xml | 15 +++++++++++++++ 3 files changed, 28 insertions(+) diff --git a/dev-libs/ivykis/Manifest b/dev-libs/ivykis/Manifest new file mode 100644 index 00000000000..7a02b7162cb --- /dev/null +++ b/dev-libs/ivykis/Manifest @@ -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 index 00000000000..e4cc425e446 --- /dev/null +++ b/dev-libs/ivykis/ivykis-0.42.2.ebuild @@ -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 index 00000000000..4f289fcb4a9 --- /dev/null +++ b/dev-libs/ivykis/metadata.xml @@ -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>[email protected]</email> + <name>Tomáš Mózes</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="github">buytenh/ivykis</remote-id> + </upstream> +</pkgmetadata>
