From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8DD3D158020 for ; Sat, 12 Nov 2022 17:48:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10DF6E0876; Sat, 12 Nov 2022 17:48:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E929CE0874 for ; Sat, 12 Nov 2022 17:48:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01C6D340FFA for ; Sat, 12 Nov 2022 17:48:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2104974D for ; Sat, 12 Nov 2022 17:48:41 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1668274373.c201fdf864d15cbe2586ad10970720be3e1abfd7.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/harvid/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/harvid/Manifest media-video/harvid/harvid-0.8.3-r1.ebuild X-VCS-Directories: media-video/harvid/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c201fdf864d15cbe2586ad10970720be3e1abfd7 X-VCS-Branch: master Date: Sat, 12 Nov 2022 17:48:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cce19d6b-bd2f-4127-9b76-186b15ce6887 X-Archives-Hash: ba11c1a5d8f438df4ec5f2c085f11681 commit: c201fdf864d15cbe2586ad10970720be3e1abfd7 Author: Matt Turner gentoo org> AuthorDate: Sat Nov 12 17:29:34 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Nov 12 17:32:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c201fdf8 media-video/harvid: Drop old versions Signed-off-by: Matt Turner gentoo.org> media-video/harvid/Manifest | 1 - media-video/harvid/harvid-0.8.3-r1.ebuild | 53 ------------------------------- 2 files changed, 54 deletions(-) diff --git a/media-video/harvid/Manifest b/media-video/harvid/Manifest index d0949e7155e6..4386171502a6 100644 --- a/media-video/harvid/Manifest +++ b/media-video/harvid/Manifest @@ -1,2 +1 @@ -DIST harvid-0.8.3.tar.gz 116446 BLAKE2B b245166ab2244a7afdddabb463296974c0d995d70ad8af6e93f549f045245597cb4ca3abf47c608eea15089ac5e6f82972b789d9a3f268b8be98f3080fd6e5e7 SHA512 748475602c7279f10790523cbd5cbf34c9cd283ca9e959ac0535fbb5b4ee6d2fcab976c5ddba3fa40862552b49d73df7145f36d26c9fe708063505812537a8ac DIST harvid-0.9.0.tar.gz 116909 BLAKE2B 94b194c475aa402d750d2930c19402157674c5e629bf6212d0fbf0bfe9516f6272850ebca4fb9c6bb1c899418c48ac2b76ec6c04def35671df37ca0b44550e42 SHA512 cba47a9ad70633fbbc5a939819b7ad3c46f01b199b23c938b26092d731664bcfef05b4f03bf83433ddc63d191fef72d0cab09ae4c35efd2e1b2b37c4b2689e82 diff --git a/media-video/harvid/harvid-0.8.3-r1.ebuild b/media-video/harvid/harvid-0.8.3-r1.ebuild deleted file mode 100644 index 6e0a1ba99158..000000000000 --- a/media-video/harvid/harvid-0.8.3-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="HTTP Ardour Video Daemon" -HOMEPAGE="http://x42.github.io/harvid/" -SRC_URI="https://github.com/x42/harvid/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=media-video/ffmpeg-2.6:0= - media-libs/libpng:0= - virtual/jpeg:0 -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" -BDEPEND=" - app-editors/vim-core -" - -PATCHES=( "${FILESDIR}/jpeg.patch" ) - -hv_make() { - emake \ - CC="$(tc-getCC)" \ - RANLIB="$(tc-getRANLIB)" \ - STRIP="true" \ - NM="$(tc-getNM) -B" \ - LD="$(tc-getLD)" \ - AR="$(tc-getAR)" \ - PREFIX="${EPREFIX:-/}usr" \ - libdir="${EPREFIX:-/}usr/$(get_libdir)" \ - hdocdir="${EPREFIX:-/}usr/share/doc/${PF}" \ - "${@}" -} - -src_compile() { - hv_make -C libharvid - hv_make -C src - hv_make -} - -src_install() { - hv_make DESTDIR="${D}" install - dodoc ChangeLog README.md -}