From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9667138334 for ; Sun, 23 Dec 2018 21:44:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E8C0E0AC6; Sun, 23 Dec 2018 21:44:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15726E0AC2 for ; Sun, 23 Dec 2018 21:44:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD781335CA6 for ; Sun, 23 Dec 2018 21:44:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDCB44FC for ; Sun, 23 Dec 2018 21:44:49 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1545601480.84276e9da731340e3dacbde43528c1dba75d0f8f.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/tasklist/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/tasklist/tasklist-1.0.1.ebuild X-VCS-Directories: app-vim/tasklist/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 84276e9da731340e3dacbde43528c1dba75d0f8f X-VCS-Branch: master Date: Sun, 23 Dec 2018 21:44:49 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a1d5579c-e48c-4c32-b2be-137d2cd9c07c X-Archives-Hash: be6e6645fc4b047601faf1db3405400d commit: 84276e9da731340e3dacbde43528c1dba75d0f8f Author: Patrice Clement gentoo org> AuthorDate: Sun Dec 23 21:11:12 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Dec 23 21:44:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84276e9d app-vim/tasklist: inherit vcs-snapshot. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-vim/tasklist/tasklist-1.0.1.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/app-vim/tasklist/tasklist-1.0.1.ebuild b/app-vim/tasklist/tasklist-1.0.1.ebuild index b855acd9718..87c74326cb3 100644 --- a/app-vim/tasklist/tasklist-1.0.1.ebuild +++ b/app-vim/tasklist/tasklist-1.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit vim-plugin +inherit vim-plugin vcs-snapshot DESCRIPTION="Highlight FIXME/TODO/CUSTOM keywords in a separate list" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2607" @@ -11,9 +11,3 @@ SRC_URI="https://github.com/vim-scripts/${PN}.vim/tarball/${PV} -> ${P}.tar.gz" LICENSE="MIT" KEYWORDS="~amd64 ~x86" -IUSE="" - -src_unpack() { - default - mv vim-* "${P}" || die -}