summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-08-17 09:43:57 -0400
committerMatt Turner <mattst88@gentoo.org>2022-08-17 12:21:04 -0400
commit3221cce0a0a54039f55c740e9c0091fa75ac0c41 (patch)
treeb100725c75d07224fd37f8facb564348a6f69fa6 /media-libs/alsa-topology-conf
parentmedia-libs/alsa-lib: Drop old versions (diff)
downloadgentoo-3221cce0a0a54039f55c740e9c0091fa75ac0c41.tar.gz
gentoo-3221cce0a0a54039f55c740e9c0091fa75ac0c41.tar.bz2
gentoo-3221cce0a0a54039f55c740e9c0091fa75ac0c41.zip
media-libs/alsa-topology-conf: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/alsa-topology-conf')
-rw-r--r--media-libs/alsa-topology-conf/Manifest1
-rw-r--r--media-libs/alsa-topology-conf/alsa-topology-conf-1.2.4.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/media-libs/alsa-topology-conf/Manifest b/media-libs/alsa-topology-conf/Manifest
index dae967fc8416..116f444c8d53 100644
--- a/media-libs/alsa-topology-conf/Manifest
+++ b/media-libs/alsa-topology-conf/Manifest
@@ -1,2 +1 @@
-DIST alsa-topology-conf-1.2.4.tar.bz2 11631 BLAKE2B 57df107b255e598e2fb79b56dc34d84130a023050db42e7925082ce5efb7048658ed6a8cd1854d2d9e23e8a833dbe90d7aa11ca7c1874f39caf392b292147ab7 SHA512 e5b367a23f42ed2c2a83f3dd9df264b4e054f5ba7c4be98520418598f0b06a11627498a8a6ef943522b209951645f83bbbbfb32db7c9c8260aa5db08358970cb
DIST alsa-topology-conf-1.2.5.1.tar.bz2 11697 BLAKE2B 1f8bb172510d86bd0530f2ba437dd1132401c0bd436085c07c61e5ef296a6da6a1c24fb8d585572186fc0073172c82d40948c5c39fd293a01762d49c9c393662 SHA512 b34176b213e1afcb61fee19b569d6422a7692b62cf08b0ef651f2fbb1eefe49f25ca6386d0bfcec7152d4b5ed3daa84edb900181d40169e777751ae033125374
diff --git a/media-libs/alsa-topology-conf/alsa-topology-conf-1.2.4.ebuild b/media-libs/alsa-topology-conf/alsa-topology-conf-1.2.4.ebuild
deleted file mode 100644
index 299c1f7b34b7..000000000000
--- a/media-libs/alsa-topology-conf/alsa-topology-conf-1.2.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="ALSA topology configuration files"
-HOMEPAGE="https://alsa-project.org/wiki/Main_Page"
-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 ~riscv sparc x86"
-IUSE=""
-
-RDEPEND="!<media-libs/alsa-lib-1.2.1"
-DEPEND="${RDEPEND}"
-
-src_install() {
- insinto /usr/share/alsa
- doins -r topology
-}