app-vim/vimagit: remove old
authorTim Harder <radhermit@gentoo.org>
Mon, 13 Jan 2020 03:09:50 +0000 (20:09 -0700)
committerTim Harder <radhermit@gentoo.org>
Mon, 13 Jan 2020 03:10:45 +0000 (20:10 -0700)
Signed-off-by: Tim Harder <radhermit@gentoo.org>
app-vim/vimagit/Manifest
app-vim/vimagit/vimagit-1.7.1.ebuild [deleted file]
app-vim/vimagit/vimagit-1.7.2.ebuild [deleted file]

index 1ac8281d93772af091336080c5ab0e5aeb1bc1d5..0bf10f8662950819d7d4f304d83c8523d71edb54 100644 (file)
@@ -1,3 +1 @@
-DIST vimagit-1.7.1.tar.gz 35302 BLAKE2B e8e46f399ef700d971e61a233af41a3735faf29fe95baa53b6e0888c0b708a1bfcee051bb9afc90348585f3cb3cf9278fe47a1ed17096d956ccecbc45398c4bc SHA512 8ce2959c135da90b880ccdcd66e71661c7908f250d47a24ede025762a6e9422cebcf8fd516bf99e475605f4278e232713c66293781ceb95f47a22031e9260a71
-DIST vimagit-1.7.2.tar.gz 37398 BLAKE2B c7e0a82ebb7a1d1ae5e2c5aa0c6c8f8a2b45fa65a193b6dcd8a97822d4ecb99ba60dd86156390db4de0fb0ce39883e67a1b17157d8c259a0ad6559a52cefbeb2 SHA512 8b825da4b411732db022b1a3f25f6f779ba5e58df5ca4d404e985b16a4811f911c626674f1a7f4a285d78369f4c7ad3a33b7ffa2b50f1a4a94372a3c5fb29a15
 DIST vimagit-1.7.3.tar.gz 42325 BLAKE2B cad2adc5b61dd2abbfa2cdb58c11e293d2a0d03fd5d08c8f4a08140e5bc397ad6949a20b1c4b3076537dcf8b1b4b2f00f0a90ff62dc8a858ff5b37e0e3b257e0 SHA512 bfc0d49892fdb5c5dfc3ca971bc676081ba820420ad358a888299eb5b92e13f185b0acc6c636a493faef3dc10c7a8b56b7dc4393a08cb5b7012619234782b158
diff --git a/app-vim/vimagit/vimagit-1.7.1.ebuild b/app-vim/vimagit/vimagit-1.7.1.ebuild
deleted file mode 100644 (file)
index 1583759..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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"
diff --git a/app-vim/vimagit/vimagit-1.7.2.ebuild b/app-vim/vimagit/vimagit-1.7.2.ebuild
deleted file mode 100644 (file)
index 5e291f7..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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"
-
-src_prepare() {
-       rm _config.yml || die
-       default
-}