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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12CA4158041 for ; Sat, 13 Apr 2024 10:37:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8584AE2A50; Sat, 13 Apr 2024 10:37:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E356E2A50 for ; Sat, 13 Apr 2024 10:37:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B482E34337D for ; Sat, 13 Apr 2024 10:37:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F52716E3 for ; Sat, 13 Apr 2024 10:37:27 +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: <1713003893.ffb57bcd36aa488dda7c23a64fe925c7809fb1fe.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmanette/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libmanette/Manifest dev-libs/libmanette/libmanette-0.2.6.ebuild X-VCS-Directories: dev-libs/libmanette/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: ffb57bcd36aa488dda7c23a64fe925c7809fb1fe X-VCS-Branch: master Date: Sat, 13 Apr 2024 10:37:27 +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: 4d9012a5-f10d-47fd-8a55-242ef03ba572 X-Archives-Hash: cd908e3a74e076ce932d4ac20243651e commit: ffb57bcd36aa488dda7c23a64fe925c7809fb1fe Author: Mart Raudsepp gentoo org> AuthorDate: Sat Apr 13 10:24:53 2024 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Apr 13 10:24:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb57bcd dev-libs/libmanette: drop 0.2.6 Signed-off-by: Mart Raudsepp gentoo.org> dev-libs/libmanette/Manifest | 1 - dev-libs/libmanette/libmanette-0.2.6.ebuild | 49 ----------------------------- 2 files changed, 50 deletions(-) diff --git a/dev-libs/libmanette/Manifest b/dev-libs/libmanette/Manifest index 7fbfe9154320..232e5955215a 100644 --- a/dev-libs/libmanette/Manifest +++ b/dev-libs/libmanette/Manifest @@ -1,2 +1 @@ -DIST libmanette-0.2.6.tar.xz 43236 BLAKE2B 3b2a6979aa368117fa5d61623c26e6cca61388770ad77e759c3427fcba64d40361b1e1a4f87a2931281edbf5c2943a44c2ee3b0485ef52ddbf183a9e72344892 SHA512 e10a1b3e493a6472b0cf7562e3dfbba839ee69bb878676b2e3521363e9ff7c5df7d379923a4781366797e889f3c8985397080ae606264dc9bd3a4459bce0513c DIST libmanette-0.2.7.tar.xz 43928 BLAKE2B 10978109c22defc1fa3361ef08d824ec5a67fda86b020504322fb86db0f7157617daf34db6ddaf0c2221ad9419b04cad07fad17bb6de103b198c7664cee12c4d SHA512 c3ebaba901731d3f106379befba1c4020aa32dcd224ced7f24aab37e547644080202dfcdd0e8cbd0cb6c864410f038e483502d357ab9842ae0f25e9570d120ef diff --git a/dev-libs/libmanette/libmanette-0.2.6.ebuild b/dev-libs/libmanette/libmanette-0.2.6.ebuild deleted file mode 100644 index f60d2061f5df..000000000000 --- a/dev-libs/libmanette/libmanette-0.2.6.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit gnome.org meson vala xdg - -DESCRIPTION="Simple GObject game controller library" -HOMEPAGE="https://gitlab.gnome.org/aplazas/libmanette" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86" -IUSE="gtk-doc +introspection +udev +vala test" -RESTRICT="!test? ( test )" -REQUIRED_USE="vala? ( introspection )" - -RDEPEND=" - >=dev-libs/glib-2.50:2 - udev? ( dev-libs/libgudev[introspection?] ) - dev-libs/libevdev - introspection? ( >=dev-libs/gobject-introspection-1.56:= ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - gtk-doc? ( - dev-util/gtk-doc - app-text/docbook-xml-dtd:4.3 - ) - vala? ( $(vala_depend) ) - virtual/pkgconfig -" - -src_prepare() { - xdg_src_prepare - use vala && vala_src_prepare -} - -src_configure() { - local emesonargs=( - -Ddemos=false - $(meson_use test build-tests) - -Dinstall-tests=false - $(meson_use gtk-doc doc) - $(meson_use introspection) - $(meson_use vala vapi) - $(meson_feature udev gudev) - ) - meson_src_configure -}