summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-08-24 22:07:41 -0400
committerTim Harder <radhermit@gentoo.org>2015-08-24 22:07:41 -0400
commit5693c59c7f7308ef984cfba8853ed27a98d2264f (patch)
treeee526a2c199cc50c8d2b621e541c3942fbaf05a0 /app-vim
parentapp-vim/tcomment: version bump (diff)
downloadgentoo-5693c59c7f7308ef984cfba8853ed27a98d2264f.tar.gz
gentoo-5693c59c7f7308ef984cfba8853ed27a98d2264f.tar.bz2
gentoo-5693c59c7f7308ef984cfba8853ed27a98d2264f.zip
app-vim/tcomment: remove old
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/tcomment/Manifest1
-rw-r--r--app-vim/tcomment/tcomment-3.04.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/app-vim/tcomment/Manifest b/app-vim/tcomment/Manifest
index 6e20b0c1c4cd..5297651728b0 100644
--- a/app-vim/tcomment/Manifest
+++ b/app-vim/tcomment/Manifest
@@ -1,3 +1,2 @@
-DIST tcomment-3.04.tar.gz 36010 SHA256 5bf571b2753fae513c4adc0726274b2094ae5fb0071a9cb634cf0309685a2cbb SHA512 b9fc84ea606b97ae5679ae1b695c9c06cf533d945391fd8ffe55411784334285be5c9d01e672679890b5fe7e1ac7dcb0140389e36c9e9d70b26b394ceae1b371 WHIRLPOOL 7193b298642392554ada0e3004df530b0ada23fb3e72c1d3b2d4cbff34198204c27b7b20777a829701d25d623306d7638da3743468d91959b2361c4f2066ba4e
DIST tcomment-3.06.tar.gz 37691 SHA256 5a12cb8da962758f6635d328cde0421f4e34e4cffa99503f259f7939127ae690 SHA512 f26310d69e9a81f85e0270ca6a85b86c9ad841fbff98a0ea06134209d82f7f33298a7d7e07e641c5fde1c01a59a52fdfd8f5d649665d73f07a4ed42b1b41ca92 WHIRLPOOL 3531681fefe140911e7cb1683ba8b1969f328cd8658bfda57a659a66ded56dba05910daa4c097e9d10d6b101adcc9757858e69ea3d14eca48c3818ba31b575dc
DIST tcomment-3.07.tar.gz 37827 SHA256 85f33774ebe7357600472520fb7ea48bfec8998a26f74b4e00e923f8aea2b711 SHA512 e18bc85d0ad263842109f83a34b14c4a167ae31c3c29310fdc8c586eef53949525d675f54d9b5d744a1248ab64b4881064923aef73e09beebabc29ca9bbfe18d WHIRLPOOL 7645fca39f6b2fe4cca43d9df3f7be8057ad10aa18d36e24bd5313612fe93bcf3c105580655a4842b00b9c90dc670dc3aa54ea56439931b7ccbed5b038b15e18
diff --git a/app-vim/tcomment/tcomment-3.04.ebuild b/app-vim/tcomment/tcomment-3.04.ebuild
deleted file mode 100644
index 1321bbc6388b..000000000000
--- a/app-vim/tcomment/tcomment-3.04.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit vim-plugin
-
-MY_PN="tcomment_vim"
-DESCRIPTION="vim plugin: an extensible and universal comment toggler"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1173 https://github.com/tomtom/tcomment_vim"
-SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_prepare() {
- rm -r README spec addon* || die
-}