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 0355E138334 for ; Tue, 10 Dec 2019 17:54:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9B1CE09FB; Tue, 10 Dec 2019 17:54:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 91CBEE09FB for ; Tue, 10 Dec 2019 17:54:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4C91634D91F for ; Tue, 10 Dec 2019 17:53:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E62C8D8 for ; Tue, 10 Dec 2019 17:53:57 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1576000418.7f4ec7071836a26373a6f0a9ecab08b61d6ae732.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-VimColor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Text-VimColor/Manifest dev-perl/Text-VimColor/Text-VimColor-0.290.0-r1.ebuild dev-perl/Text-VimColor/Text-VimColor-0.290.0.ebuild X-VCS-Directories: dev-perl/Text-VimColor/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 7f4ec7071836a26373a6f0a9ecab08b61d6ae732 X-VCS-Branch: master Date: Tue, 10 Dec 2019 17:53:57 +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: 3bc2e1d5-6e42-4b31-942d-67098f9ca468 X-Archives-Hash: a90655ba17f48939ba734e3f5a5f621c commit: 7f4ec7071836a26373a6f0a9ecab08b61d6ae732 Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Dec 10 17:32:10 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Dec 10 17:53:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f4ec707 dev-perl/Text-VimColor: Version bump, this time for real Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Text-VimColor/Manifest | 1 + .../{Text-VimColor-0.290.0.ebuild => Text-VimColor-0.290.0-r1.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-perl/Text-VimColor/Manifest b/dev-perl/Text-VimColor/Manifest index 40a551eae69..b49b7b0862a 100644 --- a/dev-perl/Text-VimColor/Manifest +++ b/dev-perl/Text-VimColor/Manifest @@ -1 +1,2 @@ DIST Text-VimColor-0.28.tar.gz 57454 BLAKE2B b2ef809d3ad03dfa3dbf382aabf8579fd08412b768b931661de25919db39554c366bfac11466a23be621b2381e1611dc36b5f7f2a7abc379d0f41163b1d42239 SHA512 aca1b35f366e71676d2f9cad1391e4d306e82370987afe760bcaf94631119994d8dbccf7d99cbb04a7416dd8ecf879448f194db9d97d1079cc557ee597408efe +DIST Text-VimColor-0.29.tar.gz 58409 BLAKE2B ddc4395083fe39a060ed77f3c8fd75f1dd3b4232445a74236390ef454cb06066675da9d77d2d5139a8dd2f8c315ecc735b246b672152e2aef1cd1ace0621d704 SHA512 6b102b293a3742532bd576a2b8e61cbc87d44595eed19d9300104d5a9c14107c19acd8c2d5d006f1e248560b00ce3ee7c438f323df9e833c0322527d0e748067 diff --git a/dev-perl/Text-VimColor/Text-VimColor-0.290.0.ebuild b/dev-perl/Text-VimColor/Text-VimColor-0.290.0-r1.ebuild similarity index 92% rename from dev-perl/Text-VimColor/Text-VimColor-0.290.0.ebuild rename to dev-perl/Text-VimColor/Text-VimColor-0.290.0-r1.ebuild index 65b1651bc50..8b68600ced9 100644 --- a/dev-perl/Text-VimColor/Text-VimColor-0.290.0.ebuild +++ b/dev-perl/Text-VimColor/Text-VimColor-0.290.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -DIST_VERSION=0.28 +DIST_VERSION=0.29 DIST_AUTHOR=RWSTAUNER inherit perl-module