public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/harvid/
Date: Wed,  2 Dec 2020 00:32:01 +0000 (UTC)	[thread overview]
Message-ID: <1606869110.9af32c729e9ce0ff4fb01f8e81c2bc549f78ec2b.bman@gentoo> (raw)

commit:     9af32c729e9ce0ff4fb01f8e81c2bc549f78ec2b
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  1 23:53:44 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec  2 00:31:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af32c72

media-video/harvid: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 media-video/harvid/Manifest            |  3 --
 media-video/harvid/harvid-0.8.0.ebuild | 52 ----------------------------------
 media-video/harvid/harvid-0.8.1.ebuild | 48 -------------------------------
 media-video/harvid/harvid-0.8.2.ebuild | 48 -------------------------------
 4 files changed, 151 deletions(-)

diff --git a/media-video/harvid/Manifest b/media-video/harvid/Manifest
index 005704db487..b5d39b6f0c2 100644
--- a/media-video/harvid/Manifest
+++ b/media-video/harvid/Manifest
@@ -1,4 +1 @@
-DIST harvid-0.8.0.tar.gz 116079 BLAKE2B 17e92f9100d4874604d524b31d3bfd50f2b4f1bbd4d53ab82b05e65f4ff7d43176bad2cf57e197d54d4fb1281dc863d6afae50f8b312933014b92def51538dea SHA512 8e999e91e36708df7264fc351e5b6cac6c47fa5e0e612d0917bbfa02e98d13f9758f43312e6febebe56e7b8f2f72b80b6c47598de7100d3b5479b80720b91568
-DIST harvid-0.8.1.tar.gz 116277 BLAKE2B 1382625d241e63f3733817e57be4ad6cc57411aca6fbb7ba472e1b2959362fd384b1e2d1a35594656c30778fae4f54a1c89d1bb6565d006ad801e29c6d657d7d SHA512 b425eca844bb9eec3ec8caa324f783132a3e83938b258a5f8e92ce6dc47108ae491a009223b7e3c8051d965a1ff1b5e5509a804d1462641128a8524cde5ae60a
-DIST harvid-0.8.2.tar.gz 116541 BLAKE2B e3f82ad0b30fa0c1eefe84b85ba658c1897890d2b35aef355dfc029c26140ee5809a42d4e82a2ea515a277f4cc8cd24fdc032f6a42875bcddcb5bd4a77b6282a SHA512 fde352124008cd3d6230950c79a3a2b8d581803f952c7313c941226b00e80f8078053d941f2c5ead04672639a8db696f0c33482f69dab78187801d7ebce23fce
 DIST harvid-0.8.3.tar.gz 116446 BLAKE2B b245166ab2244a7afdddabb463296974c0d995d70ad8af6e93f549f045245597cb4ca3abf47c608eea15089ac5e6f82972b789d9a3f268b8be98f3080fd6e5e7 SHA512 748475602c7279f10790523cbd5cbf34c9cd283ca9e959ac0535fbb5b4ee6d2fcab976c5ddba3fa40862552b49d73df7145f36d26c9fe708063505812537a8ac

diff --git a/media-video/harvid/harvid-0.8.0.ebuild b/media-video/harvid/harvid-0.8.0.ebuild
deleted file mode 100644
index 45de47a567e..00000000000
--- a/media-video/harvid/harvid-0.8.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs multilib eutils
-
-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
-"
-
-src_prepare() {
-	epatch "${FILESDIR}/ffmpeg29.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
-}

diff --git a/media-video/harvid/harvid-0.8.1.ebuild b/media-video/harvid/harvid-0.8.1.ebuild
deleted file mode 100644
index d7829ef1ef5..00000000000
--- a/media-video/harvid/harvid-0.8.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs multilib eutils
-
-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
-"
-
-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
-}

diff --git a/media-video/harvid/harvid-0.8.2.ebuild b/media-video/harvid/harvid-0.8.2.ebuild
deleted file mode 100644
index d7829ef1ef5..00000000000
--- a/media-video/harvid/harvid-0.8.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs multilib eutils
-
-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
-"
-
-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
-}


             reply	other threads:[~2020-12-02  0:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-02  0:32 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-12 10:14 [gentoo-commits] repo/gentoo:master commit in: media-video/harvid/ Ionen Wolkens
2022-11-12 17:48 Matt Turner
2020-10-14 15:36 Alexis Ballier
2020-04-25 19:20 Mikle Kolyada
2017-02-07 12:08 Alexis Ballier
2016-09-23 15:33 Alexis Ballier
2015-10-15  7:00 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1606869110.9af32c729e9ce0ff4fb01f8e81c2bc549f78ec2b.bman@gentoo \
    --to=bman@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox