From efca79f216bfeffd55e7731fbf24126d093e1084 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 15 Sep 2023 04:49:10 +0100 Subject: gentoo auto-resync : 15:09:2023 - 04:49:10 --- app-vim/vimagit/Manifest | 3 +-- app-vim/vimagit/vimagit-1.7.3.ebuild | 17 +++++++---------- app-vim/vimagit/vimagit-9999.ebuild | 22 ---------------------- 3 files changed, 8 insertions(+), 34 deletions(-) delete mode 100644 app-vim/vimagit/vimagit-9999.ebuild (limited to 'app-vim/vimagit') diff --git a/app-vim/vimagit/Manifest b/app-vim/vimagit/Manifest index 1fd8fa8eb6c5..608e19757663 100644 --- a/app-vim/vimagit/Manifest +++ b/app-vim/vimagit/Manifest @@ -1,4 +1,3 @@ DIST vimagit-1.7.3.tar.gz 42325 BLAKE2B cad2adc5b61dd2abbfa2cdb58c11e293d2a0d03fd5d08c8f4a08140e5bc397ad6949a20b1c4b3076537dcf8b1b4b2f00f0a90ff62dc8a858ff5b37e0e3b257e0 SHA512 bfc0d49892fdb5c5dfc3ca971bc676081ba820420ad358a888299eb5b92e13f185b0acc6c636a493faef3dc10c7a8b56b7dc4393a08cb5b7012619234782b158 -EBUILD vimagit-1.7.3.ebuild 555 BLAKE2B abe58d38355dfc6070ca926ee670cc0db9586cb78caf2574198ce1190cba3eafed19084ea799b9e8668d9eded62009b15e4d6c78053fedf33fdbf2f935c5ce50 SHA512 0dcf84f52e898a6a4bbbabdcc6dbbc85de4eeb1657625ae27055e5420eec2cd954409bf431a76a32ba3258e742f0fd287541036232e5285182082db0f26957bb -EBUILD vimagit-9999.ebuild 555 BLAKE2B abe58d38355dfc6070ca926ee670cc0db9586cb78caf2574198ce1190cba3eafed19084ea799b9e8668d9eded62009b15e4d6c78053fedf33fdbf2f935c5ce50 SHA512 0dcf84f52e898a6a4bbbabdcc6dbbc85de4eeb1657625ae27055e5420eec2cd954409bf431a76a32ba3258e742f0fd287541036232e5285182082db0f26957bb +EBUILD vimagit-1.7.3.ebuild 443 BLAKE2B e0b1121ed15c67f3f1ddaedb98e5373a81607f8e5690a8eb9d1668bbb3d30e4a80d81cdcc516e3e4c5245d460ed645f2035a55c8616ad8281d665288c64c3bb0 SHA512 b72ffc36d8e5817b4e0b5bbdb92ec62ce63c8966e3aec966e2ff15dbfc1780232c575e540e4df14a778bdd1b4533fe23dc5f61881135713c23871c37e4fff57c MISC metadata.xml 341 BLAKE2B 91b9d5cf2b4855e00a5bb5edc44ddba7c200796d4b4e65fece75b93de985adb3afbf4db3fd09ca8bb35ea04828a247ace86a6220132a55e87ba05826b1d5f47a SHA512 3a6d13cb21772ec983edd6ee31b07c9a7825622336c134491fa2ab0e556b952f95b942a7b165527fab5515a99224ba5c8b06da2f9d85779b134b046c52831d81 diff --git a/app-vim/vimagit/vimagit-1.7.3.ebuild b/app-vim/vimagit/vimagit-1.7.3.ebuild index b62d380b1309..fbf952912166 100644 --- a/app-vim/vimagit/vimagit-1.7.3.ebuild +++ b/app-vim/vimagit/vimagit-1.7.3.ebuild @@ -1,20 +1,17 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit vim-plugin +EAPI=8 -if [[ ${PV} == 9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/jreybert/vimagit.git" -else - SRC_URI="https://github.com/jreybert/vimagit/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi +inherit vim-plugin DESCRIPTION="vim plugin: ease your git workflow within vim" HOMEPAGE="https://github.com/jreybert/vimagit" +SRC_URI="https://github.com/jreybert/vimagit/archive/${PV}.tar.gz -> ${P}.tar.gz" + LICENSE="vim" +KEYWORDS="~amd64 ~x86" + VIM_PLUGIN_HELPFILES="${PN}" RDEPEND="dev-vcs/git" diff --git a/app-vim/vimagit/vimagit-9999.ebuild b/app-vim/vimagit/vimagit-9999.ebuild deleted file mode 100644 index b62d380b1309..000000000000 --- a/app-vim/vimagit/vimagit-9999.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit vim-plugin - -if [[ ${PV} == 9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/jreybert/vimagit.git" -else - SRC_URI="https://github.com/jreybert/vimagit/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="vim plugin: ease your git workflow within vim" -HOMEPAGE="https://github.com/jreybert/vimagit" -LICENSE="vim" -VIM_PLUGIN_HELPFILES="${PN}" - -RDEPEND="dev-vcs/git" - -DOCS=( README.md Changelog ) -- cgit v1.2.3