summaryrefslogtreecommitdiff
path: root/app-vim/sudoedit
diff options
context:
space:
mode:
authorPalica <palica+gitlab@liguros.net>2020-06-23 22:35:08 +0200
committerPalica <palica+gitlab@liguros.net>2020-06-23 22:35:08 +0200
commitecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch)
treeb89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /app-vim/sudoedit
parent1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff)
downloadbaldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz
baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz
baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip
Updating liguros repo
Diffstat (limited to 'app-vim/sudoedit')
-rw-r--r--app-vim/sudoedit/Manifest1
-rw-r--r--app-vim/sudoedit/metadata.xml12
-rw-r--r--app-vim/sudoedit/sudoedit-0.21.ebuild19
3 files changed, 32 insertions, 0 deletions
diff --git a/app-vim/sudoedit/Manifest b/app-vim/sudoedit/Manifest
new file mode 100644
index 000000000000..a861327bdb7e
--- /dev/null
+++ b/app-vim/sudoedit/Manifest
@@ -0,0 +1 @@
+DIST sudoedit-0.21.tar.bz2 12483 BLAKE2B 52ccec0655cc87433e526d1a430980ad688d673e7485310b88a51673d5ba7af7fabf10a703b7b7d63dd0375eb34c3fbdf44ad709bed9785d608f542d3e8d87de SHA512 60d5fde0ef82c4ccba2b62c75651cb1ed1dfc2a4e2815785dcaf4e515222a4d2bed193cdd8323a742109cb43a4123d27db39776a562b150b93ffdb9beec12d3c
diff --git a/app-vim/sudoedit/metadata.xml b/app-vim/sudoedit/metadata.xml
new file mode 100644
index 000000000000..fea97bd6845a
--- /dev/null
+++ b/app-vim/sudoedit/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://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">chrisbra/SudoEdit.vim</remote-id>
+ </upstream>
+ <origin>gentoo-staging</origin>
+</pkgmetadata>
diff --git a/app-vim/sudoedit/sudoedit-0.21.ebuild b/app-vim/sudoedit/sudoedit-0.21.ebuild
new file mode 100644
index 000000000000..c2dac75eec6a
--- /dev/null
+++ b/app-vim/sudoedit/sudoedit-0.21.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: edit files using sudo or su"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2709 https://github.com/chrisbra/SudoEdit.vim"
+LICENSE="vim"
+KEYWORDS="amd64 x86"
+VIM_PLUGIN_HELPFILES="SudoEdit.txt"
+
+RDEPEND="|| ( app-admin/sudo sys-apps/shadow )"
+
+src_prepare() {
+ # remove unused windows related files
+ rm autoload/{sudo.cmd,SudoEdit.vbs} || die
+}