public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/
Date: Tue, 21 May 2019 08:54:55 +0000 (UTC)	[thread overview]
Message-ID: <1558428889.56b2616368f175312573acc9ad847930999ab293.mgorny@gentoo> (raw)

commit:     56b2616368f175312573acc9ad847930999ab293
Author:     Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Fri May 17 10:17:43 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 21 08:54:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b26163

dev-libs/ivykis: bump to 0.42.4

Bug: https://bugs.gentoo.org/675338
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12028
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/ivykis/Manifest             |  1 +
 dev-libs/ivykis/ivykis-0.42.4.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-libs/ivykis/Manifest b/dev-libs/ivykis/Manifest
index 60c9dbb0da4..0ee958213d4 100644
--- a/dev-libs/ivykis/Manifest
+++ b/dev-libs/ivykis/Manifest
@@ -1,2 +1,3 @@
 DIST ivykis-0.42.2.tar.gz 653885 BLAKE2B e4a5310ce6fd15aea79091edd56221f77c64a68472fa9bd44715da8c21b4b54f55c2e8c886491afcb8c206107b78b20cd7ad727a96690e8c718f2a2aaeb32aac SHA512 0a166869b434668219c379a8acf7b2da17cb1e29aef74f9dde869a322d3b34e36c84bd67800f7fb234a29bf9372061329189f02ab6d7f85bb2622b4c43185270
 DIST ivykis-0.42.3.tar.gz 654302 BLAKE2B 75a143b71bf69371b0b58c8ce342f404c8b67604480523e91b37541c74305950996696dae1c8b03277c240c7ff259560ce26a2899c52fb804f0114b8575918ed SHA512 d67560775d236dd205ef0f5de42bb7fedf52855ff0624f8abcb4ac80a75d4695650fcfbdf88b0e7339bf5c250df741428941881c3d7a2551ffe987cc31dff514
+DIST ivykis-0.42.4.tar.gz 656775 BLAKE2B 9b85dacb74eae99907999d5181029a824c5f0d6aabb41d892353723318f9ff6fc1a2a6296224c7ee407510f7354f2ee934d40b9627a0fd13489bf53b8ff7f115 SHA512 26f4fa28582555004cbe1d80cb042f93deb42b195c7d563ce4048ace25c74bb558455d98d2d8e0e59534fabb2dff6503aff16d0feb7a05fd835b63432f080286

diff --git a/dev-libs/ivykis/ivykis-0.42.4.ebuild b/dev-libs/ivykis/ivykis-0.42.4.ebuild
new file mode 100644
index 00000000000..01d96ca954e
--- /dev/null
+++ b/dev-libs/ivykis/ivykis-0.42.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
+IUSE="static-libs"
+
+src_prepare() {
+	default
+
+	eautoreconf
+}
+
+src_configure() {
+	econf $(use_enable static-libs static)
+}
+
+src_install() {
+	default
+
+	find "${ED}" -name "*.la" -delete || die
+}


             reply	other threads:[~2019-05-21  8:54 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-21  8:54 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-02 10:07 [gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/ Sam James
2025-03-01 22:40 Sam James
2025-01-29 16:46 Sam James
2025-01-24  6:49 Arthur Zamarin
2025-01-24  6:29 Arthur Zamarin
2025-01-24  4:30 Sam James
2025-01-24  4:30 Sam James
2025-01-24  4:30 Sam James
2025-01-06  9:30 Sam James
2025-01-03 16:41 Joonas Niilola
2024-11-30 10:46 Arthur Zamarin
2024-11-30 10:46 Arthur Zamarin
2024-11-30  0:58 Sam James
2024-11-29 21:42 Sam James
2024-11-29 21:42 Sam James
2024-06-18  1:52 Sam James
2024-06-18  1:52 Sam James
2024-03-08 19:29 Petr Vaněk
2023-11-18 16:46 Sam James
2022-08-28  6:30 WANG Xuerui
2019-09-13 15:42 Mikle Kolyada
2019-08-14 18:07 Sergei Trofimovich
2019-08-13 10:35 Agostino Sarubbo
2019-08-13 10:34 Agostino Sarubbo
2019-08-13 10:32 Agostino Sarubbo
2019-08-13 10:30 Agostino Sarubbo
2019-08-12 19:06 Sergei Trofimovich
2019-08-12  8:02 Agostino Sarubbo
2019-08-11 21:30 Thomas Deutschmann
2019-08-10 23:29 Aaron Bauman
2019-05-04 18:29 Andreas K. Hüttel
2019-04-17 13:00 Mikle Kolyada
2019-03-03 19:47 Joshua Kinard
2019-01-29 12:04 Mikle Kolyada
2019-01-07 22:18 Mart Raudsepp
2018-11-28 21:22 Tobias Klausmann
2018-11-18 16:01 Sergei Trofimovich
2018-11-18 10:52 Sergei Trofimovich
2018-11-18 10:41 Sergei Trofimovich
2018-11-18 10:38 Sergei Trofimovich
2018-11-18  9:30 Mikle Kolyada
2018-11-16 19:08 Sergei Trofimovich
2018-11-15 15:48 Thomas Deutschmann
2018-11-12 19:03 Mikle Kolyada
2018-10-09 14:38 Matt Turner
2018-06-28 13:48 Mart Raudsepp
2018-06-22 18:43 Michał Górny
2018-06-22 18:43 Michał Górny
2018-06-13 11:00 Michał Górny
2018-04-14 11:25 Markus Meier
2018-04-07 11:03 Jeroen Roovers
2018-04-07 10:13 Jeroen Roovers
2018-04-03 21:07 Sergei Trofimovich
2018-03-20  8:23 Sergei Trofimovich
2018-03-18 13:03 Sergei Trofimovich
2018-03-18 12:36 Sergei Trofimovich
2018-03-17 13:02 Sergei Trofimovich
2018-03-17 13:00 Sergei Trofimovich
2018-02-06 15:10 Thomas Deutschmann
2018-01-15 19:03 Tobias Klausmann
2017-12-03 15:15 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1558428889.56b2616368f175312573acc9ad847930999ab293.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox