commit: 0420f97b0456299e939d7884ef0cece50f97a97f Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Wed Jul 2 19:55:42 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Wed Jul 2 19:55:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0420f97b
media-video/noad: drop 0.8.7-r1, EAPI=7-- Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> media-video/noad/Manifest | 1 - media-video/noad/noad-0.8.7-r1.ebuild | 71 ----------------------------------- 2 files changed, 72 deletions(-) diff --git a/media-video/noad/Manifest b/media-video/noad/Manifest index b30786e65f53..55d22ed050fa 100644 --- a/media-video/noad/Manifest +++ b/media-video/noad/Manifest @@ -1,2 +1 @@ -DIST noad-0.8.7.tar.gz 144339 BLAKE2B e7492f63e7326cdced041332e05051a6bda2e92798f4b694ff626e65306d6ebe606f871eabc37df1613677c2f739b3caed033b443cbe7edce913b83a0365e3e5 SHA512 fa1d0226144175de586f938a594fe0a3c0b8a924a258f1406cf52078d5e6d84f46ae685ee3c9f3ce28e62f9eee719d6a938504e39a6b3b9c96043f4bd4aaf69d DIST noad-0.8.8.tar.gz 144269 BLAKE2B 0474c165af16afb93459dd753017e25afe5e9c42439af9e1f2e23e4aeb5d4cd3610a66dec80d63d1c5f71d2ef9f6817ad831a5e368e8aeda53e078d0137f67ae SHA512 1795072e0b416c9904e8769da2bfe08120ea2c55427bd6e7479c6d79bb5a1b25abe82c0ed2cf8b3d5f7a354e2f60b1251e9d1ed102d19b3c45c1cd34a5e8e6d0 diff --git a/media-video/noad/noad-0.8.7-r1.ebuild b/media-video/noad/noad-0.8.7-r1.ebuild deleted file mode 100644 index 635e8e223e94..000000000000 --- a/media-video/noad/noad-0.8.7-r1.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 2021-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Mark commercial breaks in VDR recordings" -HOMEPAGE="https://github.com/madmartin/noad" -SRC_URI="https://github.com/madmartin/noad/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+ffmpeg imagemagick libmpeg2" - -BDEPEND="virtual/pkgconfig" -# <ffmpeg-5 dep for bug #834408, https://github.com/madmartin/noad/issues/2 -DEPEND=" - libmpeg2? ( media-libs/libmpeg2:= ) - ffmpeg? ( <media-video/ffmpeg-5:= ) - imagemagick? ( media-gfx/imagemagick )" -RDEPEND="${DEPEND}" - -REQUIRED_USE="|| ( ffmpeg libmpeg2 )" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - $(usex imagemagick '--with-magick') \ - $(usex ffmpeg '' '--without-ffmpeg') \ - $(usex libmpeg2 '' '--without-libmpeg2') \ - --with-tools -} - -src_install() { - dobin noad showindex checkMarks - use imagemagick && dobin markpics - - dodoc README* INSTALL - # example scripts are installed as dokumentation - dodoc allnewnoad allnoad allnoadnice allnoaduncut checkAllMarks clearlogos noadcall.sh noadifnew stat2html statupd - - newconfd "${FILESDIR}"/confd_vdraddon.noad vdraddon.noad - - insinto /usr/share/vdr/record - doins "${FILESDIR}"/record-50-noad.sh - - insinto /usr/share/vdr/shutdown - doins "${FILESDIR}"/pre-shutdown-15-noad.sh - - insinto /etc/vdr/reccmds - doins "${FILESDIR}"/reccmds.noad.conf - - exeinto /usr/share/vdr/bin - doexe "${FILESDIR}"/noad-reccmd -} - -pkg_postinst() { - elog - elog "To integrate noad in VDR you should do this:" - elog - elog "start and set Parameter in /etc/conf.d/vdraddon.noad" - elog - elog "Note: You can use here all parameters for noad," - elog "please look in the documentation of noad." -}
