From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1059749-garchives=archives.gentoo.org@lists.gentoo.org> 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 354B2138334 for <garchives@archives.gentoo.org>; Sat, 1 Dec 2018 03:25:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E2C0E08ED; Sat, 1 Dec 2018 03:25:16 +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 136F8E08ED for <gentoo-commits@lists.gentoo.org>; Sat, 1 Dec 2018 03:25:14 +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 A267D335C36 for <gentoo-commits@lists.gentoo.org>; Sat, 1 Dec 2018 03:25:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC3E74D2 for <gentoo-commits@lists.gentoo.org>; Sat, 1 Dec 2018 03:25:09 +0000 (UTC) From: "Georgy Yakovlev" <gyakovlev@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" <gyakovlev@gentoo.org> Message-ID: <1543634527.5bc81fcd52b66b6988178bd35bbf456d68a133a3.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vagrant/, app-emulation/vagrant/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/vagrant/files/vagrant-r1.in app-emulation/vagrant/files/vagrant.in app-emulation/vagrant/vagrant-2.1.5.ebuild app-emulation/vagrant/vagrant-2.2.2.ebuild X-VCS-Directories: app-emulation/vagrant/files/ app-emulation/vagrant/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 5bc81fcd52b66b6988178bd35bbf456d68a133a3 X-VCS-Branch: master Date: Sat, 1 Dec 2018 03:25:09 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6f888ce9-e4fb-4d4b-a6ce-6e60b810f3c6 X-Archives-Hash: 96bcc954618b65e8dbb2569464501064 commit: 5bc81fcd52b66b6988178bd35bbf456d68a133a3 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Sat Dec 1 03:22:07 2018 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sat Dec 1 03:22:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bc81fcd app-emulation/vagrant: cleanup ./files Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> app-emulation/vagrant/files/{vagrant-r1.in => vagrant.in} | 0 app-emulation/vagrant/vagrant-2.1.5.ebuild | 2 +- app-emulation/vagrant/vagrant-2.2.2.ebuild | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/vagrant/files/vagrant-r1.in b/app-emulation/vagrant/files/vagrant.in similarity index 100% rename from app-emulation/vagrant/files/vagrant-r1.in rename to app-emulation/vagrant/files/vagrant.in diff --git a/app-emulation/vagrant/vagrant-2.1.5.ebuild b/app-emulation/vagrant/vagrant-2.1.5.ebuild index e147c40bcd3..f30a07577a8 100644 --- a/app-emulation/vagrant/vagrant-2.1.5.ebuild +++ b/app-emulation/vagrant/vagrant-2.1.5.ebuild @@ -66,7 +66,7 @@ all_ruby_prepare() { sed -e '/rb-kqueue/d' \ -i ${PN}.gemspec || die - sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}-r1.in" > "${PN}" || die + sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}.in" > "${PN}" || die } all_ruby_install() { diff --git a/app-emulation/vagrant/vagrant-2.2.2.ebuild b/app-emulation/vagrant/vagrant-2.2.2.ebuild index ebed665ac9a..c294b5ac584 100644 --- a/app-emulation/vagrant/vagrant-2.2.2.ebuild +++ b/app-emulation/vagrant/vagrant-2.2.2.ebuild @@ -70,7 +70,7 @@ all_ruby_prepare() { sed -e '/rb-kqueue/d' \ -i ${PN}.gemspec || die - sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}-r1.in" > "${PN}" || die + sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}.in" > "${PN}" || die } all_ruby_install() {