Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/
Date: Mon, 08 Apr 2019 19:17:43
Message-Id: 1554751049.4e0e62c4fba812727cc521a8276b229274c4feb0.mgorny@gentoo
1 commit: 4e0e62c4fba812727cc521a8276b229274c4feb0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 18:55:47 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 19:17:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e0e62c4
7
8 xfce-extra/xfce4-alsa-plugin: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-alsa-plugin/Manifest | 1 -
13 .../xfce4-alsa-plugin-0.1.2_p20190102.ebuild | 40 ----------------------
14 2 files changed, 41 deletions(-)
15
16 diff --git a/xfce-extra/xfce4-alsa-plugin/Manifest b/xfce-extra/xfce4-alsa-plugin/Manifest
17 index e6916df6596..9ecc5895715 100644
18 --- a/xfce-extra/xfce4-alsa-plugin/Manifest
19 +++ b/xfce-extra/xfce4-alsa-plugin/Manifest
20 @@ -1,3 +1,2 @@
21 DIST xfce4-alsa-plugin-0.1.1.tar.gz 126701 BLAKE2B a117a737023f0d4ef9473030f9a3e313a53687f4a4b049147be6a63320e346db3d0d2cafef55ff13546fdacab70f849acd1006f39b8606fc8a51323562214c08 SHA512 05273467944a08dd87455fcf20da0292899ace7254afcd2eb141c8d3f10996ad8ee08c6e61abb0178f65d52b066b0804e05a579d0a7f7e65b46fe5c4fd744fd7
22 DIST xfce4-alsa-plugin-0.2.0.tar.gz 29283 BLAKE2B 42e93d0968e5275ae5c542b85907e45515eb5886f06675c3e25125796d6ae851540d377e4617c89903b3c8349b2ccdb5b49563f127b82ca7f249514819181c97 SHA512 1d4409aac80d2d0fd3022e8467f77b06df7d6e4bd31e69197caa89c2bf3c4347830054b550d0faf530eaafe05835192c915da36b987847687518e71997620e75
23 -DIST xfce4-alsa-plugin-10159129e14a59d14b5761441aaaf7c2f41a3673.tar.gz 28842 BLAKE2B 4202a077fb2f1030c170dc6e0212aa6dfd68981566494bba2aafe1d0e3fd95847ac67bec590ec193cc0d302b763dab9b512bbc656c4ab535d80fc200e2390215 SHA512 707522eed839ef8af0b5d090670502208851176b1accf885b98d2c2a0a22d7285bf4ce18d390be24034e89cb555745fc58213bc9c61150451046efce68eb28af
24
25 diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.2_p20190102.ebuild b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.2_p20190102.ebuild
26 deleted file mode 100644
27 index b289c78f6b6..00000000000
28 --- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.2_p20190102.ebuild
29 +++ /dev/null
30 @@ -1,40 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit vala meson
37 -
38 -DESCRIPTION="Simple ALSA volume control for xfce4-panel"
39 -HOMEPAGE="https://github.com/equeim/xfce4-alsa-plugin"
40 -EGIT_COMMIT="10159129e14a59d14b5761441aaaf7c2f41a3673"
41 -SRC_URI="https://github.com/equeim/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${PN}-${EGIT_COMMIT}.tar.gz"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~arm64 ~x86"
46 -IUSE=""
47 -
48 -RDEPEND="
49 - media-libs/alsa-lib
50 - >=xfce-base/xfce4-panel-4.13
51 - x11-libs/gtk+:3[introspection]
52 -"
53 -DEPEND="${RDEPEND}
54 - $(vala_depend)
55 - dev-util/intltool
56 -"
57 -
58 -S=${WORKDIR}/${PN}-${EGIT_COMMIT}
59 -
60 -src_prepare() {
61 - vala_src_prepare
62 - eapply_user
63 -}
64 -
65 -src_configure() {
66 - local emesonargs=(
67 - -Dgtk3=true
68 - )
69 - meson_src_configure
70 -}