From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3099413825A for ; Sun, 15 May 2016 23:32:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51E5921C06C; Sun, 15 May 2016 23:32:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E191A21C06C for ; Sun, 15 May 2016 23:32:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B40D340BA2 for ; Sun, 15 May 2016 23:32:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEDE5335 for ; Sun, 15 May 2016 23:32:09 +0000 (UTC) From: "Joerg Bornkessel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joerg Bornkessel" Message-ID: <1463355102.d0b668e605f970b8f2c7e7260ce3742af608f9d8.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/gentoo-vdr-scripts/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild X-VCS-Directories: media-tv/gentoo-vdr-scripts/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Joerg Bornkessel X-VCS-Revision: d0b668e605f970b8f2c7e7260ce3742af608f9d8 X-VCS-Branch: master Date: Sun, 15 May 2016 23:32:09 +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: 9c2f63ce-dbad-45ef-8edd-fe1df548e270 X-Archives-Hash: 8a6a9f944f38449a22eae5caea6739b0 commit: d0b668e605f970b8f2c7e7260ce3742af608f9d8 Author: Joerg Bornkessel gentoo org> AuthorDate: Sun May 15 23:31:42 2016 +0000 Commit: Joerg Bornkessel gentoo org> CommitDate: Sun May 15 23:31:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b668e6 media-tv/gentoo-vdr-scripts: removed useless inherit eutils for eapi=6; removed useless src_prepare part Package-Manager: portage-2.2.28 media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild index ba4f064..a132d82 100644 --- a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild +++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild @@ -4,7 +4,7 @@ EAPI=6 -inherit eutils user +inherit user DESCRIPTION="Scripts necessary for use of vdr as a set-top-box" HOMEPAGE="https://www.gentoo.org/" @@ -32,14 +32,6 @@ pkg_setup() { enewuser vdr -1 /bin/bash "${VDR_HOME}" vdr,video,audio,cdrom } -src_prepare() { - # moved into own package - sed -e '/SUBDIRS =/s# bin # #' -i usr/Makefile - sed -e '/all:/s#compile##' -i Makefile - - eapply_user -} - src_install() { local DOCS=( README* TODO ChangeLog )