diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
commit | d87262dd706fec50cd150aab3e93883b6337466d (patch) | |
tree | 246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-vim/extra-syntax | |
parent | 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/extra-syntax')
-rw-r--r-- | app-vim/extra-syntax/Manifest | 2 | ||||
-rw-r--r-- | app-vim/extra-syntax/extra-syntax-4-r2.ebuild | 37 | ||||
-rw-r--r-- | app-vim/extra-syntax/metadata.xml | 8 |
3 files changed, 0 insertions, 47 deletions
diff --git a/app-vim/extra-syntax/Manifest b/app-vim/extra-syntax/Manifest deleted file mode 100644 index dc58fcfd7c1f..000000000000 --- a/app-vim/extra-syntax/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD extra-syntax-4-r2.ebuild 763 BLAKE2B c626825376942ad8b54427dba933ef2984427e7274620c9d430e02498561ffde05f1cda9ec3c02f90b046340b2b36e99d5219fd98a7ddb9e5cc33a9666c06161 SHA512 ced8f80f55f5a1cd2baede670fe903e9f0b35a29af0ac33ae2b21dc60cc7d0fbd9bbef72ab334c8fdd9656f098036866365f3e29a7d0eb6feb0492a4bdfafefe -MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7 diff --git a/app-vim/extra-syntax/extra-syntax-4-r2.ebuild b/app-vim/extra-syntax/extra-syntax-4-r2.ebuild deleted file mode 100644 index 9bd35da4565e..000000000000 --- a/app-vim/extra-syntax/extra-syntax-4-r2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="vim plugin: metapackage for all extra syntax packages" -HOMEPAGE="https://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/pgn-syntax - app-vim/selinux-syntax - app-vim/wikipedia-syntax - app-vim/xquery-syntax - app-vim/xsl-syntax" - -S="${WORKDIR}" - -src_install() { :; } diff --git a/app-vim/extra-syntax/metadata.xml b/app-vim/extra-syntax/metadata.xml deleted file mode 100644 index 5c000c763084..000000000000 --- a/app-vim/extra-syntax/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> -</pkgmetadata> |