summaryrefslogtreecommitdiff
path: root/app-vim/phpdocs
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-vim/phpdocs
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'app-vim/phpdocs')
-rw-r--r--app-vim/phpdocs/Manifest1
-rw-r--r--app-vim/phpdocs/metadata.xml12
-rw-r--r--app-vim/phpdocs/phpdocs-0.26-r2.ebuild19
3 files changed, 0 insertions, 32 deletions
diff --git a/app-vim/phpdocs/Manifest b/app-vim/phpdocs/Manifest
deleted file mode 100644
index e0231d9a0480..000000000000
--- a/app-vim/phpdocs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST phpdocs-0.26.tar.bz2 3772 BLAKE2B e14b0a2ddce2ab375adf845e06f9d760bb09611a930d5a2988d1e33bcf2d2890c5be81b1d148f48d8fc96a87b871a19abdb1223a00a13b611b6ba2dbc62d44fe SHA512 625717ce5e8cfe8ee6fb76611df28838f6bdf54905af138dccf6e2870c29c36f6c618872d81990833c06d30ab3f010445d2d31fb4173eb8b245113f8b5c87bcc
diff --git a/app-vim/phpdocs/metadata.xml b/app-vim/phpdocs/metadata.xml
deleted file mode 100644
index 76418b77a667..000000000000
--- a/app-vim/phpdocs/metadata.xml
+++ /dev/null
@@ -1,12 +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="vim">520</remote-id>
- </upstream>
- <stabilize-allarches/>
-</pkgmetadata>
diff --git a/app-vim/phpdocs/phpdocs-0.26-r2.ebuild b/app-vim/phpdocs/phpdocs-0.26-r2.ebuild
deleted file mode 100644
index d67fa021c6ac..000000000000
--- a/app-vim/phpdocs/phpdocs-0.26-r2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: PHPDoc Support in VIM"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=520"
-
-LICENSE="vim"
-KEYWORDS="amd64 ppc ~sparc x86"
-
-VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=520"
-
-src_prepare() {
- default
- sed -i 's/\r$//' "${S}"/plugin/phpdoc.vim || die "sed failed"
-}