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 E96731395E1 for ; Tue, 1 Nov 2016 13:58:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75B98E0A61; Tue, 1 Nov 2016 13:58:49 +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 5ACBDE0A61 for ; Tue, 1 Nov 2016 13:58:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EBD9C340DC7 for ; Tue, 1 Nov 2016 13:58:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE62A244E for ; Tue, 1 Nov 2016 13:58:45 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1478008703.8b626374fa4c46a3f6900e1566db72d2fb7ab710.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/os-prober/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/os-prober/os-prober-1.65.ebuild sys-boot/os-prober/os-prober-1.70.ebuild sys-boot/os-prober/os-prober-1.71.ebuild X-VCS-Directories: sys-boot/os-prober/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 8b626374fa4c46a3f6900e1566db72d2fb7ab710 X-VCS-Branch: master Date: Tue, 1 Nov 2016 13:58:45 +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: 5dabdc43-43df-4fed-8952-09866578a6d6 X-Archives-Hash: 83749e20a83deb46579bc1919db0a4da commit: 8b626374fa4c46a3f6900e1566db72d2fb7ab710 Author: Mike Gilbert gentoo org> AuthorDate: Tue Nov 1 13:58:23 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Nov 1 13:58:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b626374 sys-boot/os-prober: drop grub2 sed Package-Manager: portage-2.3.2_p1 sys-boot/os-prober/os-prober-1.65.ebuild | 7 +------ sys-boot/os-prober/os-prober-1.70.ebuild | 7 +------ sys-boot/os-prober/os-prober-1.71.ebuild | 5 ----- 3 files changed, 2 insertions(+), 17 deletions(-) diff --git a/sys-boot/os-prober/os-prober-1.65.ebuild b/sys-boot/os-prober/os-prober-1.65.ebuild index adebd56..094db02 100644 --- a/sys-boot/os-prober/os-prober-1.65.ebuild +++ b/sys-boot/os-prober/os-prober-1.65.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,11 +21,6 @@ S=${WORKDIR}/${PN} src_prepare() { # use default GNU rules rm Makefile || die 'rm Makefile failed' - # Fix references to grub-mount - sed -i -e 's:grub-mount:grub2-mount:g' \ - common.sh \ - linux-boot-probes/common/50mounted-tests \ - os-probes/common/50mounted-tests } src_compile() { diff --git a/sys-boot/os-prober/os-prober-1.70.ebuild b/sys-boot/os-prober/os-prober-1.70.ebuild index 35c50c6..160c0c4 100644 --- a/sys-boot/os-prober/os-prober-1.70.ebuild +++ b/sys-boot/os-prober/os-prober-1.70.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,11 +19,6 @@ IUSE="" src_prepare() { # use default GNU rules rm Makefile || die 'rm Makefile failed' - # Fix references to grub-mount - sed -i -e 's:grub-mount:grub2-mount:g' \ - common.sh \ - linux-boot-probes/common/50mounted-tests \ - os-probes/common/50mounted-tests || die } src_compile() { diff --git a/sys-boot/os-prober/os-prober-1.71.ebuild b/sys-boot/os-prober/os-prober-1.71.ebuild index 83b93c9..160c0c4 100644 --- a/sys-boot/os-prober/os-prober-1.71.ebuild +++ b/sys-boot/os-prober/os-prober-1.71.ebuild @@ -19,11 +19,6 @@ IUSE="" src_prepare() { # use default GNU rules rm Makefile || die 'rm Makefile failed' - # Fix references to grub-mount - sed -i -e 's:grub-mount:grub2-mount:g' \ - common.sh \ - linux-boot-probes/common/50mounted-tests \ - os-probes/common/50mounted-tests || die } src_compile() {