Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmatemixer/
Date: Wed, 02 Sep 2020 06:02:21
Message-Id: 1599026515.adf2ed8269752c46e7a880fb2e53b5d9dd236227.np-hardass@gentoo
1 commit: adf2ed8269752c46e7a880fb2e53b5d9dd236227
2 Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 20 20:07:38 2020 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 06:01:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adf2ed82
7
8 media-libs/libmatemixer: drop 1.22.0
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
12 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
13
14 media-libs/libmatemixer/Manifest | 1 -
15 media-libs/libmatemixer/libmatemixer-1.22.0.ebuild | 39 ----------------------
16 2 files changed, 40 deletions(-)
17
18 diff --git a/media-libs/libmatemixer/Manifest b/media-libs/libmatemixer/Manifest
19 index 55e08a75848..12d5633efbe 100644
20 --- a/media-libs/libmatemixer/Manifest
21 +++ b/media-libs/libmatemixer/Manifest
22 @@ -1,2 +1 @@
23 -DIST libmatemixer-1.22.0.tar.xz 432592 BLAKE2B 36f16c0ed516dea05368ae5b4f287cce275844b547fb7eebe7fb0604d0fddce72649dcac1c16475539dc5199f5d310b8bd19f165efd4bfa5c4f1bf31c1141df7 SHA512 6eaa006142601c077ac70739e637273288a4b9713dfc4179341c4832ae4e3b362e92104e150132ee274224d6c5dc057d812b7e1814e49a7690581de6d81e0db8
24 DIST libmatemixer-1.24.0.tar.xz 484808 BLAKE2B 8527514cec0770381ce5943f8c87e66f101e92f34527af2b3d4c15696f63df8304f00102fbbfe5b98ebb9b8d8b515f64a3d63b53312f7892b1b4868895539a6f SHA512 bf8c807bd45f3626bbf881eefa1e4638165daf61637bc63a704492d2a67eeec622e35e58c041649d33411294f96f79c99b3ea2406ae6fcf83294ec625cca9dbf
25
26 diff --git a/media-libs/libmatemixer/libmatemixer-1.22.0.ebuild b/media-libs/libmatemixer/libmatemixer-1.22.0.ebuild
27 deleted file mode 100644
28 index a2abc667ec9..00000000000
29 --- a/media-libs/libmatemixer/libmatemixer-1.22.0.ebuild
30 +++ /dev/null
31 @@ -1,39 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit mate
38 -
39 -if [[ ${PV} != 9999 ]]; then
40 - KEYWORDS="amd64 ~arm ~arm64 x86"
41 -fi
42 -
43 -DESCRIPTION="Mixer library for MATE Desktop"
44 -LICENSE="LGPL-2+"
45 -SLOT="0"
46 -
47 -IUSE="+alsa oss pulseaudio"
48 -
49 -COMMON_DEPEND="
50 - >=dev-libs/glib-2.50:2
51 - sys-devel/gettext:*
52 - alsa? ( >=media-libs/alsa-lib-1.0.5 )
53 - pulseaudio? ( >=media-sound/pulseaudio-5.0.0:0[alsa?,glib] )"
54 -
55 -RDEPEND="${COMMON_DEPEND}"
56 -
57 -DEPEND="${COMMON_DEPEND}
58 - app-text/docbook-xml-dtd:4.1.2
59 - dev-util/gtk-doc
60 - dev-util/gtk-doc-am
61 - >=dev-util/intltool-0.35.0
62 - virtual/pkgconfig:*"
63 -
64 -src_configure() {
65 - mate_src_configure \
66 - --disable-null \
67 - $(use_enable alsa) \
68 - $(use_enable oss) \
69 - $(use_enable pulseaudio)
70 -}