diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-11-03 14:11:08 -0500 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-11-03 14:11:08 -0500 |
commit | ba6b28c15eb2fc6ee6b063a2c43d03ebaa3ce65b (patch) | |
tree | 5a3c21b84d80a4ca795a86ac008a8172b0095796 /media-video | |
parent | media-gfx/chafa: make sure elibtoolize is applied (diff) | |
download | gentoo-ba6b28c15eb2fc6ee6b063a2c43d03ebaa3ce65b.tar.gz gentoo-ba6b28c15eb2fc6ee6b063a2c43d03ebaa3ce65b.tar.bz2 gentoo-ba6b28c15eb2fc6ee6b063a2c43d03ebaa3ce65b.zip |
media-video/noad: remove unused eclass
Usage dropped in "media-video/noad: version bump to 0.8.7", which
removed tc-getAR.
Fixes: ad15bc6a97f618a8d40075625338bceed48a9a4a
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/noad/noad-0.8.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/noad/noad-0.8.7-r1.ebuild b/media-video/noad/noad-0.8.7-r1.ebuild index 25ba24135bd4..635e8e223e94 100644 --- a/media-video/noad/noad-0.8.7-r1.ebuild +++ b/media-video/noad/noad-0.8.7-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools toolchain-funcs +inherit autotools DESCRIPTION="Mark commercial breaks in VDR recordings" HOMEPAGE="https://github.com/madmartin/noad" |