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 88117138330 for ; Wed, 30 May 2018 21:36:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D73AE091D; Wed, 30 May 2018 21:36:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A308E091D for ; Wed, 30 May 2018 21:36:45 +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 BA80C335CB6 for ; Wed, 30 May 2018 21:36:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE20E75 for ; Wed, 30 May 2018 21:36:41 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1527716197.c0bc37e430d7406b7aaec75b9bf9273245c0a222.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/xbmc-addon-xvdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild X-VCS-Directories: media-plugins/xbmc-addon-xvdr/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: c0bc37e430d7406b7aaec75b9bf9273245c0a222 X-VCS-Branch: master Date: Wed, 30 May 2018 21:36: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-Archives-Salt: cf02e0fe-eb1a-4720-a40a-8540e1d21e91 X-Archives-Hash: 98f8a11b475e066c8e072206eb3fd19f commit: c0bc37e430d7406b7aaec75b9bf9273245c0a222 Author: Johannes Huber gentoo org> AuthorDate: Wed May 30 21:34:30 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed May 30 21:36:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0bc37e4 media-plugins/xbmc-addon-xvdr: Migrate to git-r3 eclass Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild b/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild index 7e2534aa7fd..d492d2509b9 100644 --- a/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild +++ b/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild @@ -1,15 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" -inherit git-2 autotools multilib - -EGIT_REPO_URI="https://github.com/pipelka/xbmc-addon-xvdr.git" +inherit autotools multilib git-r3 DESCRIPTION="XBMC addon: add VDR (http://www.tvdr.de/) as a TV/PVR Backend" HOMEPAGE="https://github.com/pipelka/xbmc-addon-xvdr" -SRC_URI="" +EGIT_REPO_URI="https://github.com/pipelka/xbmc-addon-xvdr.git" KEYWORDS="" LICENSE="GPL-2" SLOT="0" @@ -18,8 +16,6 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND}" -S=${WORKDIR}/${PN} - src_prepare() { eautoreconf }