public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/linuxtv-dvb-apps/
Date: Fri, 22 Feb 2019 10:35:11 +0000 (UTC)	[thread overview]
Message-ID: <1550831700.b59d29adae83e917adb8347355f4ec3d87e1f879.zlogene@gentoo> (raw)

commit:     b59d29adae83e917adb8347355f4ec3d87e1f879
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 22 10:35:00 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Feb 22 10:35:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b59d29ad

media-tv/linuxtv-dvb-apps: Drop old

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 media-tv/linuxtv-dvb-apps/Manifest                 |  1 -
 .../linuxtv-dvb-apps-1.1.1.20100223-r1.ebuild      | 89 ----------------------
 2 files changed, 90 deletions(-)

diff --git a/media-tv/linuxtv-dvb-apps/Manifest b/media-tv/linuxtv-dvb-apps/Manifest
index eccea00b4a1..d33eeca545e 100644
--- a/media-tv/linuxtv-dvb-apps/Manifest
+++ b/media-tv/linuxtv-dvb-apps/Manifest
@@ -1,2 +1 @@
-DIST linuxtv-dvb-apps-1.1.1.20100223.tar.bz2 429129 BLAKE2B d67eb79f89243e73528ce1e79935031f9afb7270c4c22a8670f3c48b75d7ddbe0efe1188b77851b875f78a35419186b7015b82e335063751eecd1f9eacc72947 SHA512 0950197e2a199b1ab4392fa2e893d9b537d2b8fed05b24d8b81a2abf11ed2373dcb299a51e217c6508ea68b81691728b120328e4080de68519449fc5fd506161
 DIST linuxtv-dvb-apps-1.1.1.20140321.tar.bz2 368759 BLAKE2B 5ef1bc4ee4f0ab167cda8d87a73c83566b40005e16fbaa79525af4fb0b117dec19a4883eedad8bcfedd269c2e295dd7f9e055f905dff5f39dffe1ff052e87547 SHA512 ceb057f760fa0b3902e6824e74b9392be9a7bd3318a1a83f206c99672da17904060ffdc35e84c89d3b8af60ac29d4427acad44e9ae16797baaeb5738e2ab1bf5

diff --git a/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20100223-r1.ebuild b/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20100223-r1.ebuild
deleted file mode 100644
index 1cb34872418..00000000000
--- a/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20100223-r1.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib toolchain-funcs vcs-snapshot
-
-HOMEPAGE="https://www.linuxtv.org/"
-DESCRIPTION="Small utils for DVB to scan, zap, view signal strength, ..."
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="alevt usb"
-
-RDEPEND="
-	alevt? (
-		!media-video/alevt
-		media-libs/libpng:0=
-		media-libs/zvbi[v4l]
-		sys-libs/zlib
-		x11-libs/libX11
-	)
-	usb? ( virtual/libusb:0 )
-"
-DEPEND="${RDEPEND}
-	dev-lang/perl
-	virtual/linuxtv-dvb-headers
-"
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-ldflags.patch \
-		"${FILESDIR}"/${P}-alevt.patch \
-		"${FILESDIR}"/${P}-perl526.patch
-
-	# do not compile test-progs, incompatible with videodev2.h
-	sed -e '/-C test/d' \
-		-i Makefile || die
-
-	# remove copy of header-files
-	rm -rf "${S}"/include || die
-}
-
-src_compile() {
-	emake V=1 CC=$(tc-getCC) $(usex usb "ttusb_dec_reset=1" "")
-	if use alevt ; then
-		emake -C util/alevt CC=$(tc-getCC) OPT="${CFLAGS}"
-	fi
-}
-
-src_install() {
-	insinto /usr/bin
-	emake V=1 prefix="${EROOT}usr" libdir="${EROOT}usr/$(get_libdir)" \
-		$(usex usb "ttusb_dec_reset=1" "") \
-		DESTDIR="${D}" INSTDIR="${T}" install
-	if use alevt ; then
-		dodir /usr/share/applications
-		dodir /usr/share/man/man1
-		emake -C util/alevt DESTDIR="${D}" install
-	fi
-
-	# rename scan to scan-dvb
-	mv "${D}"/usr/bin/scan{,-dvb} || die
-
-	# install zap-files
-	local dir=""
-	for dir in dvb-{s,c,t} atsc ; do
-		insinto /usr/share/dvb/zap/${dir}
-		doins "${S}"/util/szap/channels-conf/${dir}/*
-	done
-
-	# install remote-key files
-	insinto /usr/share/dvb/av7110_loadkeys
-	doins util/av7110_loadkeys/*.rc*
-
-	# install Documentation
-	dodoc README
-	newdoc util/scan/README README.scan-dvb
-	newdoc util/szap/README README.zap
-	newdoc util/av7110_loadkeys/README README.av7110_loadkeys
-
-	use usb && newdoc util/ttusb_dec_reset/README README.ttusb_dec_reset
-}
-
-pkg_postinst() {
-	elog "/usr/bin/scan has been installed as scan-dvb."
-}


             reply	other threads:[~2019-02-22 10:35 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-22 10:35 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-20  0:16 [gentoo-commits] repo/gentoo:master commit in: media-tv/linuxtv-dvb-apps/ Sam James
2020-11-01  3:20 Sam James
2020-06-11  8:34 Agostino Sarubbo
2020-06-11  8:29 Agostino Sarubbo
2020-06-11  8:25 Agostino Sarubbo
2019-02-22 10:35 Mikle Kolyada
2019-02-15  0:18 Thomas Deutschmann
2019-01-26 17:23 Sergei Trofimovich
2017-12-03 22:14 James Le Cuirot
2017-06-03 21:26 Andreas Sturmlechner

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=1550831700.b59d29adae83e917adb8347355f4ec3d87e1f879.zlogene@gentoo \
    --to=zlogene@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