diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2017-11-24 08:12:00 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-12-03 16:15:14 +0100 |
commit | 8a8041cd47d0d0cce26422cd096c2ec722b694e1 (patch) | |
tree | 986a4bf452c9c4863fa43dc36f530a91f0eb178d /dev-libs/ivykis | |
parent | dev-php/composer: remove unused composer-1.5.2-r1.ebuild. (diff) | |
download | gentoo-8a8041cd47d0d0cce26422cd096c2ec722b694e1.tar.gz gentoo-8a8041cd47d0d0cce26422cd096c2ec722b694e1.tar.bz2 gentoo-8a8041cd47d0d0cce26422cd096c2ec722b694e1.zip |
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
Diffstat (limited to 'dev-libs/ivykis')
-rw-r--r-- | dev-libs/ivykis/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/ivykis/ivykis-0.42.2.ebuild | 12 | ||||
-rw-r--r-- | dev-libs/ivykis/metadata.xml | 15 |
3 files changed, 28 insertions, 0 deletions
diff --git a/dev-libs/ivykis/Manifest b/dev-libs/ivykis/Manifest new file mode 100644 index 000000000000..7a02b7162cbb --- /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 000000000000..e4cc425e4469 --- /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 000000000000..4f289fcb4a9d --- /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>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> |