public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmanette/
Date: Sat, 13 Apr 2024 10:37:27 +0000 (UTC)	[thread overview]
Message-ID: <1713003893.ffb57bcd36aa488dda7c23a64fe925c7809fb1fe.leio@gentoo> (raw)

commit:     ffb57bcd36aa488dda7c23a64fe925c7809fb1fe
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 10:24:53 2024 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> 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 <leio <AT> 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
-}


             reply	other threads:[~2024-04-13 10:37 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-13 10:37 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-09 22:46 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmanette/ Sam James
2024-04-07 10:11 Arthur Zamarin
2024-04-07 10:11 Arthur Zamarin
2024-04-07  6:51 Arthur Zamarin
2024-04-06 21:07 Arthur Zamarin
2024-02-09 22:26 Mart Raudsepp
2023-07-05  2:45 WANG Xuerui
2022-12-04 19:42 Matt Turner
2022-10-30  1:50 Matt Turner
2022-03-10 23:12 Sam James
2021-12-06 20:45 Sam James
2021-08-02  0:43 Sam James
2021-07-31  1:41 Sam James
2021-07-31  1:37 Sam James
2021-06-02  2:42 Yixun Lan
2021-04-16  1:47 Matt Turner
2021-04-13 15:00 Sam James
2021-04-12 16:02 Sam James
2021-02-17  0:06 Sam James
2021-02-08 17:21 Sam James
2020-12-01 17:27 Sam James
2020-11-27 21:25 Mart Raudsepp
2020-11-26 22:33 Sam James
2020-04-11  9:11 Mart Raudsepp
2019-11-26 10:59 Thomas Deutschmann
2019-11-25 12:58 Aaron Bauman
2019-11-03 13:34 Mikle Kolyada
2019-10-22  6:36 Mart Raudsepp

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=1713003893.ffb57bcd36aa488dda7c23a64fe925c7809fb1fe.leio@gentoo \
    --to=leio@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