Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseeffects/
Date: Mon, 31 Dec 2018 03:28:38
Message-Id: 1546226901.7e9741039a55f42ad9b32094f2bbc0a0bf6c1bd3.prometheanfire@gentoo
1 commit: 7e9741039a55f42ad9b32094f2bbc0a0bf6c1bd3
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 31 03:28:01 2018 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 31 03:28:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e974103
7
8 media-sound/pulseeffects: 3.2.3-r1 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 .../pulseeffects/pulseeffects-3.2.3-r1.ebuild | 4 +-
14 media-sound/pulseeffects/pulseeffects-3.2.3.ebuild | 62 ----------------------
15 2 files changed, 2 insertions(+), 64 deletions(-)
16
17 diff --git a/media-sound/pulseeffects/pulseeffects-3.2.3-r1.ebuild b/media-sound/pulseeffects/pulseeffects-3.2.3-r1.ebuild
18 index ea2fbb5e162..e410210bfa0 100644
19 --- a/media-sound/pulseeffects/pulseeffects-3.2.3-r1.ebuild
20 +++ b/media-sound/pulseeffects/pulseeffects-3.2.3-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]];then
28 EGIT_REPO_URI="${HOMEPAGE}"
29 else
30 SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31 - KEYWORDS="~amd64 ~x86"
32 + KEYWORDS="amd64 x86"
33 fi
34
35 LICENSE="GPL-3"
36
37 diff --git a/media-sound/pulseeffects/pulseeffects-3.2.3.ebuild b/media-sound/pulseeffects/pulseeffects-3.2.3.ebuild
38 deleted file mode 100644
39 index 9d0eb6961d0..00000000000
40 --- a/media-sound/pulseeffects/pulseeffects-3.2.3.ebuild
41 +++ /dev/null
42 @@ -1,62 +0,0 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 -# Distributed under the terms of the GNU General Public License v2
45 -
46 -EAPI=6
47 -
48 -PYTHON_COMPAT=( python3_{4,5,6} )
49 -
50 -inherit gnome2-utils meson python-r1
51 -
52 -DESCRIPTION="Limiter, compressor, reverberation, equalizer auto volume effects for Pulseaudio"
53 -HOMEPAGE="https://github.com/wwmm/pulseeffects"
54 -
55 -if [[ ${PV} == *9999 ]];then
56 - inherit git-r3
57 - SRC_URI=""
58 - EGIT_REPO_URI="${HOMEPAGE}"
59 -else
60 - SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
61 - KEYWORDS="x86 amd64"
62 -fi
63 -
64 -LICENSE="GPL-3"
65 -SLOT="0"
66 -IUSE=""
67 -
68 -DEPEND="
69 - ${PYTHON_DEPS}
70 - python_targets_python3_4? ( dev-python/configparser )
71 - dev-python/setuptools[${PYTHON_USEDEP}]
72 - dev-python/pygobject:3[${PYTHON_USEDEP}]
73 - dev-python/pycairo[${PYTHON_USEDEP}]
74 - >=dev-python/gst-python-1.12.0:1.0[${PYTHON_USEDEP}]
75 - >=x11-libs/gtk+-3.18:3
76 - dev-python/numpy[${PYTHON_USEDEP}]
77 - >=sci-libs/scipy-0.18[${PYTHON_USEDEP}]
78 - >=media-libs/lilv-0.24.2-r1
79 - >=media-plugins/calf-0.90.0[lv2]
80 - >=media-libs/gstreamer-1.12.0:1.0
81 - >=media-libs/gst-plugins-good-1.12.0:1.0
82 - >=media-libs/gst-plugins-bad-1.12.0:1.0
83 - >=media-plugins/gst-plugins-bs2b-1.12.0:1.0
84 - >=media-plugins/gst-plugins-ladspa-1.12.0:1.0
85 - >=media-plugins/gst-plugins-lv2-1.12.0:1.0
86 - >=media-plugins/gst-plugins-pulse-1.12.0:1.0
87 -"
88 -RDEPEND="${DEPEND}
89 - media-sound/pulseaudio[equalizer]
90 -"
91 -
92 -pkg_preinst(){
93 - gnome2_schemas_savelist
94 -}
95 -
96 -pkg_postinst(){
97 - gnome2_gconf_install
98 - gnome2_schemas_update
99 -}
100 -
101 -pkg_postrm(){
102 - gnome2_gconf_uninstall
103 - gnome2_schemas_update
104 -}