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/tcomment/
Date: Mon, 29 Feb 2016 02:51:20
Message-Id: 1456713831.7f257f11c1dab8d53e97a68586b7c9d2f5066443.radhermit@gentoo
1 commit: 7f257f11c1dab8d53e97a68586b7c9d2f5066443
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 29 02:43:51 2016 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 29 02:43:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f257f11
7
8 app-vim/tcomment: remove old
9
10 app-vim/tcomment/Manifest | 1 -
11 app-vim/tcomment/tcomment-3.07.ebuild | 22 ----------------------
12 2 files changed, 23 deletions(-)
13
14 diff --git a/app-vim/tcomment/Manifest b/app-vim/tcomment/Manifest
15 index ac0493a..093f228 100644
16 --- a/app-vim/tcomment/Manifest
17 +++ b/app-vim/tcomment/Manifest
18 @@ -1,2 +1 @@
19 -DIST tcomment-3.07.tar.gz 37827 SHA256 85f33774ebe7357600472520fb7ea48bfec8998a26f74b4e00e923f8aea2b711 SHA512 e18bc85d0ad263842109f83a34b14c4a167ae31c3c29310fdc8c586eef53949525d675f54d9b5d744a1248ab64b4881064923aef73e09beebabc29ca9bbfe18d WHIRLPOOL 7645fca39f6b2fe4cca43d9df3f7be8057ad10aa18d36e24bd5313612fe93bcf3c105580655a4842b00b9c90dc670dc3aa54ea56439931b7ccbed5b038b15e18
20 DIST tcomment-3.08.tar.gz 38317 SHA256 4e88509c10dbbb6fdbdf93955c004fa3d44c10536a63e1c3e4348e65454e7256 SHA512 9cb582e4c82334a5752f2a0b5b3e753fc7a4bfd3db76dd8f1ca49938f3f9890b8723476a0c3400f60ff8b358d52bf32fa8497c7b1c6118afd21bb860b2ce6061 WHIRLPOOL 855a4516e0864989bde077fe476778a1f33d60423a6fda1da442c4d0e76e727931d868fdb6fad140535a0398fac15ba555fe71fd418cfefea214b275d0e87404
21
22 diff --git a/app-vim/tcomment/tcomment-3.07.ebuild b/app-vim/tcomment/tcomment-3.07.ebuild
23 deleted file mode 100644
24 index e9fc49f..0000000
25 --- a/app-vim/tcomment/tcomment-3.07.ebuild
26 +++ /dev/null
27 @@ -1,22 +0,0 @@
28 -# Copyright 1999-2015 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -# $Id$
31 -
32 -EAPI=5
33 -
34 -inherit vim-plugin
35 -
36 -MY_PN="tcomment_vim"
37 -DESCRIPTION="vim plugin: an extensible and universal comment toggler"
38 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1173 https://github.com/tomtom/tcomment_vim"
39 -SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 -LICENSE="GPL-3"
41 -KEYWORDS="amd64 x86"
42 -
43 -VIM_PLUGIN_HELPFILES="${PN}.txt"
44 -
45 -S=${WORKDIR}/${MY_PN}-${PV}
46 -
47 -src_prepare() {
48 - rm -r README spec addon* || die
49 -}