Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-topology-conf/
Date: Tue, 02 Jun 2020 12:13:20
Message-Id: 1591099987.3a027ea493f5661b9803dd5cb4f716ac926d48ca.asturm@gentoo
1 commit: 3a027ea493f5661b9803dd5cb4f716ac926d48ca
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 00:15:54 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 12:13:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a027ea4
7
8 media-libs/alsa-topology-conf: Drop 1.2.1
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/alsa-topology-conf/Manifest | 1 -
14 .../alsa-topology-conf-1.2.1.ebuild | 23 ----------------------
15 2 files changed, 24 deletions(-)
16
17 diff --git a/media-libs/alsa-topology-conf/Manifest b/media-libs/alsa-topology-conf/Manifest
18 index 1551acec665..e44a68819b2 100644
19 --- a/media-libs/alsa-topology-conf/Manifest
20 +++ b/media-libs/alsa-topology-conf/Manifest
21 @@ -1,2 +1 @@
22 -DIST alsa-topology-conf-1.2.1.tar.bz2 5377 BLAKE2B 95cd1074068ba85e6c6b74d65f7ddc40e182426cff69c7765689edcaca3609a249638c70e5f92c889b3c76ea662e7e43e355af4573acb3fc293026392f614522 SHA512 ed86e7372f887a2e13596ca7456da1db84ff05d01f98d80c403263673d2c0f247834bdc9edbeb62231ca1dc6b9792dade87672d905303a8e0fa462c1fac1b7fd
23 DIST alsa-topology-conf-1.2.2.tar.bz2 6346 BLAKE2B 6aea93139e85de3d28ce19319429340eac61bb340c29448dfa14d4fe1d80dc1e5e0c066b33ccab3d9c620efe6b95b095cf1ea52583d7543ca472f1375dc5ad57 SHA512 145ee0e16f7f84d5f97759b1efaa3df9fe35c8b33c7ae863ae1b915f361acd902ad05f59090e1d98b2a4f2ecc14933681592893564fcc45cdbc974899f789b94
24
25 diff --git a/media-libs/alsa-topology-conf/alsa-topology-conf-1.2.1.ebuild b/media-libs/alsa-topology-conf/alsa-topology-conf-1.2.1.ebuild
26 deleted file mode 100644
27 index d7bc4c5ca7b..00000000000
28 --- a/media-libs/alsa-topology-conf/alsa-topology-conf-1.2.1.ebuild
29 +++ /dev/null
30 @@ -1,23 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DESCRIPTION="ALSA topology configuration files"
37 -HOMEPAGE="https://www.alsa-project.org"
38 -SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2"
39 -LICENSE="BSD"
40 -SLOT="0"
41 -
42 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
43 -IUSE=""
44 -
45 -RDEPEND="!<media-libs/alsa-lib-1.2.1"
46 -DEPEND="${RDEPEND}"
47 -
48 -S="${WORKDIR}"
49 -
50 -src_install() {
51 - insinto /usr/share/alsa
52 - doins -r topology
53 -}