Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/alsa-utils/
Date: Wed, 17 Oct 2018 09:23:08
Message-Id: 1539768168.7978d804bfcd9618a0ff7725f3ca79bcb72acded.polynomial-c@gentoo
1 commit: 7978d804bfcd9618a0ff7725f3ca79bcb72acded
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 17 09:17:24 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 17 09:22:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7978d804
7
8 media-sound/alsa-utils: Removed old.
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 media-sound/alsa-utils/Manifest | 2 -
14 media-sound/alsa-utils/alsa-utils-1.1.4-r1.ebuild | 74 -----------------------
15 media-sound/alsa-utils/alsa-utils-1.1.5.ebuild | 74 -----------------------
16 3 files changed, 150 deletions(-)
17
18 diff --git a/media-sound/alsa-utils/Manifest b/media-sound/alsa-utils/Manifest
19 index dd40c40b209..4024be43235 100644
20 --- a/media-sound/alsa-utils/Manifest
21 +++ b/media-sound/alsa-utils/Manifest
22 @@ -1,5 +1,3 @@
23 DIST alsa-utils-1.1.2.tar.bz2 1193140 BLAKE2B 8c9d3baae1530a399299379963e68c50d2d4fca63045b7c59b14240d5ad6316c37f1c7d6f4a7fa2cfeb8e5ae561440b9ad689475e006ab1fcaea2065b7c33015 SHA512 38dc3331e8410123085738e74ca34c860666027ee2f6aaa21f48e726c84d8e6264043c8c7111ce2b1e158a0f38142a04d72a128ee54e00173dc4e4ba514d2f14
24 -DIST alsa-utils-1.1.4.tar.bz2 1202047 BLAKE2B 5da3c543ef6056b99ed56975211a0a788e0672160f21b7579e4f9d6d192b655d81a1350f096ff35547f89c7353532523c592d44cf3d5a740cd2189cb9626144d SHA512 96852b3f5b57d7d9078a20881f28311543d446b69c80450179823a225089df7306456991890a7ef37672c1f55e9c386a7731c94e125504dcda2c88a674c8b4c7
25 -DIST alsa-utils-1.1.5.tar.bz2 1202691 BLAKE2B 2a30079775d7d0abb8e2036f2e2569b392920bd5f60ec5361b9b69d3f1cc1d277225318c7e0c477c6d9608a3c45430cd1e2030069e4cdf1f960a7631985f9eab SHA512 102e9ed34b89219dbad243ad5f61ca65fb8101502566c02f40d4e69abb45baa7a60f24440de1417e0f0e7f55b28db53d365d53a59af11f1ca816e2aa5907153d
26 DIST alsa-utils-1.1.6.tar.bz2 1203722 BLAKE2B e098ecbc5835c8ecd311a4df1ab51a709200b0d3666437f7f059d3842f07e1200a934b951e8e2c8ecedbe0aef4e2c766d875df577662eb21ce989807941ab6b7 SHA512 24d0ffaeeccecb3276d7d35ef51e6de6026a63fa5a1a1e4605b024f54d8097717e97ec9d33cfe50830ad17e4a89268ca24b065039b0df7f9fbe02b570617aa58
27 DIST alsa-utils-1.1.7.tar.bz2 1205754 BLAKE2B 419fa61fe85750ed26ab2b1dfe87adc7898f8c95dfe082993c0d5ee7755c4cb6563000555f44267608a2138d033e7011e7c67d98b714fdf1884cc03a8fd50ed3 SHA512 5da9b03e219d67634307bd5bb06b76734db5286221bec11658ce9c4dfca8ed639a4155ed90450f1d6c8db322960bb023ced0873e276500ce24f14fab17ceeb65
28
29 diff --git a/media-sound/alsa-utils/alsa-utils-1.1.4-r1.ebuild b/media-sound/alsa-utils/alsa-utils-1.1.4-r1.ebuild
30 deleted file mode 100644
31 index acbfd5824ec..00000000000
32 --- a/media-sound/alsa-utils/alsa-utils-1.1.4-r1.ebuild
33 +++ /dev/null
34 @@ -1,74 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -inherit eutils systemd udev
40 -
41 -DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)"
42 -HOMEPAGE="https://alsa-project.org/"
43 -SRC_URI="mirror://alsaproject/utils/${P}.tar.bz2"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0.9"
47 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
48 -IUSE="bat doc +libsamplerate +ncurses nls selinux"
49 -
50 -CDEPEND=">=media-libs/alsa-lib-${PV}
51 - libsamplerate? ( media-libs/libsamplerate )
52 - ncurses? ( >=sys-libs/ncurses-5.7-r7:0= )
53 - bat? ( sci-libs/fftw:= )"
54 -DEPEND="${CDEPEND}
55 - virtual/pkgconfig
56 - doc? ( app-text/xmlto )"
57 -RDEPEND="${CDEPEND}
58 - selinux? ( sec-policy/selinux-alsa )"
59 -
60 -src_configure() {
61 - local myconf
62 - use doc || myconf='--disable-xmlto'
63 -
64 - # --disable-alsaconf because it doesn't work with sys-apps/kmod wrt #456214
65 - econf \
66 - --disable-maintainer-mode \
67 - $(use_enable bat) \
68 - $(use_enable libsamplerate alsaloop) \
69 - $(use_enable nls) \
70 - $(use_enable ncurses alsamixer) \
71 - --disable-alsaconf \
72 - --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
73 - --with-udev-rules-dir="${EPREFIX}/$(get_udevdir)"/rules.d \
74 - --with-asound-state-dir="${EPREFIX}"/var/lib/alsa \
75 - ${myconf}
76 -}
77 -
78 -src_install() {
79 - default
80 - dodoc seq/*/README.*
81 -
82 - newinitd "${FILESDIR}"/alsasound.initd-r7 alsasound
83 - newconfd "${FILESDIR}"/alsasound.confd-r4 alsasound
84 -
85 - insinto /etc/modprobe.d
86 - newins "${FILESDIR}"/alsa-modules.conf-rc alsa.conf
87 -
88 - keepdir /var/lib/alsa
89 -
90 - # ALSA lib parser.c:1266:(uc_mgr_scan_master_configs) error: could not
91 - # scan directory /usr/share/alsa/ucm: No such file or directory
92 - # alsaucm: unable to obtain card list: No such file or directory
93 - keepdir /usr/share/alsa/ucm
94 -}
95 -
96 -pkg_postinst() {
97 - if [[ -z ${REPLACING_VERSIONS} ]]; then
98 - elog
99 - elog "To take advantage of the init script, and automate the process of"
100 - elog "saving and restoring sound-card mixer levels you should"
101 - elog "add alsasound to the boot runlevel. You can do this as"
102 - elog "root like so:"
103 - elog "# rc-update add alsasound boot"
104 - ewarn
105 - ewarn "The ALSA core should be built into the kernel or loaded through other"
106 - ewarn "means. There is no longer any modular auto(un)loading in alsa-utils."
107 - fi
108 -}
109
110 diff --git a/media-sound/alsa-utils/alsa-utils-1.1.5.ebuild b/media-sound/alsa-utils/alsa-utils-1.1.5.ebuild
111 deleted file mode 100644
112 index acbfd5824ec..00000000000
113 --- a/media-sound/alsa-utils/alsa-utils-1.1.5.ebuild
114 +++ /dev/null
115 @@ -1,74 +0,0 @@
116 -# Copyright 1999-2018 Gentoo Foundation
117 -# Distributed under the terms of the GNU General Public License v2
118 -
119 -EAPI=6
120 -inherit eutils systemd udev
121 -
122 -DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)"
123 -HOMEPAGE="https://alsa-project.org/"
124 -SRC_URI="mirror://alsaproject/utils/${P}.tar.bz2"
125 -
126 -LICENSE="GPL-2"
127 -SLOT="0.9"
128 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
129 -IUSE="bat doc +libsamplerate +ncurses nls selinux"
130 -
131 -CDEPEND=">=media-libs/alsa-lib-${PV}
132 - libsamplerate? ( media-libs/libsamplerate )
133 - ncurses? ( >=sys-libs/ncurses-5.7-r7:0= )
134 - bat? ( sci-libs/fftw:= )"
135 -DEPEND="${CDEPEND}
136 - virtual/pkgconfig
137 - doc? ( app-text/xmlto )"
138 -RDEPEND="${CDEPEND}
139 - selinux? ( sec-policy/selinux-alsa )"
140 -
141 -src_configure() {
142 - local myconf
143 - use doc || myconf='--disable-xmlto'
144 -
145 - # --disable-alsaconf because it doesn't work with sys-apps/kmod wrt #456214
146 - econf \
147 - --disable-maintainer-mode \
148 - $(use_enable bat) \
149 - $(use_enable libsamplerate alsaloop) \
150 - $(use_enable nls) \
151 - $(use_enable ncurses alsamixer) \
152 - --disable-alsaconf \
153 - --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
154 - --with-udev-rules-dir="${EPREFIX}/$(get_udevdir)"/rules.d \
155 - --with-asound-state-dir="${EPREFIX}"/var/lib/alsa \
156 - ${myconf}
157 -}
158 -
159 -src_install() {
160 - default
161 - dodoc seq/*/README.*
162 -
163 - newinitd "${FILESDIR}"/alsasound.initd-r7 alsasound
164 - newconfd "${FILESDIR}"/alsasound.confd-r4 alsasound
165 -
166 - insinto /etc/modprobe.d
167 - newins "${FILESDIR}"/alsa-modules.conf-rc alsa.conf
168 -
169 - keepdir /var/lib/alsa
170 -
171 - # ALSA lib parser.c:1266:(uc_mgr_scan_master_configs) error: could not
172 - # scan directory /usr/share/alsa/ucm: No such file or directory
173 - # alsaucm: unable to obtain card list: No such file or directory
174 - keepdir /usr/share/alsa/ucm
175 -}
176 -
177 -pkg_postinst() {
178 - if [[ -z ${REPLACING_VERSIONS} ]]; then
179 - elog
180 - elog "To take advantage of the init script, and automate the process of"
181 - elog "saving and restoring sound-card mixer levels you should"
182 - elog "add alsasound to the boot runlevel. You can do this as"
183 - elog "root like so:"
184 - elog "# rc-update add alsasound boot"
185 - ewarn
186 - ewarn "The ALSA core should be built into the kernel or loaded through other"
187 - ewarn "means. There is no longer any modular auto(un)loading in alsa-utils."
188 - fi
189 -}