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/autoalign/
Date: Sun, 03 Jul 2016 11:57:19
Message-Id: 1467545333.2810d0f54133af9e84efda4f6cc2d8f5ef20dbb4.monsieurp@gentoo
1 commit: 2810d0f54133af9e84efda4f6cc2d8f5ef20dbb4
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 11:24:37 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 11:28:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2810d0f5
7
8 app-vim/autoalign: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/autoalign/Manifest | 1 -
13 app-vim/autoalign/autoalign-13.ebuild | 25 -------------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/app-vim/autoalign/Manifest b/app-vim/autoalign/Manifest
17 index 91a4065..31c6bd6 100644
18 --- a/app-vim/autoalign/Manifest
19 +++ b/app-vim/autoalign/Manifest
20 @@ -1,2 +1 @@
21 -DIST autoalign-13.tar.bz2 10091 SHA256 30151a1d22e94d8be919f0ac097ab348830b943d2672db49afccca707f86b058 SHA512 2ea94b97a9a0a5a2f5488e201be3297d29246a348b07d15b3bdd37a8c294cb3c6941b9d70ac0fda143b6fdcda30df6b228309089303f5dafe2bc4cacd7492fff WHIRLPOOL f7dcd193c74f43db8a9eabbcd200dcf4d9004a3b33d52293e58d17aa707bdc18b8a5a25bdf0a3e149c55806591eefc23b4bc6af1bc0426e97d910ef4ec30d6ea
22 DIST autoalign-14.tar.xz 13400 SHA256 7de8566fad877554b83e5c268aa7796d20a32c7b211fe01eb11ac35ee4bf3536 SHA512 40107b8e12c4190c4f31c740d9b7615eb0836f4d159e6071526de768e6f7726849cb0cd93af8674aff7d6cfecc1b7f27d5b894628f426c51941bb914b92944f2 WHIRLPOOL d7db1aacc8068bcc6874721aa1547797551a0b5300fc9ec31cb091cc858a8105aa4feb14c9edb4ad4a592b3b98600ebdf88226622d189cd2849e7fd2a18efb8c
23
24 diff --git a/app-vim/autoalign/autoalign-13.ebuild b/app-vim/autoalign/autoalign-13.ebuild
25 deleted file mode 100644
26 index 09fa0d6..0000000
27 --- a/app-vim/autoalign/autoalign-13.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2011 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -inherit vim-plugin
35 -
36 -DESCRIPTION="vim plugin: automatically align bib, c, c++, tex and vim code"
37 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=884"
38 -LICENSE="vim"
39 -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
40 -IUSE=""
41 -
42 -RDEPEND=">=app-vim/align-30
43 - >=app-vim/cecutil-4"
44 -
45 -VIM_PLUGIN_HELPFILES="autoalign"
46 -VIM_PLUGIN_MESSAGES="filetype"
47 -
48 -src_unpack() {
49 - unpack ${A}
50 - cd "${S}"
51 - # Don't use the cecutil.vim included in the tarball, use the one
52 - # provided by app-vim/cecutil instead.
53 - rm plugin/cecutil.vim
54 -}