commit:     dd878a1c43e324b9e51d94fd5845b8a082cb95ef
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 21:29:12 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 21:32:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd878a1c

media-tv/ivtv-utils: Drop old 1.4.1

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-tv/ivtv-utils/ivtv-utils-1.4.1.ebuild | 48 -----------------------------
 1 file changed, 48 deletions(-)

diff --git a/media-tv/ivtv-utils/ivtv-utils-1.4.1.ebuild 
b/media-tv/ivtv-utils/ivtv-utils-1.4.1.ebuild
deleted file mode 100644
index 57a6fc766ab5..000000000000
--- a/media-tv/ivtv-utils/ivtv-utils-1.4.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="IVTV utilities for Hauppauge PVR PCI cards"
-HOMEPAGE="http://www.ivtvdriver.org/";
-SRC_URI="http://dl.ivtvdriver.org/ivtv/archive/$(ver_cut 1-2).x/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="perl"
-
-DEPEND="!media-tv/ivtv"
-RDEPEND="${DEPEND}
-       media-tv/v4l-utils
-       perl? (
-               dev-perl/Video-Frequencies
-               dev-perl/Video-ivtv
-               dev-perl/Config-IniFiles
-               dev-perl/Tk
-               virtual/perl-Getopt-Long
-       )"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.4.0-gentoo.patch
-       "${FILESDIR}"/${PN}-1.4.1-overflow.patch
-)
-
-src_configure() {
-       tc-export CC CXX
-
-       # bug 907679
-       use elibc_musl && append-flags -D_LARGEFILE64_SOURCE
-}
-
-src_install() {
-       emake DESTDIR="${D}" PREFIX="/usr" install
-       dodoc -r ChangeLog README doc/.
-
-       if use perl; then
-               dobin utils/perl/*.pl
-               dodoc utils/perl/README.ptune
-       fi
-}

Reply via email to