summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mozes <hydrapolic@gmail.com>2017-11-24 08:12:00 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-12-03 16:15:14 +0100
commit8a8041cd47d0d0cce26422cd096c2ec722b694e1 (patch)
tree986a4bf452c9c4863fa43dc36f530a91f0eb178d /dev-libs/ivykis/ivykis-0.42.2.ebuild
parentdev-php/composer: remove unused composer-1.5.2-r1.ebuild. (diff)
downloadgentoo-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/ivykis-0.42.2.ebuild')
-rw-r--r--dev-libs/ivykis/ivykis-0.42.2.ebuild12
1 files changed, 12 insertions, 0 deletions
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"