commit:     143f699123e0dce5f840e6bdd693eff66c6a9bb8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 00:13:16 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun  2 12:13:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143f6991

media-sound/alsa-utils: Drop 1.2.1

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/alsa-utils/Manifest                |  1 -
 media-sound/alsa-utils/alsa-utils-1.2.1.ebuild | 77 --------------------------
 2 files changed, 78 deletions(-)

diff --git a/media-sound/alsa-utils/Manifest b/media-sound/alsa-utils/Manifest
index 66b8513df62..8fe259cd379 100644
--- a/media-sound/alsa-utils/Manifest
+++ b/media-sound/alsa-utils/Manifest
@@ -1,2 +1 @@
-DIST alsa-utils-1.2.1.tar.bz2 1270194 BLAKE2B 
e5cb4d6c94f09f1eb9044a7f34904bc662ac2eb9ae734f333cf22271b4add1de1032ac38cf064807146095edc2eae452c197b98b4dd63f0004e1705f8e322e4f
 SHA512 
b7729659cd9809197dc30042f522f5103ff41ddc047f13f9c733c93f7e91a26f90cd864c70e654d12ef7a552b1d9ebe2727a24ec9fad03560cb7cdea906662ec
 DIST alsa-utils-1.2.2.tar.bz2 1274821 BLAKE2B 
79b6cd719dbf36ca65b186c6682c9617fb89cb76aa530e4f40850004170703990054b5e96f700c652b11781e0086490824ce2433e33b17c03655fea089f59ceb
 SHA512 
30598c658f3f2ad71a5ce7911b09ae13add54b293bcf3bebb053371d84a91528bd64fd376f167456b2e27e2546a2279019678e099247513e5142b283af756fd9

diff --git a/media-sound/alsa-utils/alsa-utils-1.2.1.ebuild 
b/media-sound/alsa-utils/alsa-utils-1.2.1.ebuild
deleted file mode 100644
index 13b172c0891..00000000000
--- a/media-sound/alsa-utils/alsa-utils-1.2.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2020 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/";
-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
-}

Reply via email to