summaryrefslogtreecommitdiff
path: root/app-vim/detectindent
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-vim/detectindent
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/detectindent')
-rw-r--r--app-vim/detectindent/Manifest3
-rw-r--r--app-vim/detectindent/detectindent-1.0_p20150908.ebuild21
-rw-r--r--app-vim/detectindent/metadata.xml15
3 files changed, 0 insertions, 39 deletions
diff --git a/app-vim/detectindent/Manifest b/app-vim/detectindent/Manifest
deleted file mode 100644
index d4e9d201ff02..000000000000
--- a/app-vim/detectindent/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST detectindent-1.0_p20150908.tar.xz 2788 BLAKE2B fbf27c3d9cbe3c92f96c9ed094cd72a24db948a1eb8abadb5ee3c86c3c118c409ffc02bee5806134e9b217361b9af44a773c6f91c3996a7ab54c7fda6f1341ce SHA512 d828d04871e6eeeaa11c109e137fbe70a3b7fa265f569e45d77b8b185f380a200b009aa0a2f0825afdbf344b12d7b8922050c4788decadcb7640bbe3fe9ca8de
-EBUILD detectindent-1.0_p20150908.ebuild 513 BLAKE2B c1b9f7d9ca299aedf5e32c8126eb931750121e3e96eb4cdd37f476461c0ae0902cf2f49dfbd7022a08c6c08a7d47cd2f03d252dfff68f195c72411d6bd6fd77c SHA512 243929e04d24e04d23a37bf1e4aeb7257cd73b6cbdbd45c9a88817be9938d8fec3332b7a9a0abee5224e8c11281222b91f4f2b5e5466c7b7622b7a3c637acf73
-MISC metadata.xml 481 BLAKE2B 5220c1a9da2e3f78bb0aafdbb2e3694374ae1158a9051110742e68e43bf22417bf5f51bc09dc06b402e89e4296c67df260825c1deaeda17eafc1c3618799bdfd SHA512 b4dfde13c17bb38d66031284c72288648992cf1157bb253c7cae53ad179d097ee05fde55333b9ac660e748298ab84b767976c5c8bb03a0defb7e37a5087031b2
diff --git a/app-vim/detectindent/detectindent-1.0_p20150908.ebuild b/app-vim/detectindent/detectindent-1.0_p20150908.ebuild
deleted file mode 100644
index 232c7a61e1a8..000000000000
--- a/app-vim/detectindent/detectindent-1.0_p20150908.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: automatically detect file indent settings"
-HOMEPAGE="https://github.com/ciaranm/detectindent"
-LICENSE="vim"
-KEYWORDS="amd64 hppa ~mips ppc sparc x86"
-IUSE=""
-
-if [[ ${PV} != 9999* ]] ; then
- SRC_URI="mirror://gentoo/${P}.tar.xz
- https://dev.gentoo.org/~chutzpah/vim/${P}.tar.xz"
-fi
-
-DEPEND="app-arch/xz-utils"
-
-VIM_PLUGIN_HELPFILES="detectindent.txt"
diff --git a/app-vim/detectindent/metadata.xml b/app-vim/detectindent/metadata.xml
deleted file mode 100644
index 34279beb870e..000000000000
--- a/app-vim/detectindent/metadata.xml
+++ /dev/null
@@ -1,15 +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>
- <longdescription lang="en">
- Vim plugin which automatically detects indent settings for files which
- do not have modelines.
- </longdescription>
- <upstream>
- <remote-id type="github">ciaranm/detectindent</remote-id>
- </upstream>
-</pkgmetadata>