Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/gnupg/
Date: Mon, 31 Oct 2016 04:23:31
Message-Id: 1477887765.5a8f9a3d8fceb62d2960da047f23741705b0637e.radhermit@gentoo
1 commit: 5a8f9a3d8fceb62d2960da047f23741705b0637e
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 04:22:45 2016 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 04:22:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8f9a3d
7
8 app-vim/gnupg: remove old
9
10 app-vim/gnupg/Manifest | 1 -
11 app-vim/gnupg/gnupg-2.5.ebuild | 28 ----------------------------
12 2 files changed, 29 deletions(-)
13
14 diff --git a/app-vim/gnupg/Manifest b/app-vim/gnupg/Manifest
15 index 8a23e23..32896ff 100644
16 --- a/app-vim/gnupg/Manifest
17 +++ b/app-vim/gnupg/Manifest
18 @@ -1,2 +1 @@
19 -DIST gnupg-2.5.tar.bz2 10149 SHA256 a04219ec0d7d113e4e9de8846388ffe028888e9ea34dbedb38822dfb21f204a4 SHA512 45800bb39cb0a692bc68654e93935008d1fa6a14ce942d87e193f65d243796e159a4624013b1e98204ce8e99ab6a6588c9ea9db20b99f12e102b4733e178f78d WHIRLPOOL 3f6aa257057038cfe51b1319028e554f11b19c0bd269ae303894993cbe262167ff843c373f60cf3bdbd7b1fe23cd74ef4b8d402135fe60aa8a1e5146f29965ac
20 DIST gnupg-2.6.tar.bz2 12074 SHA256 0c35d9e7026da11e236759b4b6895b7a5e56dce1849a433cc03ac11aa246eeed SHA512 1b7307954aad751006286edebb80767951b9bd9a8eff4c4a57fa6030cb442ceca12730a82c76a2181e1da19cc4cc8be21ccd4f8a21817aedf42785d8ff4b61ac WHIRLPOOL fff1d6bf8d5c54490e76a2dda3600fcab6db1eb3cc15f7baec2e8697f24e43d162c17a92d7e949a1b1148efeae2e40c6c38e3c08bacd2397bd1d86d6cda00e0e
21
22 diff --git a/app-vim/gnupg/gnupg-2.5.ebuild b/app-vim/gnupg/gnupg-2.5.ebuild
23 deleted file mode 100644
24 index f36d764..00000000
25 --- a/app-vim/gnupg/gnupg-2.5.ebuild
26 +++ /dev/null
27 @@ -1,28 +0,0 @@
28 -# Copyright 1999-2013 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -# $Id$
31 -
32 -EAPI=4
33 -
34 -inherit vim-plugin
35 -
36 -DESCRIPTION="vim plugin: transparent editing of gpg encrypted files"
37 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3645"
38 -LICENSE="GPL-2"
39 -KEYWORDS="amd64 ~arm x86"
40 -IUSE=""
41 -
42 -RDEPEND="app-crypt/gnupg"
43 -
44 -VIM_PLUGIN_HELPFILES="${PN}.txt"
45 -
46 -src_prepare() {
47 - # There's good documentation included with the script, but it's not
48 - # in a helpfile. Since there's rather too much information to include
49 - # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc.
50 - mkdir doc
51 - sed -e '/" Section: Plugin header.\+$/,9999d' -e 's/^" \?//' \
52 - -e 's/\(Name:\s\+\)\([^.]\+\)\.vim/\1*\2.txt*/' \
53 - plugin/${PN}.vim \
54 - > doc/${PN}.txt
55 -}