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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D821139695 for ; Sat, 3 Jun 2017 21:27:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3387E0DA7; Sat, 3 Jun 2017 21:26:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8183AE0DA6 for ; Sat, 3 Jun 2017 21:26:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00BF4341898 for ; Sat, 3 Jun 2017 21:26:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 958287473 for ; Sat, 3 Jun 2017 21:26:56 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1496525183.4251b4e2105d4fc587deef555152f7efb79d6798.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/linuxtv-dvb-apps/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20100223-r1.ebuild X-VCS-Directories: media-tv/linuxtv-dvb-apps/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4251b4e2105d4fc587deef555152f7efb79d6798 X-VCS-Branch: master Date: Sat, 3 Jun 2017 21:26:56 +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-Archives-Salt: ae93ebf3-b575-4ba3-bf4a-ec185991dd1f X-Archives-Hash: 063002e6b670a24edae38668ee745919 commit: 4251b4e2105d4fc587deef555152f7efb79d6798 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 3 20:13:32 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 3 21:26:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4251b4e2 media-tv/linuxtv-dvb-apps: Drop obsolete dev-db/xbase blocker Update HOMEPAGE and DESCRIPTION. File collision was fixed by Pacho in 2012. Gentoo-bug: 208596 Package-Manager: Portage-2.3.5, Repoman-2.3.1 .../linuxtv-dvb-apps-1.1.1.20100223-r1.ebuild | 25 ++++++++++++---------- 1 file changed, 14 insertions(+), 11 deletions(-) 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 index a34e9279482..88362e0f4de 100644 --- 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 @@ -1,37 +1,40 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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="http://www.linuxtv.org/" -DESCRIPTION="small utils for DVB to scan, zap, view signal strength, ..." +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 test usb" +IUSE="alevt usb" -RDEPEND="alevt? ( !media-video/alevt - media-libs/libpng +RDEPEND=" + alevt? ( + !media-video/alevt + media-libs/libpng:0= media-libs/zvbi[v4l] sys-libs/zlib - x11-libs/libX11 ) + x11-libs/libX11 + ) usb? ( virtual/libusb:0 ) - !dev-db/xbase" +" DEPEND="${RDEPEND} dev-lang/perl - virtual/linuxtv-dvb-headers" -# !dev-db/xbase (bug #208596) + virtual/linuxtv-dvb-headers +" src_prepare() { epatch \ "${FILESDIR}"/${P}-ldflags.patch \ "${FILESDIR}"/${P}-alevt.patch - # do not compile test-progs, incompartible with videodev2.h + # do not compile test-progs, incompatible with videodev2.h sed -e '/-C test/d' \ -i Makefile || die