From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0BC641388C0 for ; Mon, 29 Feb 2016 02:51:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36A5F21C006; Mon, 29 Feb 2016 02:51:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3BBAE0804 for ; Mon, 29 Feb 2016 02:51:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD5D6340894 for ; Mon, 29 Feb 2016 02:51:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B40A1CEB for ; Mon, 29 Feb 2016 02:51:12 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1456713831.7f257f11c1dab8d53e97a68586b7c9d2f5066443.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/tcomment/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/tcomment/Manifest app-vim/tcomment/tcomment-3.07.ebuild X-VCS-Directories: app-vim/tcomment/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 7f257f11c1dab8d53e97a68586b7c9d2f5066443 X-VCS-Branch: master Date: Mon, 29 Feb 2016 02:51:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 083e6cab-d554-483a-9be2-771968340a84 X-Archives-Hash: f87965e865e2419e0c660cb65849edef commit: 7f257f11c1dab8d53e97a68586b7c9d2f5066443 Author: Tim Harder gentoo org> AuthorDate: Mon Feb 29 02:43:51 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Mon Feb 29 02:43:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f257f11 app-vim/tcomment: remove old app-vim/tcomment/Manifest | 1 - app-vim/tcomment/tcomment-3.07.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/app-vim/tcomment/Manifest b/app-vim/tcomment/Manifest index ac0493a..093f228 100644 --- a/app-vim/tcomment/Manifest +++ b/app-vim/tcomment/Manifest @@ -1,2 +1 @@ -DIST tcomment-3.07.tar.gz 37827 SHA256 85f33774ebe7357600472520fb7ea48bfec8998a26f74b4e00e923f8aea2b711 SHA512 e18bc85d0ad263842109f83a34b14c4a167ae31c3c29310fdc8c586eef53949525d675f54d9b5d744a1248ab64b4881064923aef73e09beebabc29ca9bbfe18d WHIRLPOOL 7645fca39f6b2fe4cca43d9df3f7be8057ad10aa18d36e24bd5313612fe93bcf3c105580655a4842b00b9c90dc670dc3aa54ea56439931b7ccbed5b038b15e18 DIST tcomment-3.08.tar.gz 38317 SHA256 4e88509c10dbbb6fdbdf93955c004fa3d44c10536a63e1c3e4348e65454e7256 SHA512 9cb582e4c82334a5752f2a0b5b3e753fc7a4bfd3db76dd8f1ca49938f3f9890b8723476a0c3400f60ff8b358d52bf32fa8497c7b1c6118afd21bb860b2ce6061 WHIRLPOOL 855a4516e0864989bde077fe476778a1f33d60423a6fda1da442c4d0e76e727931d868fdb6fad140535a0398fac15ba555fe71fd418cfefea214b275d0e87404 diff --git a/app-vim/tcomment/tcomment-3.07.ebuild b/app-vim/tcomment/tcomment-3.07.ebuild deleted file mode 100644 index e9fc49f..0000000 --- a/app-vim/tcomment/tcomment-3.07.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2015 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 -}