commit:     d9a63fb4ac19302272b3a4d6208520917c250ca5
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 04:46:36 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 04:50:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a63fb4

x11-wm/subtle: update supported ruby versions and bump to EAPI 7

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 x11-wm/subtle/subtle-0.11.3244.ebuild | 12 ++++++------
 x11-wm/subtle/subtle-9999.ebuild      | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/x11-wm/subtle/subtle-0.11.3244.ebuild 
b/x11-wm/subtle/subtle-0.11.3244.ebuild
index 6417ae23f9b..e0a5b55666b 100644
--- a/x11-wm/subtle/subtle-0.11.3244.ebuild
+++ b/x11-wm/subtle/subtle-0.11.3244.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
-USE_RUBY="ruby22 ruby23 ruby24"
+EAPI="7"
+USE_RUBY="ruby24 ruby25 ruby26"
 
 inherit ruby-ng toolchain-funcs
 
@@ -28,8 +28,8 @@ RDEPEND="x11-libs/libX11
        xpm? ( x11-libs/libXpm )
        xtest? ( x11-libs/libXtst )
        xrandr? ( x11-libs/libXrandr )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 ruby_add_rdepend "dev-ruby/archive-tar-minitar"
 ruby_add_bdepend "dev-ruby/rake doc? ( dev-ruby/rdoc )"
@@ -79,7 +79,7 @@ all_ruby_install() {
 
        dodoc AUTHORS NEWS
 
-       use doc && dohtml -r html/*
+       use doc && dodoc -r html
 }
 
 pkg_postinst() {

diff --git a/x11-wm/subtle/subtle-9999.ebuild b/x11-wm/subtle/subtle-9999.ebuild
index 6417ae23f9b..e0a5b55666b 100644
--- a/x11-wm/subtle/subtle-9999.ebuild
+++ b/x11-wm/subtle/subtle-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
-USE_RUBY="ruby22 ruby23 ruby24"
+EAPI="7"
+USE_RUBY="ruby24 ruby25 ruby26"
 
 inherit ruby-ng toolchain-funcs
 
@@ -28,8 +28,8 @@ RDEPEND="x11-libs/libX11
        xpm? ( x11-libs/libXpm )
        xtest? ( x11-libs/libXtst )
        xrandr? ( x11-libs/libXrandr )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 ruby_add_rdepend "dev-ruby/archive-tar-minitar"
 ruby_add_bdepend "dev-ruby/rake doc? ( dev-ruby/rdoc )"
@@ -79,7 +79,7 @@ all_ruby_install() {
 
        dodoc AUTHORS NEWS
 
-       use doc && dohtml -r html/*
+       use doc && dodoc -r html
 }
 
 pkg_postinst() {

Reply via email to