summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-12-24 09:30:22 +0100
committerPatrice Clement <monsieurp@gentoo.org>2018-12-31 16:55:23 +0100
commitea3dfb9fe80accfea0888f6e07ca89a9ee4907f2 (patch)
tree490a68637777eae70223e3d3303c0851fc244d42
parentapp-vim/webapi: stable for amd64+x86. (diff)
downloadgentoo-ea3dfb9f.tar.gz
gentoo-ea3dfb9f.tar.bz2
gentoo-ea3dfb9f.zip
app-vim/webapi: clean up old.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--app-vim/webapi/Manifest1
-rw-r--r--app-vim/webapi/webapi-0.2.ebuild14
2 files changed, 0 insertions, 15 deletions
diff --git a/app-vim/webapi/Manifest b/app-vim/webapi/Manifest
index 7b3249b6689e..17d5f238d413 100644
--- a/app-vim/webapi/Manifest
+++ b/app-vim/webapi/Manifest
@@ -1,2 +1 @@
-DIST webapi-0.2.tar.bz2 20690 BLAKE2B 5438a88c94f77cbe5ce2a79b11c4da31199cc071b35a22fc78b01c9f4c1195d830353639ca05d3c95182fe3ae5c177cddec9d6acd0b2de198a3f77de5e1ad92f SHA512 ca513053c361041bfaeeea11a0bb70c8e6e011985dc5ba801c654f919dd7d94304b6ff475ce49525909b575e7cc0d9233b56cab2326adc6a689e05c5faf4a3da
DIST webapi-0.3.tar.gz 26388 BLAKE2B 878e9f760f9940b81647359fb8779d6386b4bd2d2190c77f2ef886a12a6d293f6f0e5829e05fe98e0c842cb927186f9e4a02dcddcdfe99d5e13d52ae43e7f775 SHA512 215516872a32f8d967a9bff6d13916d6571399184728c422babf486152fc4c3f57aa4a7fa7591d7205d4b2dd99138c36796d1f2d186d494d74cf5dd2fa7cdec8
diff --git a/app-vim/webapi/webapi-0.2.ebuild b/app-vim/webapi/webapi-0.2.ebuild
deleted file mode 100644
index 220b40e270c5..000000000000
--- a/app-vim/webapi/webapi-0.2.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: interface to Web APIs"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4019"
-LICENSE="BSD"
-KEYWORDS="amd64 x86 ~x64-macos"
-IUSE=""
-
-RDEPEND="net-misc/curl"