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 0F03659CA5 for ; Sun, 13 Mar 2016 18:49:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 859E921C016; Sun, 13 Mar 2016 18:49:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4E2321C016 for ; Sun, 13 Mar 2016 18:49:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1439340B3B for ; Sun, 13 Mar 2016 18:49:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 193D984E for ; Sun, 13 Mar 2016 18:49:27 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1457894953.c9cf796a792c403f9c97140d3c9a472e5001c70d.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/neocomplcache/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/neocomplcache/Manifest app-vim/neocomplcache/neocomplcache-6.1.ebuild X-VCS-Directories: app-vim/neocomplcache/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: c9cf796a792c403f9c97140d3c9a472e5001c70d X-VCS-Branch: master Date: Sun, 13 Mar 2016 18:49:27 +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: bcfb2aa1-3b50-4f02-9163-3e94538d4c92 X-Archives-Hash: c1756d3cd29c6ecafe768624722f63e2 commit: c9cf796a792c403f9c97140d3c9a472e5001c70d Author: Manuel Rüger gentoo org> AuthorDate: Sun Mar 13 18:49:13 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Mar 13 18:49:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9cf796a app-vim/neocomplcache: Remove old Package-Manager: portage-2.2.28 app-vim/neocomplcache/Manifest | 1 - app-vim/neocomplcache/neocomplcache-6.1.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/app-vim/neocomplcache/Manifest b/app-vim/neocomplcache/Manifest index 01cf856..cdb99dc 100644 --- a/app-vim/neocomplcache/Manifest +++ b/app-vim/neocomplcache/Manifest @@ -1,2 +1 @@ -DIST neocomplcache-6.1.tar.gz 135387 SHA256 d575cdadbf1b53f055e30cf46cd8118301eaca82c0c0709a63f3064c15ac94e1 SHA512 2e225590505067756d0ea873d083393aac3fbbe06ab4739b4152c841f9568ccab44af2c74859d7f5906deac57d245ea4eb66f7f7fb2efe8558c10b824363f94d WHIRLPOOL 26a485903a88801756899beca9cf8be4f87822d5dadef0c2e3ce6ac9fec9103229eb729e71295b9cd45f69fe0c65746657fa0d08ba3c3a2dedb80207984c3f87 DIST neocomplcache-7.1.tar.bz2 73724 SHA256 82286c44115e3181749259402876e17f742a40d3f1cd47f0f1cce6d2c1432cbb SHA512 1ed17243722055a08bfda6b3e5524870d55377dd5998cbc5677f673974eebf5ee4019975e6b66c12c8ce5ff804d5c1512e69b7f53f56c1bb6f87638025a3210b WHIRLPOOL fc9345818579a300be55333a14e9003300050075d929e95aba7503980524fa9c77f7e4f7c946a456cfd9bd012f4dc8ce5d647d40f479980384eb09a84212ecc0 diff --git a/app-vim/neocomplcache/neocomplcache-6.1.ebuild b/app-vim/neocomplcache/neocomplcache-6.1.ebuild deleted file mode 100644 index 749a8bc..0000000 --- a/app-vim/neocomplcache/neocomplcache-6.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit vim-plugin - -DESCRIPTION="vim plugin: ultimate auto completion system" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2620" -SRC_URI="https://github.com/vim-scripts/${PN}/tarball/${PV} -> ${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -IUSE="" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -src_unpack() { - unpack ${A} - mv *-${PN}-* "${S}" -} - -src_prepare() { - rm README* || die -}