summaryrefslogtreecommitdiff
path: root/app-vim/undotree
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-vim/undotree
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'app-vim/undotree')
-rw-r--r--app-vim/undotree/Manifest1
-rw-r--r--app-vim/undotree/metadata.xml13
-rw-r--r--app-vim/undotree/undotree-6.1.ebuild14
3 files changed, 0 insertions, 28 deletions
diff --git a/app-vim/undotree/Manifest b/app-vim/undotree/Manifest
deleted file mode 100644
index d7f69a51c6d5..000000000000
--- a/app-vim/undotree/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST undotree-6.1.tar.gz 18489 BLAKE2B 4570dbfd8f4f03e51bfb59587872993fed01d7e572dc517255c663ddfb3df8be04a5a7232175998889fea032faaf47f7eb6a9be6bbc46d1e644be1370ae54da5 SHA512 ed2831fee148b6a0cb78ea528db9b6a217da67fb74d95e00034671ecd7d0bef397077a7e96c29697d372a2bd1d0a6865e210cece57c4cccd97a0cf3e0b486ec2
diff --git a/app-vim/undotree/metadata.xml b/app-vim/undotree/metadata.xml
deleted file mode 100644
index 732441d44ecc..000000000000
--- a/app-vim/undotree/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://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">mbbill/undotree</remote-id>
- <remote-id type="vim">4177</remote-id>
- </upstream>
- <stabilize-allarches/>
-</pkgmetadata>
diff --git a/app-vim/undotree/undotree-6.1.ebuild b/app-vim/undotree/undotree-6.1.ebuild
deleted file mode 100644
index 4dce1b65976a..000000000000
--- a/app-vim/undotree/undotree-6.1.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit vim-plugin vcs-snapshot
-
-DESCRIPTION="vim plugin: display your undo history in a graph"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177
- https://github.com/mbbill/undotree"
-SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="amd64 x86"