summaryrefslogtreecommitdiff
path: root/x11-plugins/vicious
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /x11-plugins/vicious
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'x11-plugins/vicious')
-rw-r--r--x11-plugins/vicious/Manifest4
-rw-r--r--x11-plugins/vicious/vicious-2.3.1.ebuild28
-rw-r--r--x11-plugins/vicious/vicious-2.5.0.ebuild2
3 files changed, 2 insertions, 32 deletions
diff --git a/x11-plugins/vicious/Manifest b/x11-plugins/vicious/Manifest
index 72b5eb56d322..6125e47a6760 100644
--- a/x11-plugins/vicious/Manifest
+++ b/x11-plugins/vicious/Manifest
@@ -1,5 +1,3 @@
-DIST vicious-2.3.1.tar.gz 47484 BLAKE2B 2ef6e51507faf7477800091c738e65184439caba9b79004b53f3a479f1370ca64046bc1664c6b746d8ab71370b36f29095406439e2a8fab7524e6bb190350fb7 SHA512 9e89d36d708a7ccdff206451dfb98db8455a16f9d2254167a446af91fadc2103a5274442f38ddf1eb919da23480b6790639cdbbde4a08bffc1cf9221622064c9
DIST vicious-2.5.0.tar.gz 67557 BLAKE2B ffbc1b3c0e32b554cc367a51e5e17130e1b9f7fed2e8505aaa1845719ecd6d465d43ba839ac3a9b73a87e43ff3144c2074f3750d5f67b516d033a74144e9e12f SHA512 deb21587d1d7f2e6e4dd77c74abbfa337acf6c99ef9bebc0e505f1508afc6e3b03f043a639f866fcda0191447c103d3fba51376682201482fb669a263321dee5
-EBUILD vicious-2.3.1.ebuild 670 BLAKE2B a96e57a97480303b302d1c387de5f9ee8d86173af0c1ccbc3b100a8292a6bbe0b0e679f930eb881b66d655640bf10b3d95052e468181d1baf31e68cda6a3ae4c SHA512 0a1ae727bca18f54e06a4df1cea575328a10604dc85046e1f1ec242eeb22e4d57544ecc2bc6c349b538b1cead65840f75a2797aa41ee70595a33f5c3810d13d0
-EBUILD vicious-2.5.0.ebuild 2275 BLAKE2B a3e2daa7f23e73728c3816866468a067576c4b8078987ae01da81649955ae4bf8026be1656b4d5284630dc8d6ced41044df2d14eb0019c5d59dba17c5026a63b SHA512 12647416aa4d4c5685480d93ea43d0f10ae51b912693fe8b66e57b58fbf7d5ebf1d3a4f806b8d8f8c125bc0f23833675e93520740332f61554b27cd53306ac9c
+EBUILD vicious-2.5.0.ebuild 2288 BLAKE2B 576843becc26c16e87d2fc743b520d4e6022ddb3769c80f89925913a27a71b7160a96828b5618eb06292c3f9bf88d08feb5f4f85f808252b5015a2e8859881a1 SHA512 4200bd3de2875e94092776ab32b2180679c335c319770a2c695677e83a179189cb541e4a33b23c911b5434cbda6629bf7a9674f8d9d5b9bc312d18617f5fb229
MISC metadata.xml 491 BLAKE2B 7cf50abefb4be51a254a68409ed9ba50d442ab1b5cb67b2f80d625827ea3a7802af6610c30e2e006d00cf69b425d9ad55d3d8cddfafdded74d49663ca24212bd SHA512 a4724818584f7345e3d6e0319cc1841745367bd134b10c37d2696db1e03f199e2e94f64f2ed76eeff964bda3174416a1777b023b1a4062d4830071a5ce6df162
diff --git a/x11-plugins/vicious/vicious-2.3.1.ebuild b/x11-plugins/vicious/vicious-2.3.1.ebuild
deleted file mode 100644
index c4959615581d..000000000000
--- a/x11-plugins/vicious/vicious-2.3.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Modular widget library for x11-wm/awesome"
-HOMEPAGE="https://github.com/Mic92/vicious"
-SRC_URI="https://github.com/Mic92/vicious/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="contrib"
-
-DEPEND=""
-RDEPEND="x11-wm/awesome"
-
-src_install() {
- insinto /usr/share/awesome/lib/vicious
- doins -r widgets helpers.lua init.lua
- dodoc Changes.md README.md TODO
-
- if use contrib; then
- insinto /usr/share/awesome/lib/vicious/contrib
- doins contrib/*.lua
- newdoc contrib/README.md README.contrib
- fi
-}
diff --git a/x11-plugins/vicious/vicious-2.5.0.ebuild b/x11-plugins/vicious/vicious-2.5.0.ebuild
index 72bec8a74f26..31dbb976d373 100644
--- a/x11-plugins/vicious/vicious-2.5.0.ebuild
+++ b/x11-plugins/vicious/vicious-2.5.0.ebuild
@@ -33,7 +33,7 @@ pkg_postinst() {
# only by searching for occurrences of vicious.spawn (the recommended way of calling
# external helpers because it supports async) and popen (still used by many contrib widgets).
# Moreover, dependencies of all non-Linux widgets have been excluded on purpose.
- elog "These widgets need some dependencies:"
+ optfeature_header "These widgets need some dependencies:"
optfeature "cmus" "media-sound/cmus"
optfeature "fs" "sys-apps/coreutils" # df
optfeature "gmail" "net-misc/curl"