Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/webapi/
Date: Thu, 25 Aug 2016 20:58:33
Message-Id: 1472158676.3706e1f54ebc794adebe0a54a2474113fb06bfbe.monsieurp@gentoo
1 commit: 3706e1f54ebc794adebe0a54a2474113fb06bfbe
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 25 19:57:42 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 20:57:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3706e1f5
7
8 app-vim/webapi: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/webapi/Manifest | 1 -
13 app-vim/webapi/webapi-0.1.ebuild | 17 -----------------
14 2 files changed, 18 deletions(-)
15
16 diff --git a/app-vim/webapi/Manifest b/app-vim/webapi/Manifest
17 index ae3dd30..ccab54f 100644
18 --- a/app-vim/webapi/Manifest
19 +++ b/app-vim/webapi/Manifest
20 @@ -1,2 +1 @@
21 -DIST webapi-0.1.tar.bz2 19686 SHA256 250f51f3dfbffe6b91864429df3cb98b6a5cce64c1d99fdcab0e348de214de6d SHA512 9bc4e34876b19e60cda06d6c4ccb7ca0dbed235b30b2c1407e057170bca40e17d7aa7557a51e4b64cfc16a46acda3d6012d9cdeca5029ce98ac8c8313f708f95 WHIRLPOOL c30767b12c428e98e438f052422ce407787fd0c36b67c4030789b9657c7436384c7764422ffc19c90d0632a5fc9aa7529484796bd54796fa13a99273c537a68a
22 DIST webapi-0.2.tar.bz2 20690 SHA256 ab2c4a6f693e04787ccb9570e22e512cbd0f8011e40b559fb1b728c0f960cc24 SHA512 ca513053c361041bfaeeea11a0bb70c8e6e011985dc5ba801c654f919dd7d94304b6ff475ce49525909b575e7cc0d9233b56cab2326adc6a689e05c5faf4a3da WHIRLPOOL 13f22c36f930ff2d6d507b61b7873a0aaeac9e274606c731355f16229fa98fedaa99aa6b2555d64a91fa7a4e0547a53990433f9c59a36abec328662120460000
23
24 diff --git a/app-vim/webapi/webapi-0.1.ebuild b/app-vim/webapi/webapi-0.1.ebuild
25 deleted file mode 100644
26 index af8f474..00000000
27 --- a/app-vim/webapi/webapi-0.1.ebuild
28 +++ /dev/null
29 @@ -1,17 +0,0 @@
30 -# Copyright 1999-2012 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=4
35 -
36 -inherit vim-plugin
37 -
38 -DESCRIPTION="vim plugin: interface to Web APIs"
39 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4019"
40 -LICENSE="BSD"
41 -KEYWORDS="~amd64 ~x86"
42 -IUSE=""
43 -
44 -RDEPEND="net-misc/curl"
45 -
46 -VIM_PLUGIN_HELPFILES="${PN}.txt"