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 3A2AD13835B for ; Mon, 1 Mar 2021 22:11:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BB19E095C; Mon, 1 Mar 2021 22:11:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 47040E095C for ; Mon, 1 Mar 2021 22:11:41 +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 CFA4D340C96 for ; Mon, 1 Mar 2021 22:11:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D73D573 for ; Mon, 1 Mar 2021 22:11:38 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1614636691.475df9d48f7f1c01486c3df5e1394ef367f87337.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/asymptote/files/asy-ftd.vim X-VCS-Directories: media-gfx/asymptote/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 475df9d48f7f1c01486c3df5e1394ef367f87337 X-VCS-Branch: master Date: Mon, 1 Mar 2021 22:11:38 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 620da884-492a-4fd5-b6e1-a7d3ab3eafdc X-Archives-Hash: 28868d0639f97af51638f82b8e221b5b commit: 475df9d48f7f1c01486c3df5e1394ef367f87337 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Mar 1 19:48:57 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Mar 1 22:11:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475df9d4 media-gfx/asymptote: remove unused file Closes: https://github.com/gentoo/gentoo/pull/19724 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> media-gfx/asymptote/files/asy-ftd.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/media-gfx/asymptote/files/asy-ftd.vim b/media-gfx/asymptote/files/asy-ftd.vim deleted file mode 100644 index 0f5e3957900..00000000000 --- a/media-gfx/asymptote/files/asy-ftd.vim +++ /dev/null @@ -1,2 +0,0 @@ -au BufNewFile,BufRead *.asy setf asy -filetype plugin on