summaryrefslogtreecommitdiff
path: root/app-vim/webapi
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /app-vim/webapi
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'app-vim/webapi')
-rw-r--r--app-vim/webapi/Manifest1
-rw-r--r--app-vim/webapi/metadata.xml10
-rw-r--r--app-vim/webapi/webapi-0.3-r1.ebuild18
3 files changed, 0 insertions, 29 deletions
diff --git a/app-vim/webapi/Manifest b/app-vim/webapi/Manifest
deleted file mode 100644
index 17d5f238d413..000000000000
--- a/app-vim/webapi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST webapi-0.3.tar.gz 26388 BLAKE2B 878e9f760f9940b81647359fb8779d6386b4bd2d2190c77f2ef886a12a6d293f6f0e5829e05fe98e0c842cb927186f9e4a02dcddcdfe99d5e13d52ae43e7f775 SHA512 215516872a32f8d967a9bff6d13916d6571399184728c422babf486152fc4c3f57aa4a7fa7591d7205d4b2dd99138c36796d1f2d186d494d74cf5dd2fa7cdec8
diff --git a/app-vim/webapi/metadata.xml b/app-vim/webapi/metadata.xml
deleted file mode 100644
index f7978a1525fa..000000000000
--- a/app-vim/webapi/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>vim@gentoo.org</email>
- <name>Gentoo Vim Project</name>
- </maintainer>
- <stabilize-allarches />
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/app-vim/webapi/webapi-0.3-r1.ebuild b/app-vim/webapi/webapi-0.3-r1.ebuild
deleted file mode 100644
index 67052a4b99f6..000000000000
--- a/app-vim/webapi/webapi-0.3-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: interface to Web APIs"
-HOMEPAGE="https://github.com/mattn/webapi-vim"
-SRC_URI="https://github.com/mattn/${PN}-vim/archive/${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-vim-${PV}"
-
-LICENSE="BSD"
-KEYWORDS="amd64 x86 ~x64-macos"
-
-RDEPEND="net-misc/curl"
-
-src_compile() { :; }