summaryrefslogtreecommitdiff
path: root/x11-wm/subtle
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
commitfc637fb28da700da71ec2064d65ca5a7a31b9c6c (patch)
tree326613a08f25851c388715e205576a2e7d25dc4f /x11-wm/subtle
parentb24bd25253fe093f722ab576d29fdc41d04cb1ee (diff)
gentoo resync : 18.08.2019
Diffstat (limited to 'x11-wm/subtle')
-rw-r--r--x11-wm/subtle/Manifest4
-rw-r--r--x11-wm/subtle/subtle-0.11.3244.ebuild12
-rw-r--r--x11-wm/subtle/subtle-9999.ebuild12
3 files changed, 14 insertions, 14 deletions
diff --git a/x11-wm/subtle/Manifest b/x11-wm/subtle/Manifest
index 6dbccc637ff0..a6420d52cd40 100644
--- a/x11-wm/subtle/Manifest
+++ b/x11-wm/subtle/Manifest
@@ -1,4 +1,4 @@
DIST subtle-0.11.3244.tar.gz 190549 BLAKE2B bb4b78165741ef30c1e9e145d4f26c8903d597dfa210688246210bb6f04ffb8b62b9295ffdfd0829f1c36019287ff82677253daf87878562b7ba55a517fb00ce SHA512 3d6edd5cb1b5dcd058caeddf3ead024c7cce39684baca8bac9709683ce3130a5c8433cbe046d28dc7420637dd855a2b6775638097f78a5e701bb85e505e8167c
-EBUILD subtle-0.11.3244.ebuild 2038 BLAKE2B 86791243c1a9792d79f72602a0c9a354241054101db282a4ddc4631478475d958124eba664abc95d1d8cf20d6f77a35a478e6dc533c0c9b349f1acb58b448722 SHA512 fb62f9712d4b676255eccad5b49b5f9b6512b610dd8e0f5482274d1cd26d25e0e7f8f82752dc90c2bb66bfb489d9a737a5c30dc76a6b69b1ef539b09105a402e
-EBUILD subtle-9999.ebuild 2038 BLAKE2B 86791243c1a9792d79f72602a0c9a354241054101db282a4ddc4631478475d958124eba664abc95d1d8cf20d6f77a35a478e6dc533c0c9b349f1acb58b448722 SHA512 fb62f9712d4b676255eccad5b49b5f9b6512b610dd8e0f5482274d1cd26d25e0e7f8f82752dc90c2bb66bfb489d9a737a5c30dc76a6b69b1ef539b09105a402e
+EBUILD subtle-0.11.3244.ebuild 2041 BLAKE2B 8aa83cd08a267f087a445cb819f0fed42212b40268eae32c5503756e54ee587cd987d175830c57d0ca09f8a9459bb9a0701541401f1f74152640428417f3d5e1 SHA512 94e34ae59d9fcce5d816d72dbc763a354ca0121738b0f8111f519aa4d492b18c905d2713c7a40a3115392bbd3c1294b34ccc4995e1f064754750f8b36aa96338
+EBUILD subtle-9999.ebuild 2041 BLAKE2B 8aa83cd08a267f087a445cb819f0fed42212b40268eae32c5503756e54ee587cd987d175830c57d0ca09f8a9459bb9a0701541401f1f74152640428417f3d5e1 SHA512 94e34ae59d9fcce5d816d72dbc763a354ca0121738b0f8111f519aa4d492b18c905d2713c7a40a3115392bbd3c1294b34ccc4995e1f064754750f8b36aa96338
MISC metadata.xml 1150 BLAKE2B ddf49036e8ab76460cada5ea521f81cb16be0eb12af31f868493274b82a9513a9650ff61d22c3ff38279f0a3dfd641a476212e63e84d2d1b25e4e641b5fa2c64 SHA512 842ba7afc25372e9bb6a5bef00c0ddc99acda3d8ac0d40b15a2b40f1bb9a32eaf77f2515a32090ed7468e8830ae67e34649e8f30b024278d29d4ac1446678637
diff --git a/x11-wm/subtle/subtle-0.11.3244.ebuild b/x11-wm/subtle/subtle-0.11.3244.ebuild
index 6417ae23f9b2..e0a5b55666b7 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 6417ae23f9b2..e0a5b55666b7 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() {