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 692F6158020 for ; Wed, 21 Dec 2022 10:00:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 002E0E0845; Wed, 21 Dec 2022 10:00:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D9303E0845 for ; Wed, 21 Dec 2022 10:00:12 +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 E2B64341492 for ; Wed, 21 Dec 2022 10:00:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FBEE7FB for ; Wed, 21 Dec 2022 10:00:08 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1671616789.fbacb934759d1d66c076cc7a401dd9af77ac74c6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmatemixer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmatemixer/Manifest media-libs/libmatemixer/libmatemixer-1.24.1-r1.ebuild X-VCS-Directories: media-libs/libmatemixer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fbacb934759d1d66c076cc7a401dd9af77ac74c6 X-VCS-Branch: master Date: Wed, 21 Dec 2022 10:00:08 +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: f0549240-bea3-4d37-beff-e31b05a2387b X-Archives-Hash: e2f331808b70edfce865d3f09d34a3d0 commit: fbacb934759d1d66c076cc7a401dd9af77ac74c6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Dec 21 09:23:30 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Dec 21 09:59:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbacb934 media-libs/libmatemixer: drop 1.24.1-r1 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libmatemixer/Manifest | 1 - .../libmatemixer/libmatemixer-1.24.1-r1.ebuild | 42 ---------------------- 2 files changed, 43 deletions(-) diff --git a/media-libs/libmatemixer/Manifest b/media-libs/libmatemixer/Manifest index 84c4291f198e..d6fe4a99dfce 100644 --- a/media-libs/libmatemixer/Manifest +++ b/media-libs/libmatemixer/Manifest @@ -1,2 +1 @@ -DIST libmatemixer-1.24.1.tar.xz 484864 BLAKE2B 21458cdfa14119364c564993f6e67c320332fabc0595d5422b75dd57ea13bfd2754549de29be6cb11708cb016b459494920000df4f86953d55e0102652dc9816 SHA512 c4620d70c66196521296d2d4197a6e025629faf1324e726df7dd7b0e0444ee17b83355c5059ec17ef36f9f15e6ab3bf3bb82a152b087a11e929d7749c1e1d4e6 DIST libmatemixer-1.26.0.tar.xz 489092 BLAKE2B 4b87b92904f038fb957dd17dfecc91a82597663b3470169658ed1325ffdc7c54f24269c1226fbb696337006729211e61d21af5dcdf18c3d05ce348656ae81f39 SHA512 6e97594f9a43f4e66c31e466d8a46ea5d77cb5b5ead26df6461b1529a3b6f1448768a981e7a527a4c07dda0e4cba7470e1fff8b316731da293cfdc0f18aacc73 diff --git a/media-libs/libmatemixer/libmatemixer-1.24.1-r1.ebuild b/media-libs/libmatemixer/libmatemixer-1.24.1-r1.ebuild deleted file mode 100644 index 40b85fb8cb19..000000000000 --- a/media-libs/libmatemixer/libmatemixer-1.24.1-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit mate - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" -fi - -DESCRIPTION="Mixer library for MATE Desktop" -LICENSE="LGPL-2+" -SLOT="0" - -IUSE="+alsa oss pulseaudio" - -COMMON_DEPEND=" - >=dev-libs/glib-2.50:2 - >=sys-devel/gettext-0.19.8:* - alsa? ( >=media-libs/alsa-lib-1.0.5 ) - pulseaudio? ( >=media-sound/pulseaudio-5.0.0:0[glib] ) -" - -RDEPEND="${COMMON_DEPEND} - virtual/libintl -" - -DEPEND="${COMMON_DEPEND} - app-text/docbook-xml-dtd:4.1.2 - dev-util/gtk-doc - dev-util/gtk-doc-am - virtual/pkgconfig -" - -src_configure() { - mate_src_configure \ - --disable-null \ - $(use_enable alsa) \ - $(use_enable oss) \ - $(use_enable pulseaudio) -}