From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-975379-garchives=archives.gentoo.org@lists.gentoo.org>
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 93EC61396D0
	for <garchives@archives.gentoo.org>; Thu, 28 Sep 2017 09:31:59 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6BF2E2BC007;
	Thu, 28 Sep 2017 09:31:58 +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 49C672BC002
	for <gentoo-commits@lists.gentoo.org>; Thu, 28 Sep 2017 09:31:58 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 F21F33416FA
	for <gentoo-commits@lists.gentoo.org>; Thu, 28 Sep 2017 09:31:56 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 88ED99094
	for <gentoo-commits@lists.gentoo.org>; Thu, 28 Sep 2017 09:31:55 +0000 (UTC)
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" <monsieurp@gentoo.org>
Message-ID: <1506591111.329b9cc399a59af02b707054d6edb3a85c9f2d9b.monsieurp@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/ntp-syntax/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-vim/ntp-syntax/ntp-syntax-20031001.ebuild
X-VCS-Directories: app-vim/ntp-syntax/
X-VCS-Committer: monsieurp
X-VCS-Committer-Name: Patrice Clement
X-VCS-Revision: 329b9cc399a59af02b707054d6edb3a85c9f2d9b
X-VCS-Branch: master
Date: Thu, 28 Sep 2017 09:31:55 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: b732dab3-88d7-493e-9a3e-078b46456eae
X-Archives-Hash: 0db7a532d4d771099182d781b69e8af2

commit:     329b9cc399a59af02b707054d6edb3a85c9f2d9b
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 09:31:30 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 09:31:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=329b9cc3

app-vim/ntp-syntax: clean up old.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 app-vim/ntp-syntax/ntp-syntax-20031001.ebuild | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/app-vim/ntp-syntax/ntp-syntax-20031001.ebuild b/app-vim/ntp-syntax/ntp-syntax-20031001.ebuild
deleted file mode 100644
index f6423199737..00000000000
--- a/app-vim/ntp-syntax/ntp-syntax-20031001.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: ntp.conf syntax highlighting"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=778"
-
-LICENSE="vim"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides syntax highlighting for ntp.conf files."