Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jack2/
Date: Fri, 02 Dec 2022 07:42:00
Message-Id: 1669966914.2443a141606d41b7e7f0ebfaf413dd3be05885d0.fordfrog@gentoo
1 commit: 2443a141606d41b7e7f0ebfaf413dd3be05885d0
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 2 07:41:43 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 2 07:41:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2443a141
7
8 media-sound/jack2: dropped obsolete 1.9.19
9
10 Bug: https://bugs.gentoo.org/883959
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 media-sound/jack2/Manifest | 1 -
14 media-sound/jack2/jack2-1.9.19.ebuild | 97 -----------------------------------
15 2 files changed, 98 deletions(-)
16
17 diff --git a/media-sound/jack2/Manifest b/media-sound/jack2/Manifest
18 index 27cfddced531..dcc6789ee295 100644
19 --- a/media-sound/jack2/Manifest
20 +++ b/media-sound/jack2/Manifest
21 @@ -1,2 +1 @@
22 -DIST jack2-1.9.19.tar.gz 988780 BLAKE2B 37536e23f97ea8a3bf62fe77e35a4a40c5d88cea1197a2f72c4ab31cbbc689fcf99a1d51bb0ee96122c618464eefe1ca8479dc53ab7de9e6570cb4009cf2a7a1 SHA512 d8d5fe17e2984959546af3c53f044aa4648860e19ff8ffd54452e87fa6cdfd111f825c57e3df17cb8ed95de8392b6f354b12ded41e3e021a37f07b99a89ba18d
23 DIST jack2-1.9.21.tar.gz 1006157 BLAKE2B 052486300bd17860964115427d4b5755ce7a4e4607bf9eb4e2b94d5b0cc61cf6a6b56d3a3eae9e91a1195a3316dd1f1ec1357275803805957e4b6f7a76424e24 SHA512 0e9ce581fca3c5d9ffb1de22b45cae6d94085c6f92ff3554892e25727baf66a2269f10d338d95d991e8380c4be5e0cc1e1453b9f878c7dc2e8a990f3bd458557
24
25 diff --git a/media-sound/jack2/jack2-1.9.19.ebuild b/media-sound/jack2/jack2-1.9.19.ebuild
26 deleted file mode 100644
27 index 8b2b7719b6e4..000000000000
28 --- a/media-sound/jack2/jack2-1.9.19.ebuild
29 +++ /dev/null
30 @@ -1,97 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{8,9,10} )
37 -PYTHON_REQ_USE="threads(+)"
38 -inherit python-single-r1 waf-utils multilib-minimal
39 -
40 -DESCRIPTION="Jackdmp jack implemention for multi-processor machine"
41 -HOMEPAGE="https://jackaudio.org/"
42 -
43 -if [[ "${PV}" = "9999" ]]; then
44 - inherit git-r3
45 - EGIT_REPO_URI="https://github.com/jackaudio/${PN}.git"
46 -else
47 - MY_PV="${PV/_rc/-RC}"
48 - MY_P="${PN}-${MY_PV}"
49 - S="${WORKDIR}/${MY_P}"
50 - SRC_URI="https://github.com/jackaudio/jack2/archive/v${MY_PV}/v${MY_PV}.tar.gz -> ${P}.tar.gz"
51 - KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
52 -fi
53 -
54 -LICENSE="GPL-2"
55 -SLOT="2"
56 -IUSE="alsa +classic dbus doc ieee1394 libsamplerate metadata opus pam readline sndfile"
57 -
58 -REQUIRED_USE="
59 - ${PYTHON_REQUIRED_USE}
60 - || ( classic dbus )"
61 -
62 -BDEPEND="
63 - virtual/pkgconfig
64 - doc? ( app-doc/doxygen )
65 -"
66 -DEPEND="${PYTHON_DEPS}
67 - media-libs/libsamplerate
68 - media-libs/libsndfile
69 - sys-libs/readline:0=
70 - alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
71 - dbus? (
72 - dev-libs/expat[${MULTILIB_USEDEP}]
73 - sys-apps/dbus[${MULTILIB_USEDEP}]
74 - )
75 - ieee1394? ( media-libs/libffado:=[${MULTILIB_USEDEP}] )
76 - metadata? ( sys-libs/db:* )
77 - opus? ( media-libs/opus[custom-modes,${MULTILIB_USEDEP}] )"
78 -RDEPEND="${DEPEND}
79 - dbus? (
80 - $(python_gen_cond_dep '
81 - dev-python/dbus-python[${PYTHON_USEDEP}]
82 - ')
83 - )
84 - pam? ( sys-auth/realtime-base )
85 - !media-sound/jack-audio-connection-kit:0"
86 -
87 -DOCS=( AUTHORS.rst ChangeLog.rst README.rst README_NETJACK2 )
88 -
89 -src_prepare() {
90 - default
91 - python_fix_shebang waf
92 - multilib_copy_sources
93 -}
94 -
95 -multilib_src_configure() {
96 - local mywafconfargs=(
97 - --htmldir=/usr/share/doc/${PF}/html
98 - $(usex dbus --dbus "")
99 - $(usex classic --classic "")
100 - --alsa=$(usex alsa yes no)
101 - --celt=no
102 - --db=$(usex metadata yes no)
103 - --doxygen=$(multilib_native_usex doc yes no)
104 - --firewire=$(usex ieee1394 yes no)
105 - --iio=no
106 - --opus=$(usex opus yes no)
107 - --portaudio=no
108 - --readline=$(multilib_native_usex readline yes no)
109 - --samplerate=$(multilib_native_usex libsamplerate yes no)
110 - --sndfile=$(multilib_native_usex sndfile yes no)
111 - --winmme=no
112 - )
113 -
114 - waf-utils_src_configure ${mywafconfargs[@]}
115 -}
116 -
117 -multilib_src_compile() {
118 - WAF_BINARY="${BUILD_DIR}"/waf waf-utils_src_compile
119 -}
120 -
121 -multilib_src_install() {
122 - WAF_BINARY="${BUILD_DIR}"/waf waf-utils_src_install
123 -}
124 -
125 -multilib_src_install_all() {
126 - python_fix_shebang "${ED}"
127 -}