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 918F4138330 for ; Sun, 2 Oct 2016 07:23:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4D79E0B1F; Sun, 2 Oct 2016 07:23:46 +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 B8FA3E0B1F for ; Sun, 2 Oct 2016 07:23:46 +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 35064340B63 for ; Sun, 2 Oct 2016 07:23:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E03F7249F for ; Sun, 2 Oct 2016 07:23:42 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1475393011.1dd777c965fd1c09e89d52928b647bf02eaa0c28.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/mtr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/mtr/mtr-9999.ebuild X-VCS-Directories: net-analyzer/mtr/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 1dd777c965fd1c09e89d52928b647bf02eaa0c28 X-VCS-Branch: master Date: Sun, 2 Oct 2016 07:23:42 +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: f0ea50c7-b2aa-4cea-b964-569655bdcb4b X-Archives-Hash: e8454529191f588d48c81e96efa0ee06 commit: 1dd777c965fd1c09e89d52928b647bf02eaa0c28 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Oct 2 07:23:31 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Oct 2 07:23:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd777c9 net-analyzer/mtr: Drop obsolete patches (bug #595822), sed script. Package-Manager: portage-2.3.1 net-analyzer/mtr/mtr-9999.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/net-analyzer/mtr/mtr-9999.ebuild b/net-analyzer/mtr/mtr-9999.ebuild index f54af4f..0bc99ab 100644 --- a/net-analyzer/mtr/mtr-9999.ebuild +++ b/net-analyzer/mtr/mtr-9999.ebuild @@ -32,9 +32,6 @@ DOCS=( AUTHORS FORMATS NEWS README SECURITY TODO ) FILECAPS=( cap_net_raw /usr/sbin/mtr ) PATCHES=( "${FILESDIR}"/${PN}-0.80-impl-dec.patch - "${FILESDIR}"/${PN}-9999-ipv6.patch - "${FILESDIR}"/${PN}-9999-strings.patch - "${FILESDIR}"/${PN}-9999-tinfo.patch ) src_unpack() { @@ -45,8 +42,6 @@ src_unpack() { src_prepare() { default - sed -i -e "/^\s*xver=/s|$.*)|${EGIT_VERSION:0:8}|" Makefile.am || die - # Keep this comment and following mv, even in case ebuild does not need # it: kept gtk-2.0.m4 in SRC_URI but you'll have to mv it before autoreconf mv "${WORKDIR}"/gtk-2.0-for-mtr.m4 gtk-2.0.m4 || die #222909