summaryrefslogtreecommitdiff
path: root/x11-plugins/vicious
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-09 15:43:36 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-09 15:43:36 +0100
commit2719f73b6813d11d13a9650cdd2ab8ec6e69385d (patch)
tree8c816148bcbd22757d892089c989ae614eae4f5a /x11-plugins/vicious
parent0f558761aa2dee1017b4751e4017205e015a9560 (diff)
gentoo resync : 09.07.2022
Diffstat (limited to 'x11-plugins/vicious')
-rw-r--r--x11-plugins/vicious/Manifest4
-rw-r--r--x11-plugins/vicious/vicious-2.5.0.ebuild64
-rw-r--r--x11-plugins/vicious/vicious-2.5.1.ebuild2
3 files changed, 2 insertions, 68 deletions
diff --git a/x11-plugins/vicious/Manifest b/x11-plugins/vicious/Manifest
index 29cf84fdfd08..be47a2a44883 100644
--- a/x11-plugins/vicious/Manifest
+++ b/x11-plugins/vicious/Manifest
@@ -1,5 +1,3 @@
-DIST vicious-2.5.0.tar.gz 67557 BLAKE2B ffbc1b3c0e32b554cc367a51e5e17130e1b9f7fed2e8505aaa1845719ecd6d465d43ba839ac3a9b73a87e43ff3144c2074f3750d5f67b516d033a74144e9e12f SHA512 deb21587d1d7f2e6e4dd77c74abbfa337acf6c99ef9bebc0e505f1508afc6e3b03f043a639f866fcda0191447c103d3fba51376682201482fb669a263321dee5
DIST vicious-2.5.1.tar.gz 68635 BLAKE2B fa952f878140e76a44bde98ab928fe2a01a12f0e931a4f8ee366acba584661a0e42b150d4f69bfaaf7c58c68d57d2e261d8b586fb1abbd329d9f30fe90c2e21d SHA512 63de92a4e7d666d5737bfc0f50857c48f40818e5f1cf81ba672284db764c68d151f73afd6507b7392b38ae91cf1d18104284618430d15dd8837c56a0283571fe
-EBUILD vicious-2.5.0.ebuild 2288 BLAKE2B 576843becc26c16e87d2fc743b520d4e6022ddb3769c80f89925913a27a71b7160a96828b5618eb06292c3f9bf88d08feb5f4f85f808252b5015a2e8859881a1 SHA512 4200bd3de2875e94092776ab32b2180679c335c319770a2c695677e83a179189cb541e4a33b23c911b5434cbda6629bf7a9674f8d9d5b9bc312d18617f5fb229
-EBUILD vicious-2.5.1.ebuild 2297 BLAKE2B bbe6480ede926414e834b4abcaa99148c7997249ff9135f2b9fc14cfefd979b4c9fa309c569cc59857c1bb42d23738101220d50c4665cd66a1aba18ae903e441 SHA512 d600533f7e47a305486730ee7a407fc0a435d93d9e05a5bde045bf298b9d13c8930eb1f376101549e14ee276ca36d460e15070d4703a8fbfade4cd22fdeb4dea
+EBUILD vicious-2.5.1.ebuild 2295 BLAKE2B 844ae18c7434ef399bacda6250b759d59a33ba42bec250ae29443c452fd4031d3cb512b675e4dad70ff1c375d361fd965cdc97f59de3a47c9542b9bf59858ccf SHA512 d1344f1233e0bed64f6915702d10f4ba67b454fec688b07a9461bdc68ee9bea673483ef497386ece4d41079e99c0f167a6bb705959bfbf61df4c103806def02e
MISC metadata.xml 492 BLAKE2B 21caf589f9a40c2b9203b2a45a4f0b60c6ce52e78a8fec7173c1a8467cb92a4891c28e412324f5652d1fd17b3fb07780b800bac643c3476e5b2d962124f86066 SHA512 5882c4db0ceea18943171338a23ffe8b31431a63d255cac0ef3544a3a267699969f9a735b5cb30d834f053c4bd574cb5aaa45c991c1b919c986683d991aacdba
diff --git a/x11-plugins/vicious/vicious-2.5.0.ebuild b/x11-plugins/vicious/vicious-2.5.0.ebuild
deleted file mode 100644
index 31dbb976d373..000000000000
--- a/x11-plugins/vicious/vicious-2.5.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit optfeature
-
-DESCRIPTION="Modular widget library for x11-wm/awesome"
-HOMEPAGE="https://github.com/vicious-widgets/vicious"
-SRC_URI="https://github.com/${PN}-widgets/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="contrib"
-
-RDEPEND="x11-wm/awesome"
-
-src_install() {
- insinto /usr/share/awesome/lib/vicious
- doins -r widgets spawn.lua helpers.lua init.lua
-
- if use contrib; then
- insinto /usr/share/awesome/lib/vicious/contrib
- doins contrib/*.lua
- fi
-
- einstalldocs
-}
-
-pkg_postinst() {
- # Note that as of 2.5.0 this list may or may not be incomplete - it has been produced
- # 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.
- optfeature_header "These widgets need some dependencies:"
- optfeature "cmus" "media-sound/cmus"
- optfeature "fs" "sys-apps/coreutils" # df
- optfeature "gmail" "net-misc/curl"
- optfeature "hddtemp" "net-misc/curl[telnet] app-admin/hddtemp"
- optfeature "hwmontemp" "sys-apps/grep"
- optfeature "mdir" "sys-apps/findutils"
- optfeature "mpd" "net-misc/curl[telnet] media-sound/mpd"
- optfeature "notmuch" "net-mail/notmuch"
- optfeature "volume" "media-sound/alsa-utils" # amixer
- optfeature "weather" "net-misc/curl"
- optfeature "wifi" "net-wireless/wireless-tools"
- optfeature "wifiiw" "net-wireless/iw"
- if use contrib; then
- optfeature "contrib/btc" "net-misc/curl"
- optfeature "contrib/buildbot" "net-misc/curl"
- optfeature "contrib/countfiles" "sys-apps/findutils"
- optfeature "contrib/mpc" "media-sound/mpc"
- optfeature "contrib/openweather" "net-misc/curl"
- optfeature "contrib/netcfg" "sys-apps/coreutils" # ls
- optfeature "contrib/nvinf" "x11-drivers/nvidia-drivers" # nvidia-settings
- # ossvol needs 'ossmix' - not packaged?
- optfeature "contrib/pulse" "media-sound/pulseaudio" # pacmd
- optfeature "contrib/rss" "net-misc/curl"
- optfeature "contrib/sensors" "sys-apps/lm-sensors"
- optfeature "contrib/wpa" "net-wireless/wpa_supplicant" # wpa-cli
- fi
- elog
-}
diff --git a/x11-plugins/vicious/vicious-2.5.1.ebuild b/x11-plugins/vicious/vicious-2.5.1.ebuild
index 83e8fe901cd2..be454b1fadb4 100644
--- a/x11-plugins/vicious/vicious-2.5.1.ebuild
+++ b/x11-plugins/vicious/vicious-2.5.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}-widgets/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~riscv x86"
IUSE="contrib"
RDEPEND="x11-wm/awesome"