From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36E991382C5 for ; Sat, 19 Dec 2020 15:14:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AAE0E094F; Sat, 19 Dec 2020 15:14:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74316E094F for ; Sat, 19 Dec 2020 15:14:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94C67341162 for ; Sat, 19 Dec 2020 15:14:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D33BE332 for ; Sat, 19 Dec 2020 15:14:13 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1608390827.c768813ef9d1c830a0c6a0185c8efbca912a338c.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgudev/Manifest dev-libs/libgudev/libgudev-234.ebuild X-VCS-Directories: dev-libs/libgudev/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: c768813ef9d1c830a0c6a0185c8efbca912a338c X-VCS-Branch: master Date: Sat, 19 Dec 2020 15:14:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 024e64d0-6769-4a1c-92a7-6517ac9bbd99 X-Archives-Hash: 6db08542e8aa0737e3261106775502b2 commit: c768813ef9d1c830a0c6a0185c8efbca912a338c Author: Mart Raudsepp gentoo org> AuthorDate: Sat Dec 19 14:24:39 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Dec 19 15:13:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c768813e dev-libs/libgudev: bump to 234 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> dev-libs/libgudev/Manifest | 1 + dev-libs/libgudev/libgudev-234.ebuild | 44 +++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/dev-libs/libgudev/Manifest b/dev-libs/libgudev/Manifest index e63c05c5c94..f6f67a72030 100644 --- a/dev-libs/libgudev/Manifest +++ b/dev-libs/libgudev/Manifest @@ -1 +1,2 @@ DIST libgudev-233.tar.xz 271292 BLAKE2B 02c9a1040e3db21a9478927cce99cc8fdb360db922fc35421fd41ceeaffc786aa9f397f9387ac9d98bdd8ed45a457af2c0d33df731edfa08b63cb64a2c7fa4e6 SHA512 0e7beb35478bba2aed3cf8e750f524c562038b04fd59e4dd31618b0ae7cbd29545e5909c422325e4be84dcab9177a5256bf0f3ce7df7b6c07e4866cbb8ce570b +DIST libgudev-234.tar.xz 273244 BLAKE2B c0556988e37d5a5c48ba906b121d3c7a16c6a8ee4d05eb0e51913b9cde51bdc10966dcf8ceeccf62021dd8e47b004c85ed3412942d9d2bd5176d604931745f50 SHA512 cb01906d532b05cf8f69acdf80a8f05fbd4863fd98e88928b491e3657e60844f7ae6ca903ddd773fbea37268ff85d12719de47fd92a2f18b98fa2dbfe85e8151 diff --git a/dev-libs/libgudev/libgudev-234.ebuild b/dev-libs/libgudev/libgudev-234.ebuild new file mode 100644 index 00000000000..e163aab6636 --- /dev/null +++ b/dev-libs/libgudev/libgudev-234.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit gnome2 multilib-minimal + +DESCRIPTION="GObject bindings for libudev" +HOMEPAGE="https://wiki.gnome.org/Projects/libgudev" + +LICENSE="LGPL-2.1+" +SLOT="0/0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="introspection static-libs" + +DEPEND=" + >=dev-libs/glib-2.38.0:2[${MULTILIB_USEDEP},static-libs?] + >=virtual/libudev-199:=[${MULTILIB_USEDEP},static-libs(-)?] + introspection? ( >=dev-libs/gobject-introspection-1.31.1 ) +" +RDEPEND="${DEPEND} + !sys-fs/eudev[gudev(-)] + !sys-fs/udev[gudev(-)] + !sys-apps/systemd[gudev(-)] +" +BDEPEND=" + dev-util/glib-utils + >=dev-util/gtk-doc-am-1.18 + virtual/pkgconfig +" + +multilib_src_configure() { + local myconf=( + $(multilib_native_use_enable introspection) + $(use_enable static-libs static) + --disable-umockdev # umockdev tests currently don't pass (might need extra setup) + ) + local ECONF_SOURCE="${S}" + gnome2_src_configure "${myconf[@]}" +} + +multilib_src_install() { + gnome2_src_install +}