diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-06-22 03:19:25 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-06-22 03:19:31 +0500 |
commit | 5317002d673e3a60e1c94472445df4fe1be85f71 (patch) | |
tree | d2fea9e89dc06a2e7e37aa324dadd104d097108d /app-vim | |
parent | app-admin/gentoo_update: fix typo (diff) | |
download | guru-5317002d673e3a60e1c94472445df4fe1be85f71.tar.gz guru-5317002d673e3a60e1c94472445df4fe1be85f71.tar.bz2 guru-5317002d673e3a60e1c94472445df4fe1be85f71.zip |
app-vim/python-syntax: treeclean outdated
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/python-syntax/Manifest | 1 | ||||
-rw-r--r-- | app-vim/python-syntax/metadata.xml | 11 | ||||
-rw-r--r-- | app-vim/python-syntax/python-syntax-20201215.ebuild | 18 |
3 files changed, 0 insertions, 30 deletions
diff --git a/app-vim/python-syntax/Manifest b/app-vim/python-syntax/Manifest deleted file mode 100644 index 4f4dd7f1d..000000000 --- a/app-vim/python-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-syntax-20201215.tar.gz 9734 BLAKE2B df6b33b3df6cb14873e3fc187fc98fcf0233b15ebddc755a5fd462d04c2ef5c4f35f3d73ef25ecd195f50e66ee07f5642c6c653be487c21f81d409bb08545cac SHA512 aac295b292278ac5b6ab65e81ee375f2bdb03342a342108dc0115f8482cea7291741f64103b32ed8873ad1717b5138a572cce74447af474634317c9f87181f6a diff --git a/app-vim/python-syntax/metadata.xml b/app-vim/python-syntax/metadata.xml deleted file mode 100644 index dc696a402..000000000 --- a/app-vim/python-syntax/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>cyber+gentoo@sysrq.in</email> - <name>Anna</name> - </maintainer> - <upstream> - <remote-id type="github">vim-python/python-syntax</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-vim/python-syntax/python-syntax-20201215.ebuild b/app-vim/python-syntax/python-syntax-20201215.ebuild deleted file mode 100644 index 1988df167..000000000 --- a/app-vim/python-syntax/python-syntax-20201215.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -COMMIT="2cc00ba72929ea5f9456a26782db57fb4cc56a65" -DESCRIPTION="vim plugin: Enhanced Python syntax highlighting" -HOMEPAGE="https://github.com/vim-python/python-syntax" -SRC_URI="https://github.com/vim-python/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT}" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" - -VIM_PLUGIN_HELPFILES="python-syntax.txt" -DOCS=( AUTHORS README.md ) |