summaryrefslogtreecommitdiff
path: root/app-vim/vim-commentary
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/vim-commentary
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/vim-commentary')
-rw-r--r--app-vim/vim-commentary/Manifest3
-rw-r--r--app-vim/vim-commentary/metadata.xml11
-rw-r--r--app-vim/vim-commentary/vim-commentary-1.3_p20180530.ebuild16
3 files changed, 0 insertions, 30 deletions
diff --git a/app-vim/vim-commentary/Manifest b/app-vim/vim-commentary/Manifest
deleted file mode 100644
index 5c7ed952dfd6..000000000000
--- a/app-vim/vim-commentary/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST vim-commentary-1.3_p20180530.tar.gz 3062 BLAKE2B 72018b6e84313a5c7f44b994f1892724155bcecb14f3142d83a5b10ba8e8b813859bf3af660ebea840c196a6c9bd40c6daccfcdbfef47967be83a19201b65ce0 SHA512 a2aa9db16f12006842aaa61b69c1279bca046f840de9342cb0a3d0af7fc7a5bf0905ea87762f7519e858d4e04d4fea8b0e4efca7d4bc346ce2c5b76fa78d321f
-EBUILD vim-commentary-1.3_p20180530.ebuild 441 BLAKE2B 41fc32d94bcd6f499ddac3f730f845fedeb5cd6ae7525c679b6d7adf4151a5761a05e01c66c79b466f216f6f2111c1da9df9a86dc7ee53ddea2b3ab170a4cfde SHA512 eecdbab7ab1cbe5d36a9a4515da0566cef11ad273c570a51f425fad8d3b513ad12dc55f414c5ab8c5e1304ebe3673476d4e250cdb0241473e4d9b9332cee73d7
-MISC metadata.xml 334 BLAKE2B 4aa8711aba5240ff427b6b09abe504aabb86d128f3574a7c3c43d0b552300b0f89e6725f0d738c1659d65b6399c29d4cf7e658be8240442735c7fcc2fb7a032d SHA512 31d1c930133ebac9def519a58e99d4e7dc1c7c303cc2ed3866731eaf357e23ceac6b6cf4b37ca67599c743442d353f6bc640ed2a7e8278c7cfaf10b34d50238b
diff --git a/app-vim/vim-commentary/metadata.xml b/app-vim/vim-commentary/metadata.xml
deleted file mode 100644
index 0f541f75ae23..000000000000
--- a/app-vim/vim-commentary/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- <upstream>
- <remote-id type="github">tpope/vim-commentary</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-vim/vim-commentary/vim-commentary-1.3_p20180530.ebuild b/app-vim/vim-commentary/vim-commentary-1.3_p20180530.ebuild
deleted file mode 100644
index a717143cd472..000000000000
--- a/app-vim/vim-commentary/vim-commentary-1.3_p20180530.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin vcs-snapshot
-
-# Commit Date: 30 May 2018
-COMMIT="7f2127b1dfc57811112785985b46ff2289d72334"
-
-DESCRIPTION="vim plugin: comment stuff out"
-HOMEPAGE="https://github.com/tpope/vim-commentary"
-SRC_URI="https://github.com/tpope/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"