diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2018-06-11 08:01:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-06-13 12:43:15 +0200 |
commit | 894abf90ec8cd8be5d88ae0885662cfd49d62e96 (patch) | |
tree | 1857d483144235b915a58c364b8d6740844d0fb9 /dev-libs/ivykis | |
parent | app-crypt/moolticute: remove old (diff) | |
download | gentoo-894abf90ec8cd8be5d88ae0885662cfd49d62e96.tar.gz gentoo-894abf90ec8cd8be5d88ae0885662cfd49d62e96.tar.bz2 gentoo-894abf90ec8cd8be5d88ae0885662cfd49d62e96.zip |
dev-libs/ivykis: bump to 0.42.3
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8799
Diffstat (limited to 'dev-libs/ivykis')
-rw-r--r-- | dev-libs/ivykis/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/ivykis/ivykis-0.42.3.ebuild | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/dev-libs/ivykis/Manifest b/dev-libs/ivykis/Manifest index 7a02b7162cbb..60c9dbb0da46 100644 --- a/dev-libs/ivykis/Manifest +++ b/dev-libs/ivykis/Manifest @@ -1 +1,2 @@ DIST ivykis-0.42.2.tar.gz 653885 BLAKE2B e4a5310ce6fd15aea79091edd56221f77c64a68472fa9bd44715da8c21b4b54f55c2e8c886491afcb8c206107b78b20cd7ad727a96690e8c718f2a2aaeb32aac SHA512 0a166869b434668219c379a8acf7b2da17cb1e29aef74f9dde869a322d3b34e36c84bd67800f7fb234a29bf9372061329189f02ab6d7f85bb2622b4c43185270 +DIST ivykis-0.42.3.tar.gz 654302 BLAKE2B 75a143b71bf69371b0b58c8ce342f404c8b67604480523e91b37541c74305950996696dae1c8b03277c240c7ff259560ce26a2899c52fb804f0114b8575918ed SHA512 d67560775d236dd205ef0f5de42bb7fedf52855ff0624f8abcb4ac80a75d4695650fcfbdf88b0e7339bf5c250df741428941881c3d7a2551ffe987cc31dff514 diff --git a/dev-libs/ivykis/ivykis-0.42.3.ebuild b/dev-libs/ivykis/ivykis-0.42.3.ebuild new file mode 100644 index 000000000000..0660fddcca95 --- /dev/null +++ b/dev-libs/ivykis/ivykis-0.42.3.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2018 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 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" |