diff options
author | 2016-08-25 21:57:42 +0200 | |
---|---|---|
committer | 2016-08-25 22:57:56 +0200 | |
commit | 3706e1f54ebc794adebe0a54a2474113fb06bfbe (patch) | |
tree | 116f51bb7e0485716a5fdda21010b182dc85c079 /app-vim/webapi | |
parent | app-vim/webapi: Stable for amd64. Retroactively mark stable for the remaining... (diff) | |
download | gentoo-3706e1f54ebc794adebe0a54a2474113fb06bfbe.tar.gz gentoo-3706e1f54ebc794adebe0a54a2474113fb06bfbe.tar.bz2 gentoo-3706e1f54ebc794adebe0a54a2474113fb06bfbe.zip |
app-vim/webapi: Clean up old.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim/webapi')
-rw-r--r-- | app-vim/webapi/Manifest | 1 | ||||
-rw-r--r-- | app-vim/webapi/webapi-0.1.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/app-vim/webapi/Manifest b/app-vim/webapi/Manifest index ae3dd3053fc3..ccab54fb9ea8 100644 --- a/app-vim/webapi/Manifest +++ b/app-vim/webapi/Manifest @@ -1,2 +1 @@ -DIST webapi-0.1.tar.bz2 19686 SHA256 250f51f3dfbffe6b91864429df3cb98b6a5cce64c1d99fdcab0e348de214de6d SHA512 9bc4e34876b19e60cda06d6c4ccb7ca0dbed235b30b2c1407e057170bca40e17d7aa7557a51e4b64cfc16a46acda3d6012d9cdeca5029ce98ac8c8313f708f95 WHIRLPOOL c30767b12c428e98e438f052422ce407787fd0c36b67c4030789b9657c7436384c7764422ffc19c90d0632a5fc9aa7529484796bd54796fa13a99273c537a68a DIST webapi-0.2.tar.bz2 20690 SHA256 ab2c4a6f693e04787ccb9570e22e512cbd0f8011e40b559fb1b728c0f960cc24 SHA512 ca513053c361041bfaeeea11a0bb70c8e6e011985dc5ba801c654f919dd7d94304b6ff475ce49525909b575e7cc0d9233b56cab2326adc6a689e05c5faf4a3da WHIRLPOOL 13f22c36f930ff2d6d507b61b7873a0aaeac9e274606c731355f16229fa98fedaa99aa6b2555d64a91fa7a4e0547a53990433f9c59a36abec328662120460000 diff --git a/app-vim/webapi/webapi-0.1.ebuild b/app-vim/webapi/webapi-0.1.ebuild deleted file mode 100644 index af8f47402259..000000000000 --- a/app-vim/webapi/webapi-0.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit vim-plugin - -DESCRIPTION="vim plugin: interface to Web APIs" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4019" -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="net-misc/curl" - -VIM_PLUGIN_HELPFILES="${PN}.txt" |