app-emulation/vagrant: drop ruby23 comepletely
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Mon, 20 May 2019 18:58:09 +0000 (11:58 -0700)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Mon, 20 May 2019 18:58:09 +0000 (11:58 -0700)
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
app-emulation/vagrant/files/vagrant.in
app-emulation/vagrant/vagrant-2.1.5.ebuild
app-emulation/vagrant/vagrant-2.2.2-r2.ebuild

index ee5e48c21541b5851d3c8ec2d28954f5e4748153..86fa86fe59107b8976e15f19baafaef07410ff44 100644 (file)
@@ -4,7 +4,7 @@
 # Vagrant installation directory. This sets up proper environmental variables
 # so that everything loads and compiles to proper directories.
 
-for r in ruby25 ruby24 ruby23; do
+for r in ruby25 ruby24; do
   # not all ruby versions are guaranteed to be installed
   if ! command -v "${r}" >/dev/null 2>&1; then
     continue
index 8bfe0ff326b6199c6a7a2245d6708de8d19bcae7..509b0117225ecb183e7793d698aa3c40c8e78005 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby24 ruby25"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
 RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec"
index a2515b615840b238954f8c3853fde5061c825dc6..92052b883076018df2446b6a336bd47a15d038e1 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby24 ruby25"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
 RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec"