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 24969138359 for ; Sun, 2 Aug 2020 21:07:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40671E09CA; Sun, 2 Aug 2020 21:07:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 184CEE09CA for ; Sun, 2 Aug 2020 21:07:35 +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 E2BE634F32C for ; Sun, 2 Aug 2020 21:07:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E9432CE for ; Sun, 2 Aug 2020 21:07:32 +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: <1596402431.fbc578ecfd9b3e784faff71232da9780d771aefd.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgamin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgamin/libgamin-0.1.10-r6.ebuild X-VCS-Directories: dev-libs/libgamin/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: fbc578ecfd9b3e784faff71232da9780d771aefd X-VCS-Branch: master Date: Sun, 2 Aug 2020 21:07:32 +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: df592e4a-a9aa-4dc5-9719-82454ae8c886 X-Archives-Hash: b782d553499939ae62db8106843a2fda commit: fbc578ecfd9b3e784faff71232da9780d771aefd Author: Mart Raudsepp gentoo org> AuthorDate: Sun Aug 2 21:05:21 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Aug 2 21:07:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc578ec dev-libs/libgamin: drop py2 bindings, quick EAPI-6 port No consumers for the python bindings, so just drop them. Quick EAPI-6 port with still using epatch, as some (potentially conditional) patches aren't eapply-compatible. Bug: https://bugs.gentoo.org/735290 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> dev-libs/libgamin/libgamin-0.1.10-r6.ebuild | 97 +++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) diff --git a/dev-libs/libgamin/libgamin-0.1.10-r6.ebuild b/dev-libs/libgamin/libgamin-0.1.10-r6.ebuild new file mode 100644 index 00000000000..6e6090b368c --- /dev/null +++ b/dev-libs/libgamin/libgamin-0.1.10-r6.ebuild @@ -0,0 +1,97 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +GNOME_ORG_MODULE="gamin" +GNOME_TARBALL_SUFFIX="bz2" + +inherit autotools epatch flag-o-matic libtool ltprune gnome.org multilib-minimal + +DESCRIPTION="Library providing the FAM File Alteration Monitor API" +HOMEPAGE="https://www.gnome.org/~veillard/gamin/" +SRC_URI="${SRC_URI} + mirror://gentoo/gamin-0.1.9-freebsd.patch.bz2 + https://dev.gentoo.org/~grobian/patches/libgamin-0.1.10-opensolaris.patch.bz2 + https://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz" # pkg.m4 for eautoreconf + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="debug kernel_linux static-libs" + +RESTRICT="test" # needs gam-server + +RDEPEND=" + !app-admin/fam + !