commit:     48ec739c69ac261c5e2fe010ce981089af3799fd
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  1 07:15:27 2022 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Jun  1 07:21:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ec739c

media-sound/alsa-utils: Removed old

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-sound/alsa-utils/Manifest                  |  2 -
 media-sound/alsa-utils/alsa-utils-1.2.4.ebuild   | 77 ------------------------
 media-sound/alsa-utils/alsa-utils-1.2.5.1.ebuild | 77 ------------------------
 3 files changed, 156 deletions(-)

diff --git a/media-sound/alsa-utils/Manifest b/media-sound/alsa-utils/Manifest
index 35d4c14ad691..39571a16c4a5 100644
--- a/media-sound/alsa-utils/Manifest
+++ b/media-sound/alsa-utils/Manifest
@@ -1,4 +1,2 @@
-DIST alsa-utils-1.2.4.tar.bz2 1286259 BLAKE2B 
41eb0b8186c1956c19d8f8b28863ab54c66ff531b9ec5c48cc6c5ed8ca249d135614112ce412d6adb6f21982235e06a4148591777cce00d17ea537aacbd664ad
 SHA512 
13080abda55269513b3751044dac292d695e273073a62d74ed4a32c68f448a2b015fe16604650821a6398b6ef6a7b6008cb9f0b7fb7f4ee1fa2b4eb2dcf29770
-DIST alsa-utils-1.2.5.1.tar.bz2 1326965 BLAKE2B 
79f96fd3ba1d92e72dc634dc01439acd3ccd02555c39cc1714c52bbd1e4bc8b68ec7bf5d219a704533e4a61587c3528504ef9cd7c652924d74daafa90f74e42a
 SHA512 
bbafeb9189ec5802965c4e69cf6e7cd4c132ffb77b57f164d6585649890f96edd052c72697171fd629b39e12f78648fea634468df34c1a80255227ca397907bf
 DIST alsa-utils-1.2.6.tar.bz2 1334063 BLAKE2B 
3b81cccc836e0de9f6d98f311dc3a316a02179ec1fc7520da9658192f27e7701c6dc41b04a82639d6269d6943afd8a89cb6477406cbc36ac450e57919cff46f2
 SHA512 
6842f0f4c2f7cc5ac3ba94736ee259d9988b5d3e0d2b522f858d712e16938d2845fa9ef64f4aa60222b8ef6738e053f9113a5ea24a197f2c0d6c4dbd70030f5e
 DIST alsa-utils-1.2.7.tar.bz2 1562595 BLAKE2B 
dd8821c510a98d76e2986d59c01516013f01c632fb6311e6ffd2b10eabbdd68312537d977b1bf2ab48e0f181751ecf58ec1c1da3f8d4f7ee84d8f2623893a091
 SHA512 
1be8f617315193e6033653ac96a14bd1c3272cd9d8f3776cdb1357f35f5353652acd5975cfc5bd16278cd496f5bf409bb60432818a526282edad9a4c718a97c9

diff --git a/media-sound/alsa-utils/alsa-utils-1.2.4.ebuild 
b/media-sound/alsa-utils/alsa-utils-1.2.4.ebuild
deleted file mode 100644
index 777934934c41..000000000000
--- a/media-sound/alsa-utils/alsa-utils-1.2.4.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit systemd udev
-
-DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, 
etc.)"
-HOMEPAGE="https://alsa-project.org/wiki/Main_Page";
-SRC_URI="https://www.alsa-project.org/files/pub/utils/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0.9"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE="bat doc +libsamplerate +ncurses nls selinux"
-
-CDEPEND=">=media-libs/alsa-lib-${PV}
-       libsamplerate? ( media-libs/libsamplerate )
-       ncurses? ( >=sys-libs/ncurses-5.7-r7:0= )
-       bat? ( sci-libs/fftw:= )"
-DEPEND="${CDEPEND}
-       doc? ( app-text/xmlto )"
-RDEPEND="${CDEPEND}
-       selinux? ( sec-policy/selinux-alsa )"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.1.8-missing_header.patch
-)
-
-src_configure() {
-       local myeconfargs=(
-               # --disable-alsaconf because it doesn't work with sys-apps/kmod 
wrt #456214
-               --disable-alsaconf
-               --disable-maintainer-mode
-               --with-asound-state-dir="${EPREFIX}"/var/lib/alsa
-               --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-               --with-udev-rules-dir="${EPREFIX}/$(get_udevdir)"/rules.d
-               $(use_enable bat)
-               $(use_enable libsamplerate alsaloop)
-               $(use_enable ncurses alsamixer)
-               $(use_enable nls)
-               $(usex doc '' --disable-xmlto)
-       )
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-       dodoc seq/*/README.*
-
-       newinitd "${FILESDIR}"/alsasound.initd-r8 alsasound
-       newconfd "${FILESDIR}"/alsasound.confd-r4 alsasound
-
-       insinto /etc/modprobe.d
-       newins "${FILESDIR}"/alsa-modules.conf-rc alsa.conf
-
-       keepdir /var/lib/alsa
-
-       # ALSA lib parser.c:1266:(uc_mgr_scan_master_configs) error: could not
-       # scan directory /usr/share/alsa/ucm: No such file or directory
-       # alsaucm: unable to obtain card list: No such file or directory
-       keepdir /usr/share/alsa/ucm
-}
-
-pkg_postinst() {
-       if [[ -z ${REPLACING_VERSIONS} ]]; then
-               elog
-               elog "To take advantage of the init script, and automate the 
process of"
-               elog "saving and restoring sound-card mixer levels you should"
-               elog "add alsasound to the boot runlevel. You can do this as"
-               elog "root like so:"
-               elog "# rc-update add alsasound boot"
-               ewarn
-               ewarn "The ALSA core should be built into the kernel or loaded 
through other"
-               ewarn "means. There is no longer any modular auto(un)loading in 
alsa-utils."
-       fi
-}

diff --git a/media-sound/alsa-utils/alsa-utils-1.2.5.1.ebuild 
b/media-sound/alsa-utils/alsa-utils-1.2.5.1.ebuild
deleted file mode 100644
index 19b3f1451fbe..000000000000
--- a/media-sound/alsa-utils/alsa-utils-1.2.5.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit systemd udev
-
-DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, 
etc.)"
-HOMEPAGE="https://alsa-project.org/wiki/Main_Page";
-SRC_URI="https://www.alsa-project.org/files/pub/utils/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0.9"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
-IUSE="bat doc +libsamplerate +ncurses nls selinux"
-
-CDEPEND=">=media-libs/alsa-lib-${PV}
-       libsamplerate? ( media-libs/libsamplerate )
-       ncurses? ( >=sys-libs/ncurses-5.7-r7:0= )
-       bat? ( sci-libs/fftw:= )"
-DEPEND="${CDEPEND}
-       doc? ( app-text/xmlto )"
-RDEPEND="${CDEPEND}
-       selinux? ( sec-policy/selinux-alsa )"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.1.8-missing_header.patch
-)
-
-src_configure() {
-       local myeconfargs=(
-               # --disable-alsaconf because it doesn't work with sys-apps/kmod 
wrt #456214
-               --disable-alsaconf
-               --disable-maintainer-mode
-               --with-asound-state-dir="${EPREFIX}"/var/lib/alsa
-               --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-               --with-udev-rules-dir="${EPREFIX}/$(get_udevdir)"/rules.d
-               $(use_enable bat)
-               $(use_enable libsamplerate alsaloop)
-               $(use_enable ncurses alsamixer)
-               $(use_enable nls)
-               $(usex doc '' --disable-xmlto)
-       )
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-       dodoc seq/*/README.*
-
-       newinitd "${FILESDIR}"/alsasound.initd-r8 alsasound
-       newconfd "${FILESDIR}"/alsasound.confd-r4 alsasound
-
-       insinto /etc/modprobe.d
-       newins "${FILESDIR}"/alsa-modules.conf-rc alsa.conf
-
-       keepdir /var/lib/alsa
-
-       # ALSA lib parser.c:1266:(uc_mgr_scan_master_configs) error: could not
-       # scan directory /usr/share/alsa/ucm: No such file or directory
-       # alsaucm: unable to obtain card list: No such file or directory
-       keepdir /usr/share/alsa/ucm
-}
-
-pkg_postinst() {
-       if [[ -z ${REPLACING_VERSIONS} ]]; then
-               elog
-               elog "To take advantage of the init script, and automate the 
process of"
-               elog "saving and restoring sound-card mixer levels you should"
-               elog "add alsasound to the boot runlevel. You can do this as"
-               elog "root like so:"
-               elog "# rc-update add alsasound boot"
-               ewarn
-               ewarn "The ALSA core should be built into the kernel or loaded 
through other"
-               ewarn "means. There is no longer any modular auto(un)loading in 
alsa-utils."
-       fi
-}

Reply via email to