From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BBBBE59CA3 for ; Sun, 13 Mar 2016 18:52:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8CE721C025; Sun, 13 Mar 2016 18:52:17 +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 23C8F21C025 for ; Sun, 13 Mar 2016 18:52:17 +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 B75C7340B3A for ; Sun, 13 Mar 2016 18:52:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BE9984B for ; Sun, 13 Mar 2016 18:52:13 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1457895121.9e83e29f338b97e1e7cb1c453d325cc1e0283117.mrueg@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-2.ebuild app-vim/extra-syntax/extra-syntax-3.ebuild X-VCS-Directories: app-vim/extra-syntax/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 9e83e29f338b97e1e7cb1c453d325cc1e0283117 X-VCS-Branch: master Date: Sun, 13 Mar 2016 18:52:13 +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: c2337ff3-dd2c-4029-bc83-22287a103afd X-Archives-Hash: ad85e0665ceb5b02ea889c0f916ef96c commit: 9e83e29f338b97e1e7cb1c453d325cc1e0283117 Author: Manuel Rüger gentoo org> AuthorDate: Sun Mar 13 18:52:01 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Mar 13 18:52:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e83e29f app-vim/extra-syntax: Remove old Package-Manager: portage-2.2.28 app-vim/extra-syntax/extra-syntax-2.ebuild | 34 ---------------------------- app-vim/extra-syntax/extra-syntax-3.ebuild | 36 ------------------------------ 2 files changed, 70 deletions(-) diff --git a/app-vim/extra-syntax/extra-syntax-2.ebuild b/app-vim/extra-syntax/extra-syntax-2.ebuild deleted file mode 100644 index 9d70896..0000000 --- a/app-vim/extra-syntax/extra-syntax-2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit vim-plugin - -DESCRIPTION="vim plugin: metapackage for all extra syntax packages" -HOMEPAGE="http://www.vim.org/" -LICENSE="metapackage" -KEYWORDS="amd64 ppc64 x86" -SRC_URI="" -IUSE="" - -RDEPEND="${RDEPEND} - app-vim/bnf-syntax - app-vim/brainfuck-syntax - app-vim/cfengine-syntax - app-vim/ebnf-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() { - : -} diff --git a/app-vim/extra-syntax/extra-syntax-3.ebuild b/app-vim/extra-syntax/extra-syntax-3.ebuild deleted file mode 100644 index 3b214cb..0000000 --- a/app-vim/extra-syntax/extra-syntax-3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit vim-plugin - -DESCRIPTION="vim plugin: metapackage for all extra syntax packages" -HOMEPAGE="http://www.vim.org/" -LICENSE="metapackage" -KEYWORDS="~amd64 ~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() { - : -}