diff options
author | 2020-05-31 02:15:21 +0200 | |
---|---|---|
committer | 2020-06-02 14:13:06 +0200 | |
commit | 1d09ad580f4c148f52607472cbf9738f778698d4 (patch) | |
tree | f692505fa2d0360f7a738f335f46a86ec2b0f8f5 /media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.1.2.ebuild | |
parent | media-plugins/alsa-plugins: Drop 1.2.1 (diff) | |
download | gentoo-1d09ad580f4c148f52607472cbf9738f778698d4.tar.gz gentoo-1d09ad580f4c148f52607472cbf9738f778698d4.tar.bz2 gentoo-1d09ad580f4c148f52607472cbf9738f778698d4.zip |
media-libs/alsa-ucm-conf: Drop 1.2.1.2
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.1.2.ebuild')
-rw-r--r-- | media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.1.2.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.1.2.ebuild b/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.1.2.ebuild deleted file mode 100644 index 522f5a35e12..00000000000 --- a/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.1.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="ALSA ucm configuration files" -HOMEPAGE="https://www.alsa-project.org" -SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2" -LICENSE="BSD" -SLOT="0" - -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -RDEPEND="!<media-libs/alsa-lib-1.2.1" -DEPEND="${RDEPEND}" - -S="${WORKDIR}" - -src_install() { - insinto /usr/share/alsa - doins -r ucm{,2} -} |