summaryrefslogtreecommitdiff
path: root/app-vim
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-11-22 19:11:44 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-11-22 19:11:44 +0000
commitbeb119f5dff9e8a5f0e100d7908d4914be32d5f1 (patch)
tree586f9b94578991c96916a9e815ad55b6916e8c31 /app-vim
parent39491a71570c7834a7de3db3f408ee182ac998f4 (diff)
downloadbaldeagleos-repo-beb119f5dff9e8a5f0e100d7908d4914be32d5f1.tar.gz
baldeagleos-repo-beb119f5dff9e8a5f0e100d7908d4914be32d5f1.tar.xz
baldeagleos-repo-beb119f5dff9e8a5f0e100d7908d4914be32d5f1.zip
Adding metadata
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/voom/Manifest1
-rw-r--r--app-vim/voom/metadata.xml11
-rw-r--r--app-vim/voom/voom-5.3-r1.ebuild25
3 files changed, 0 insertions, 37 deletions
diff --git a/app-vim/voom/Manifest b/app-vim/voom/Manifest
deleted file mode 100644
index 3e05ac3af97d..000000000000
--- a/app-vim/voom/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST voom-5.3.tar.gz 115841 BLAKE2B 6e88c4121b796a75ee623537483ff579acb4de73ff353408381ee64ce708cff1d7f8c45bdbe1e0c9761b5a17dd3aa54b3a0a2cf83873628bd1490e1524962ea2 SHA512 f51f30641d8b3d0ff5cd0d6b31cd1d8a15cb14f20f973ac83b9b5d046b94452e6e4e4ff0b28ce7842aa7f9b656a9dd631297aeae16ea75eea4411d911057873e
diff --git a/app-vim/voom/metadata.xml b/app-vim/voom/metadata.xml
deleted file mode 100644
index 0a23ac180dbe..000000000000
--- a/app-vim/voom/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>vim@gentoo.org</email>
- <name>Gentoo Vim Project</name>
- </maintainer>
-
- <origin>gentoo-staging</origin>
- <stabilize-allarches/>
-</pkgmetadata> \ No newline at end of file
diff --git a/app-vim/voom/voom-5.3-r1.ebuild b/app-vim/voom/voom-5.3-r1.ebuild
deleted file mode 100644
index 00db9fa5dec4..000000000000
--- a/app-vim/voom/voom-5.3-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{10..14} )
-
-inherit python-single-r1 vim-plugin
-
-DESCRIPTION="vim plugin: emulates a two-pane text outliner"
-HOMEPAGE="https://vim-voom.github.io/ https://www.vim.org/scripts/script.php?script_id=2657"
-SRC_URI="https://github.com/vim-voom/VOoM/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="CC0-1.0"
-KEYWORDS="amd64 x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-RDEPEND="${PYTHON_DEPS}
- || (
- app-editors/vim[python,${PYTHON_SINGLE_USEDEP}]
- app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}]
- )"
-
-S=${WORKDIR}/VOoM-${PV}