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 8976F139696 for ; Tue, 4 Apr 2017 23:09:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11437E0D0B; Tue, 4 Apr 2017 23:09:03 +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 E05FDE0D0B for ; Tue, 4 Apr 2017 23:09:02 +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 079E634168B for ; Tue, 4 Apr 2017 23:09:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCECB73E6 for ; Tue, 4 Apr 2017 23:09:00 +0000 (UTC) From: "Patrice Clement" 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" Message-ID: <1491347303.27d954343b70d3a0a38c1f52f898b165a722d7d8.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/extra-syntax/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/extra-syntax/extra-syntax-4.ebuild X-VCS-Directories: app-vim/extra-syntax/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 27d954343b70d3a0a38c1f52f898b165a722d7d8 X-VCS-Branch: master Date: Tue, 4 Apr 2017 23:09:00 +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: 0d38e828-c0ec-4d92-95ed-b6d1d501e032 X-Archives-Hash: a1e677418a66506a2ab3eaaa8f228fd9 commit: 27d954343b70d3a0a38c1f52f898b165a722d7d8 Author: Patrice Clement gentoo org> AuthorDate: Tue Apr 4 22:52:57 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Apr 4 23:08:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d95434 app-vim/extra-syntax: clean up old. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-vim/extra-syntax/extra-syntax-4.ebuild | 35 ------------------------------ 1 file changed, 35 deletions(-) diff --git a/app-vim/extra-syntax/extra-syntax-4.ebuild b/app-vim/extra-syntax/extra-syntax-4.ebuild deleted file mode 100644 index b235802a86d..00000000000 --- a/app-vim/extra-syntax/extra-syntax-4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit vim-plugin - -DESCRIPTION="vim plugin: metapackage for all extra syntax packages" -HOMEPAGE="http://www.vim.org/" -LICENSE="metapackage" -KEYWORDS="amd64 ~mips ~ppc ppc64 x86" -SRC_URI="" -IUSE="" - -RDEPEND="${RDEPEND} - app-vim/bnf-syntax - app-vim/brainfuck-syntax - app-vim/cfengine-syntax - app-vim/dhcpd-syntax - app-vim/ebnf-syntax - app-vim/eruby-syntax - app-vim/fluxbox-syntax - app-vim/gentoo-syntax - app-vim/gtk-syntax - app-vim/help-extra-syntax - app-vim/nagios-syntax - app-vim/ntp-syntax - app-vim/pam-syntax - app-vim/pgn-syntax - app-vim/selinux-syntax - app-vim/wikipedia-syntax - app-vim/xquery-syntax - app-vim/xsl-syntax" - -src_install() { - : -}