[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2024-04-07 Thread Marek Szuba
commit: de1b3086be8fce45a5fb7a71652674b9edbd7cb1
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Apr  7 15:24:36 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Apr  7 18:26:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de1b3086

x11-plugins/vicious: add 2.7.0

Signed-off-by: Marek Szuba  gentoo.org>

 x11-plugins/vicious/Manifest |  1 +
 x11-plugins/vicious/vicious-2.7.0.ebuild | 64 
 2 files changed, 65 insertions(+)

diff --git a/x11-plugins/vicious/Manifest b/x11-plugins/vicious/Manifest
index d9883a9fd1cd..be914313cc3c 100644
--- a/x11-plugins/vicious/Manifest
+++ b/x11-plugins/vicious/Manifest
@@ -1 +1,2 @@
 DIST vicious-2.6.0.tar.gz 69108 BLAKE2B 
de86326b8975511cf053e6707bdc133ad23c95cadd64190de326bfae2c710a2f97b7cbc102cf88f14e6ebfdeface2896862b52521ba5d83a47014bc7bd65d0d3
 SHA512 
d8107ab1bad80b115789d7dbda44568cee17546f76c03889028f61f8293d9c897eec1cb7f96b973a39f0c94889c13f13c6cbccb944390c80820a327691223af6
+DIST vicious-2.7.0.tar.gz 69420 BLAKE2B 
5de98a40e2cf0c0d02820c4bc3a6c1f349a0a2efa9b1947ff39b522fe0c58ea92e1772e16d4b798147e985dcd37b4b8c31b67f3c4d791b3d1594af5d13d6b716
 SHA512 
683816be5a667671ae11b7aa1f5ca718a79f03ebdde8c38a44f2648c1cfd3facea256f0cad04f963ba00766427f8196050a77ff7446ef427a31adfeb0fb6799c

diff --git a/x11-plugins/vicious/vicious-2.7.0.ebuild 
b/x11-plugins/vicious/vicious-2.7.0.ebuild
new file mode 100644
index ..b76d5eb36a21
--- /dev/null
+++ b/x11-plugins/vicious/vicious-2.7.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~riscv ~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.1 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
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2023-03-27 Thread Marek Szuba
commit: f0a65b593d0a797653858c8ff7773909011827b3
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Mar 27 20:19:52 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Mar 27 20:19:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a65b59

x11-plugins/vicious: drop 2.5.1

Signed-off-by: Marek Szuba  gentoo.org>

 x11-plugins/vicious/Manifest |  1 -
 x11-plugins/vicious/vicious-2.5.1.ebuild | 64 
 2 files changed, 65 deletions(-)

diff --git a/x11-plugins/vicious/Manifest b/x11-plugins/vicious/Manifest
index f4840e60e9b8..d9883a9fd1cd 100644
--- a/x11-plugins/vicious/Manifest
+++ b/x11-plugins/vicious/Manifest
@@ -1,2 +1 @@
-DIST vicious-2.5.1.tar.gz 68635 BLAKE2B 
fa952f878140e76a44bde98ab928fe2a01a12f0e931a4f8ee366acba584661a0e42b150d4f69bfaaf7c58c68d57d2e261d8b586fb1abbd329d9f30fe90c2e21d
 SHA512 
63de92a4e7d666d5737bfc0f50857c48f40818e5f1cf81ba672284db764c68d151f73afd6507b7392b38ae91cf1d18104284618430d15dd8837c56a0283571fe
 DIST vicious-2.6.0.tar.gz 69108 BLAKE2B 
de86326b8975511cf053e6707bdc133ad23c95cadd64190de326bfae2c710a2f97b7cbc102cf88f14e6ebfdeface2896862b52521ba5d83a47014bc7bd65d0d3
 SHA512 
d8107ab1bad80b115789d7dbda44568cee17546f76c03889028f61f8293d9c897eec1cb7f96b973a39f0c94889c13f13c6cbccb944390c80820a327691223af6

diff --git a/x11-plugins/vicious/vicious-2.5.1.ebuild 
b/x11-plugins/vicious/vicious-2.5.1.ebuild
deleted file mode 100644
index be454b1fadb4..
--- a/x11-plugins/vicious/vicious-2.5.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 ~riscv 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.1 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
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2023-03-25 Thread Sam James
commit: f4d2674b1be020737d92433e994e84e010ef524b
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 26 00:51:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 26 00:51:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d2674b

x11-plugins/vicious: Stabilize 2.6.0 ALLARCHES, #903055

Signed-off-by: Sam James  gentoo.org>

 x11-plugins/vicious/vicious-2.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/vicious/vicious-2.6.0.ebuild 
b/x11-plugins/vicious/vicious-2.6.0.ebuild
index 8b67470f2103..d0818ac178f4 100644
--- a/x11-plugins/vicious/vicious-2.6.0.ebuild
+++ b/x11-plugins/vicious/vicious-2.6.0.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"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2023-01-24 Thread Marek Szuba
commit: 53b4b1159e065bad83da95a193828649ecd0d449
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Jan 24 09:34:59 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Jan 24 11:00:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b4b115

x11-plugins/vicious: add 2.6.0

Signed-off-by: Marek Szuba  gentoo.org>

 x11-plugins/vicious/Manifest |  1 +
 x11-plugins/vicious/vicious-2.6.0.ebuild | 64 
 2 files changed, 65 insertions(+)

diff --git a/x11-plugins/vicious/Manifest b/x11-plugins/vicious/Manifest
index 943dd61e014f..f4840e60e9b8 100644
--- a/x11-plugins/vicious/Manifest
+++ b/x11-plugins/vicious/Manifest
@@ -1 +1,2 @@
 DIST vicious-2.5.1.tar.gz 68635 BLAKE2B 
fa952f878140e76a44bde98ab928fe2a01a12f0e931a4f8ee366acba584661a0e42b150d4f69bfaaf7c58c68d57d2e261d8b586fb1abbd329d9f30fe90c2e21d
 SHA512 
63de92a4e7d666d5737bfc0f50857c48f40818e5f1cf81ba672284db764c68d151f73afd6507b7392b38ae91cf1d18104284618430d15dd8837c56a0283571fe
+DIST vicious-2.6.0.tar.gz 69108 BLAKE2B 
de86326b8975511cf053e6707bdc133ad23c95cadd64190de326bfae2c710a2f97b7cbc102cf88f14e6ebfdeface2896862b52521ba5d83a47014bc7bd65d0d3
 SHA512 
d8107ab1bad80b115789d7dbda44568cee17546f76c03889028f61f8293d9c897eec1cb7f96b973a39f0c94889c13f13c6cbccb944390c80820a327691223af6

diff --git a/x11-plugins/vicious/vicious-2.6.0.ebuild 
b/x11-plugins/vicious/vicious-2.6.0.ebuild
new file mode 100644
index ..8b67470f2103
--- /dev/null
+++ b/x11-plugins/vicious/vicious-2.6.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~riscv ~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.1 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
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2022-06-29 Thread Marek Szuba
commit: 69a83c99b01528c7c57f287c6585158c34425add
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jun 29 14:53:52 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jun 29 15:52:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a83c99

x11-plugins/vicious: drop 2.5.0

Signed-off-by: Marek Szuba  gentoo.org>

 x11-plugins/vicious/Manifest |  1 -
 x11-plugins/vicious/vicious-2.5.0.ebuild | 64 
 2 files changed, 65 deletions(-)

diff --git a/x11-plugins/vicious/Manifest b/x11-plugins/vicious/Manifest
index e69f05a97f78..943dd61e014f 100644
--- a/x11-plugins/vicious/Manifest
+++ b/x11-plugins/vicious/Manifest
@@ -1,2 +1 @@
-DIST vicious-2.5.0.tar.gz 67557 BLAKE2B 
ffbc1b3c0e32b554cc367a51e5e17130e1b9f7fed2e8505aaa1845719ecd6d465d43ba839ac3a9b73a87e43ff3144c2074f3750d5f67b516d033a74144e9e12f
 SHA512 
deb21587d1d7f2e6e4dd77c74abbfa337acf6c99ef9bebc0e505f1508afc6e3b03f043a639f866fcda0191447c103d3fba51376682201482fb669a263321dee5
 DIST vicious-2.5.1.tar.gz 68635 BLAKE2B 
fa952f878140e76a44bde98ab928fe2a01a12f0e931a4f8ee366acba584661a0e42b150d4f69bfaaf7c58c68d57d2e261d8b586fb1abbd329d9f30fe90c2e21d
 SHA512 
63de92a4e7d666d5737bfc0f50857c48f40818e5f1cf81ba672284db764c68d151f73afd6507b7392b38ae91cf1d18104284618430d15dd8837c56a0283571fe

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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2022-06-29 Thread Sam James
commit: 8c70eb0800bba4b8ad5ced7af7818e3c23754616
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 29 11:57:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 29 11:57:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c70eb08

x11-plugins/vicious: Stabilize 2.5.1 ALLARCHES, #855038

Signed-off-by: Sam James  gentoo.org>

 x11-plugins/vicious/vicious-2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2022-05-17 Thread Marek Szuba
commit: d92493d2b825be726c0b95c9047df35e599b6bc2
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue May 17 08:03:10 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue May 17 08:03:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92493d2

x11-plugins/vicious: keyword 2.5.1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 x11-plugins/vicious/vicious-2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/vicious/vicious-2.5.1.ebuild 
b/x11-plugins/vicious/vicious-2.5.1.ebuild
index e52e28e1f48e..83e8fe901cd2 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 ~x86"
+KEYWORDS="~amd64 ~arm ~riscv ~x86"
 IUSE="contrib"
 
 RDEPEND="x11-wm/awesome"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2022-05-16 Thread Marek Szuba
commit: 839006b40a5fb765b45be47a0a556df8aca0daf0
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon May 16 09:23:01 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon May 16 09:31:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=839006b4

x11-plugins/vicious: add 2.5.1

Signed-off-by: Marek Szuba  gentoo.org>

 x11-plugins/vicious/Manifest |  1 +
 x11-plugins/vicious/vicious-2.5.1.ebuild | 64 
 2 files changed, 65 insertions(+)

diff --git a/x11-plugins/vicious/Manifest b/x11-plugins/vicious/Manifest
index 4bd73af4e091..e69f05a97f78 100644
--- a/x11-plugins/vicious/Manifest
+++ b/x11-plugins/vicious/Manifest
@@ -1 +1,2 @@
 DIST vicious-2.5.0.tar.gz 67557 BLAKE2B 
ffbc1b3c0e32b554cc367a51e5e17130e1b9f7fed2e8505aaa1845719ecd6d465d43ba839ac3a9b73a87e43ff3144c2074f3750d5f67b516d033a74144e9e12f
 SHA512 
deb21587d1d7f2e6e4dd77c74abbfa337acf6c99ef9bebc0e505f1508afc6e3b03f043a639f866fcda0191447c103d3fba51376682201482fb669a263321dee5
+DIST vicious-2.5.1.tar.gz 68635 BLAKE2B 
fa952f878140e76a44bde98ab928fe2a01a12f0e931a4f8ee366acba584661a0e42b150d4f69bfaaf7c58c68d57d2e261d8b586fb1abbd329d9f30fe90c2e21d
 SHA512 
63de92a4e7d666d5737bfc0f50857c48f40818e5f1cf81ba672284db764c68d151f73afd6507b7392b38ae91cf1d18104284618430d15dd8837c56a0283571fe

diff --git a/x11-plugins/vicious/vicious-2.5.1.ebuild 
b/x11-plugins/vicious/vicious-2.5.1.ebuild
new file mode 100644
index ..e52e28e1f48e
--- /dev/null
+++ b/x11-plugins/vicious/vicious-2.5.1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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.1 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
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2021-04-27 Thread Marek Szuba
commit: 2b049765cb0628113f94faa5e097431175e953f9
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Apr 27 11:00:26 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Apr 27 11:05:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b049765

x11-plugins/vicious: drop 2.3.1

Signed-off-by: Marek Szuba  gentoo.org>

 x11-plugins/vicious/Manifest |  1 -
 x11-plugins/vicious/vicious-2.3.1.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/x11-plugins/vicious/Manifest b/x11-plugins/vicious/Manifest
index c2397c7cef9..4bd73af4e09 100644
--- a/x11-plugins/vicious/Manifest
+++ b/x11-plugins/vicious/Manifest
@@ -1,2 +1 @@
-DIST vicious-2.3.1.tar.gz 47484 BLAKE2B 
2ef6e51507faf7477800091c738e65184439caba9b79004b53f3a479f1370ca64046bc1664c6b746d8ab71370b36f29095406439e2a8fab7524e6bb190350fb7
 SHA512 
9e89d36d708a7ccdff206451dfb98db8455a16f9d2254167a446af91fadc2103a5274442f38ddf1eb919da23480b6790639cdbbde4a08bffc1cf9221622064c9
 DIST vicious-2.5.0.tar.gz 67557 BLAKE2B 
ffbc1b3c0e32b554cc367a51e5e17130e1b9f7fed2e8505aaa1845719ecd6d465d43ba839ac3a9b73a87e43ff3144c2074f3750d5f67b516d033a74144e9e12f
 SHA512 
deb21587d1d7f2e6e4dd77c74abbfa337acf6c99ef9bebc0e505f1508afc6e3b03f043a639f866fcda0191447c103d3fba51376682201482fb669a263321dee5

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 c4959615581..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2021-04-04 Thread Andreas Sturmlechner
commit: 0ede8102dbb50273a0f8e6dc603e81a77933af80
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  3 11:28:19 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr  4 18:55:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ede8102

x11-plugins/vicious: Use optfeature_header() instead of custom elog

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-plugins/vicious/vicious-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/vicious/vicious-2.5.0.ebuild 
b/x11-plugins/vicious/vicious-2.5.0.ebuild
index 72bec8a74f2..31dbb976d37 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"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2021-03-12 Thread Sam James
commit: 2401062b961e8e02e7d17e1d770c52cfa41da611
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 12 15:27:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 12 15:28:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2401062b

x11-plugins/vicious: Stabilize 2.5.0 x86, #775464

Signed-off-by: Sam James  gentoo.org>

 x11-plugins/vicious/vicious-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/vicious/vicious-2.5.0.ebuild 
b/x11-plugins/vicious/vicious-2.5.0.ebuild
index fc9764565ac..72bec8a74f2 100644
--- a/x11-plugins/vicious/vicious-2.5.0.ebuild
+++ b/x11-plugins/vicious/vicious-2.5.0.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 ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="contrib"
 
 RDEPEND="x11-wm/awesome"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2021-03-12 Thread Sam James
commit: 7447f415aa238562bbf004468920fdad15abba63
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 12 15:23:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 12 15:25:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7447f415

x11-plugins/vicious: Stabilize 2.5.0 amd64, #775464

Signed-off-by: Sam James  gentoo.org>

 x11-plugins/vicious/vicious-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/vicious/vicious-2.5.0.ebuild 
b/x11-plugins/vicious/vicious-2.5.0.ebuild
index 77a4b1bedcc..fc9764565ac 100644
--- a/x11-plugins/vicious/vicious-2.5.0.ebuild
+++ b/x11-plugins/vicious/vicious-2.5.0.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 ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="contrib"
 
 RDEPEND="x11-wm/awesome"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2021-03-11 Thread Marek Szuba
commit: 810dde1a7995b7452663f904a4633a0b79dd6861
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Mar 11 14:09:41 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Mar 11 14:14:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810dde1a

x11-plugins/vicious: tag as ALLARCH in metadata

Signed-off-by: Marek Szuba  gentoo.org>

 x11-plugins/vicious/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-plugins/vicious/metadata.xml b/x11-plugins/vicious/metadata.xml
index 1618c3ef94e..9d0a4c96332 100644
--- a/x11-plugins/vicious/metadata.xml
+++ b/x11-plugins/vicious/metadata.xml
@@ -5,6 +5,7 @@
mare...@gentoo.org
Marek Szuba

+   

Install extra widgets, some for less 
common hardware, some contributed by Vicious users.




[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2021-02-10 Thread Marek Szuba
commit: 99e8ef1ec545b6a6e6ea346874b0def351571022
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Feb 10 09:56:51 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Feb 10 09:58:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e8ef1e

x11-plugins/vicious-2.5.0: install spawn.lua as well

Closes: https://bugs.gentoo.org/769641
Signed-off-by: Marek Szuba  gentoo.org>

 x11-plugins/vicious/vicious-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/vicious/vicious-2.5.0.ebuild 
b/x11-plugins/vicious/vicious-2.5.0.ebuild
index 32f7e2f8ca2..77a4b1bedcc 100644
--- a/x11-plugins/vicious/vicious-2.5.0.ebuild
+++ b/x11-plugins/vicious/vicious-2.5.0.ebuild
@@ -18,7 +18,7 @@ RDEPEND="x11-wm/awesome"
 
 src_install() {
insinto /usr/share/awesome/lib/vicious
-   doins -r widgets helpers.lua init.lua
+   doins -r widgets spawn.lua helpers.lua init.lua
 
if use contrib; then
insinto /usr/share/awesome/lib/vicious/contrib



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2021-01-18 Thread Marek Szuba
commit: fcd86f8438080bfa8c3992e226a17c13869badb9
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jan 18 12:18:11 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jan 18 12:27:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd86f84

x11-plugins/vicious: remove old

Signed-off-by: Marek Szuba  gentoo.org>

 x11-plugins/vicious/Manifest |  1 -
 x11-plugins/vicious/vicious-2.3.3.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/x11-plugins/vicious/Manifest b/x11-plugins/vicious/Manifest
index 87c43cbe66b..c2397c7cef9 100644
--- a/x11-plugins/vicious/Manifest
+++ b/x11-plugins/vicious/Manifest
@@ -1,3 +1,2 @@
 DIST vicious-2.3.1.tar.gz 47484 BLAKE2B 
2ef6e51507faf7477800091c738e65184439caba9b79004b53f3a479f1370ca64046bc1664c6b746d8ab71370b36f29095406439e2a8fab7524e6bb190350fb7
 SHA512 
9e89d36d708a7ccdff206451dfb98db8455a16f9d2254167a446af91fadc2103a5274442f38ddf1eb919da23480b6790639cdbbde4a08bffc1cf9221622064c9
-DIST vicious-2.3.3.tar.gz 50564 BLAKE2B 
f472b9e1514c9f731734e6512496da6ebb516a190225035811333ca7a275509828b8b4078d72856b5a488eeaee612e3070406138f1abd9de61aaa0f01ca370b9
 SHA512 
2549fa168a8c8cebcb9ecf1eafbc7658213b6a5487839e8acbc2aaed18f0d0b8081550ee7beb93770ae7e600158e12b99b9e1c29af8a8807bb200cc1cdf75807
 DIST vicious-2.5.0.tar.gz 67557 BLAKE2B 
ffbc1b3c0e32b554cc367a51e5e17130e1b9f7fed2e8505aaa1845719ecd6d465d43ba839ac3a9b73a87e43ff3144c2074f3750d5f67b516d033a74144e9e12f
 SHA512 
deb21587d1d7f2e6e4dd77c74abbfa337acf6c99ef9bebc0e505f1508afc6e3b03f043a639f866fcda0191447c103d3fba51376682201482fb669a263321dee5

diff --git a/x11-plugins/vicious/vicious-2.3.3.ebuild 
b/x11-plugins/vicious/vicious-2.3.3.ebuild
deleted file mode 100644
index 4934c0636f0..000
--- a/x11-plugins/vicious/vicious-2.3.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2021-01-18 Thread Marek Szuba
commit: 6042c7c84e11f508e694e94e3a69d7d475c660e3
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jan 18 11:24:45 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jan 18 12:27:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6042c7c8

x11-plugins/vicious: add current upstream GitHub remote to metadata

Signed-off-by: Marek Szuba  gentoo.org>

 x11-plugins/vicious/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11-plugins/vicious/metadata.xml b/x11-plugins/vicious/metadata.xml
index e7d4ffe1c9b..1618c3ef94e 100644
--- a/x11-plugins/vicious/metadata.xml
+++ b/x11-plugins/vicious/metadata.xml
@@ -8,4 +8,7 @@

Install extra widgets, some for less 
common hardware, some contributed by Vicious users.

+   
+   vicious-widgets/vicious
+   
 



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2021-01-18 Thread Marek Szuba
commit: adcb5f3db6bd34ba680427d0b921b0d9bb148dfe
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jan 18 12:16:19 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jan 18 12:27:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adcb5f3d

x11-plugins/vicious: bump to 2.5.0 and EAPI-7

Moreover, missing run-time dependencies of specific widgets are now
communicated to the user using optfeature.

Closes: https://bugs.gentoo.org/567766
Signed-off-by: Marek Szuba  gentoo.org>

 x11-plugins/vicious/Manifest |  1 +
 x11-plugins/vicious/vicious-2.5.0.ebuild | 64 
 2 files changed, 65 insertions(+)

diff --git a/x11-plugins/vicious/Manifest b/x11-plugins/vicious/Manifest
index e6d51bb8110..87c43cbe66b 100644
--- a/x11-plugins/vicious/Manifest
+++ b/x11-plugins/vicious/Manifest
@@ -1,2 +1,3 @@
 DIST vicious-2.3.1.tar.gz 47484 BLAKE2B 
2ef6e51507faf7477800091c738e65184439caba9b79004b53f3a479f1370ca64046bc1664c6b746d8ab71370b36f29095406439e2a8fab7524e6bb190350fb7
 SHA512 
9e89d36d708a7ccdff206451dfb98db8455a16f9d2254167a446af91fadc2103a5274442f38ddf1eb919da23480b6790639cdbbde4a08bffc1cf9221622064c9
 DIST vicious-2.3.3.tar.gz 50564 BLAKE2B 
f472b9e1514c9f731734e6512496da6ebb516a190225035811333ca7a275509828b8b4078d72856b5a488eeaee612e3070406138f1abd9de61aaa0f01ca370b9
 SHA512 
2549fa168a8c8cebcb9ecf1eafbc7658213b6a5487839e8acbc2aaed18f0d0b8081550ee7beb93770ae7e600158e12b99b9e1c29af8a8807bb200cc1cdf75807
+DIST vicious-2.5.0.tar.gz 67557 BLAKE2B 
ffbc1b3c0e32b554cc367a51e5e17130e1b9f7fed2e8505aaa1845719ecd6d465d43ba839ac3a9b73a87e43ff3144c2074f3750d5f67b516d033a74144e9e12f
 SHA512 
deb21587d1d7f2e6e4dd77c74abbfa337acf6c99ef9bebc0e505f1508afc6e3b03f043a639f866fcda0191447c103d3fba51376682201482fb669a263321dee5

diff --git a/x11-plugins/vicious/vicious-2.5.0.ebuild 
b/x11-plugins/vicious/vicious-2.5.0.ebuild
new file mode 100644
index 000..32f7e2f8ca2
--- /dev/null
+++ b/x11-plugins/vicious/vicious-2.5.0.ebuild
@@ -0,0 +1,64 @@
+# 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 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.
+   elog "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
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2021-01-18 Thread Marek Szuba
commit: 727d7bd817ca3d12204e5f8cc5a692dc891d0c2f
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jan 18 10:02:00 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jan 18 10:02:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727d7bd8

x11-plugins/vicious: take over following maksbotan's disappearance

Signed-off-by: Marek Szuba  gentoo.org>

 x11-plugins/vicious/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-plugins/vicious/metadata.xml b/x11-plugins/vicious/metadata.xml
index 1f9fc60dd09..e7d4ffe1c9b 100644
--- a/x11-plugins/vicious/metadata.xml
+++ b/x11-plugins/vicious/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   mare...@gentoo.org
+   Marek Szuba
+   

Install extra widgets, some for less 
common hardware, some contributed by Vicious users.




[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2019-08-04 Thread Maxim Koltsov
commit: 8c4c249ee789dcb7e309b2de845d60edc18a5fe1
Author: Maxim Koltsov  gentoo  org>
AuthorDate: Sun Aug  4 18:56:36 2019 +
Commit: Maxim Koltsov  gentoo  org>
CommitDate: Sun Aug  4 19:11:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c4c249e

x11-plugins/vicious: bump to 2.3.3

Package-Manager: Portage-2.3.67, Repoman-2.3.12
Signed-off-by: Maxim Koltsov  gentoo.org>

 x11-plugins/vicious/Manifest |  1 +
 x11-plugins/vicious/vicious-2.3.3.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/x11-plugins/vicious/Manifest b/x11-plugins/vicious/Manifest
index 039015d0685..e6d51bb8110 100644
--- a/x11-plugins/vicious/Manifest
+++ b/x11-plugins/vicious/Manifest
@@ -1 +1,2 @@
 DIST vicious-2.3.1.tar.gz 47484 BLAKE2B 
2ef6e51507faf7477800091c738e65184439caba9b79004b53f3a479f1370ca64046bc1664c6b746d8ab71370b36f29095406439e2a8fab7524e6bb190350fb7
 SHA512 
9e89d36d708a7ccdff206451dfb98db8455a16f9d2254167a446af91fadc2103a5274442f38ddf1eb919da23480b6790639cdbbde4a08bffc1cf9221622064c9
+DIST vicious-2.3.3.tar.gz 50564 BLAKE2B 
f472b9e1514c9f731734e6512496da6ebb516a190225035811333ca7a275509828b8b4078d72856b5a488eeaee612e3070406138f1abd9de61aaa0f01ca370b9
 SHA512 
2549fa168a8c8cebcb9ecf1eafbc7658213b6a5487839e8acbc2aaed18f0d0b8081550ee7beb93770ae7e600158e12b99b9e1c29af8a8807bb200cc1cdf75807

diff --git a/x11-plugins/vicious/vicious-2.3.3.ebuild 
b/x11-plugins/vicious/vicious-2.3.3.ebuild
new file mode 100644
index 000..4934c0636f0
--- /dev/null
+++ b/x11-plugins/vicious/vicious-2.3.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2019-08-04 Thread Maxim Koltsov
commit: 3f35c9c5fad3ce363e0279f1ba3748821014b256
Author: Maxim Koltsov  gentoo  org>
AuthorDate: Sun Aug  4 18:55:03 2019 +
Commit: Maxim Koltsov  gentoo  org>
CommitDate: Sun Aug  4 19:11:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f35c9c5

x11-plugins/vicious: remove old

Package-Manager: Portage-2.3.67, Repoman-2.3.12
Signed-off-by: Maxim Koltsov  gentoo.org>

 x11-plugins/vicious/Manifest |  2 --
 x11-plugins/vicious/vicious-2.1.3.ebuild | 28 
 x11-plugins/vicious/vicious-2.2.0.ebuild | 28 
 3 files changed, 58 deletions(-)

diff --git a/x11-plugins/vicious/Manifest b/x11-plugins/vicious/Manifest
index 64868880bcb..039015d0685 100644
--- a/x11-plugins/vicious/Manifest
+++ b/x11-plugins/vicious/Manifest
@@ -1,3 +1 @@
-DIST vicious-2.1.3.tar.xz 39336 BLAKE2B 
279ad85a5f6f1a9fdea303f982673746e6604955cae1c3b37625c5d5f21fcae2d39da38dbcd3176397e25ad0e6d562225bd78760820647955534e0164fb322fe
 SHA512 
8b03fe4b770f0fcd52fad77a46145032a112cecbe27daa725054cb4c6307fb36727debb48243cd2d1becf2ad0fe3a27495e0f041424ee9e45c2b107e7f7f
-DIST vicious-2.2.0.tar.gz 45247 BLAKE2B 
c3c3f87e5983784edb8742b4aa0534c65ee9c0564cd8f5a81e714b580971c174b9fc86ec0bb33b6aaa31bbca25a6d522d9cbaf8e96d710b17419176e19f3b0b7
 SHA512 
717c57b14870bb72a35c90c5356a807e2431d50f28be6e50abdbf17d39fea33c5b16ee14746726d238a80f9fe30c0ad1a6a98d6c9730e42437495656fed8cfbe
 DIST vicious-2.3.1.tar.gz 47484 BLAKE2B 
2ef6e51507faf7477800091c738e65184439caba9b79004b53f3a479f1370ca64046bc1664c6b746d8ab71370b36f29095406439e2a8fab7524e6bb190350fb7
 SHA512 
9e89d36d708a7ccdff206451dfb98db8455a16f9d2254167a446af91fadc2103a5274442f38ddf1eb919da23480b6790639cdbbde4a08bffc1cf9221622064c9

diff --git a/x11-plugins/vicious/vicious-2.1.3.ebuild 
b/x11-plugins/vicious/vicious-2.1.3.ebuild
deleted file mode 100644
index 1436fc7b7b7..000
--- a/x11-plugins/vicious/vicious-2.1.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Modular widget library for x11-wm/awesome"
-HOMEPAGE="http://awesome.naquadah.org/wiki/Vicious;
-SRC_URI="http://git.sysphere.org/${PN}/snapshot/${P}.tar.xz;
-
-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 README TODO
-
-   if use contrib; then
-   insinto /usr/share/awesome/lib/vicious/contrib
-   doins contrib/*.lua
-   newdoc contrib/README README.contrib
-   fi
-}

diff --git a/x11-plugins/vicious/vicious-2.2.0.ebuild 
b/x11-plugins/vicious/vicious-2.2.0.ebuild
deleted file mode 100644
index 601ea74cde5..000
--- a/x11-plugins/vicious/vicious-2.2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 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
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2018-01-19 Thread Matt Thode
commit: 8762dc220343ae28de1d89ae1e139b62929d90e2
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jan 19 17:14:53 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Jan 19 17:25:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8762dc22

x11-plugins/vicious: 2.3.1 stable amd64 and x86

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-plugins/vicious/vicious-2.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/vicious/vicious-2.3.1.ebuild 
b/x11-plugins/vicious/vicious-2.3.1.ebuild
index 601ea74cde5..c4959615581 100644
--- a/x11-plugins/vicious/vicious-2.3.1.ebuild
+++ b/x11-plugins/vicious/vicious-2.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/Mic92/vicious/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="contrib"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2017-12-18 Thread Matt Thode
commit: 186b2f244bb91042a5e6a5d69e333f4cade91ba9
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Dec 19 03:59:35 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Dec 19 03:59:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186b2f24

x11-plugins/vicious: 2.3.1 bup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 x11-plugins/vicious/Manifest |  1 +
 x11-plugins/vicious/vicious-2.3.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/x11-plugins/vicious/Manifest b/x11-plugins/vicious/Manifest
index 751a62f0a9b..64868880bcb 100644
--- a/x11-plugins/vicious/Manifest
+++ b/x11-plugins/vicious/Manifest
@@ -1,2 +1,3 @@
 DIST vicious-2.1.3.tar.xz 39336 BLAKE2B 
279ad85a5f6f1a9fdea303f982673746e6604955cae1c3b37625c5d5f21fcae2d39da38dbcd3176397e25ad0e6d562225bd78760820647955534e0164fb322fe
 SHA512 
8b03fe4b770f0fcd52fad77a46145032a112cecbe27daa725054cb4c6307fb36727debb48243cd2d1becf2ad0fe3a27495e0f041424ee9e45c2b107e7f7f
 DIST vicious-2.2.0.tar.gz 45247 BLAKE2B 
c3c3f87e5983784edb8742b4aa0534c65ee9c0564cd8f5a81e714b580971c174b9fc86ec0bb33b6aaa31bbca25a6d522d9cbaf8e96d710b17419176e19f3b0b7
 SHA512 
717c57b14870bb72a35c90c5356a807e2431d50f28be6e50abdbf17d39fea33c5b16ee14746726d238a80f9fe30c0ad1a6a98d6c9730e42437495656fed8cfbe
+DIST vicious-2.3.1.tar.gz 47484 BLAKE2B 
2ef6e51507faf7477800091c738e65184439caba9b79004b53f3a479f1370ca64046bc1664c6b746d8ab71370b36f29095406439e2a8fab7524e6bb190350fb7
 SHA512 
9e89d36d708a7ccdff206451dfb98db8455a16f9d2254167a446af91fadc2103a5274442f38ddf1eb919da23480b6790639cdbbde4a08bffc1cf9221622064c9

diff --git a/x11-plugins/vicious/vicious-2.3.1.ebuild 
b/x11-plugins/vicious/vicious-2.3.1.ebuild
new file mode 100644
index 000..601ea74cde5
--- /dev/null
+++ b/x11-plugins/vicious/vicious-2.3.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 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
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2017-08-10 Thread Matt Thode
commit: 7e20fc44f723150c1876c6fb418d4b842cd2164c
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Aug 11 03:06:22 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Aug 11 03:07:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e20fc44

x11-plugins/vicious: 2.2.0 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-plugins/vicious/Manifest |  1 +
 x11-plugins/vicious/vicious-2.2.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/x11-plugins/vicious/Manifest b/x11-plugins/vicious/Manifest
index a57b459c981..ad6cacde5b7 100644
--- a/x11-plugins/vicious/Manifest
+++ b/x11-plugins/vicious/Manifest
@@ -1 +1,2 @@
 DIST vicious-2.1.3.tar.xz 39336 SHA256 
97ffb824af89f2d205b0f0909601a32d761c0c02353b59b4314fd2cc47b2a387 SHA512 
8b03fe4b770f0fcd52fad77a46145032a112cecbe27daa725054cb4c6307fb36727debb48243cd2d1becf2ad0fe3a27495e0f041424ee9e45c2b107e7f7f
 WHIRLPOOL 
98d810bc8b839d5ac4eff726a3129bdcc16794901ee0ba66b9264b48d453b645bfe2ae7bcb9fa1a2aec41c08926a0e80b92892fa13a2390d9f7be75300279e59
+DIST vicious-2.2.0.tar.gz 45247 SHA256 
93b45dca464530f8b9de7ed56bc62916bb693d587a796f8d642cd5c195eee190 SHA512 
717c57b14870bb72a35c90c5356a807e2431d50f28be6e50abdbf17d39fea33c5b16ee14746726d238a80f9fe30c0ad1a6a98d6c9730e42437495656fed8cfbe
 WHIRLPOOL 
cad86ca8c2b5392883b5a2e6761b5e0cd2edcc76a31b0ebd2adc4ead8c3b89478c94a9ee4a47d32fcf88a5dfec7d95e4c2092cb042adf7d4f62ec06ee0d656bb

diff --git a/x11-plugins/vicious/vicious-2.2.0.ebuild 
b/x11-plugins/vicious/vicious-2.2.0.ebuild
new file mode 100644
index 000..601ea74cde5
--- /dev/null
+++ b/x11-plugins/vicious/vicious-2.2.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 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
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2016-08-07 Thread Pacho Ramos
commit: 4dac64dedebffb2b4f7fdd93554549edb136d8f8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Aug  7 06:49:43 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Aug  7 06:49:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dac64de

x11-plugins/vicious: Cleanup per bug #269977

Package-Manager: portage-2.3.0

 x11-plugins/vicious/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/x11-plugins/vicious/metadata.xml b/x11-plugins/vicious/metadata.xml
index 800bb33..2af1ac6 100644
--- a/x11-plugins/vicious/metadata.xml
+++ b/x11-plugins/vicious/metadata.xml
@@ -5,10 +5,6 @@
maksbo...@gentoo.org
Maxim Koltsov

-   
-   wi...@gentoo.org
-   Alex Alexander
-   

Install extra widgets, some for less 
common hardware, some contributed by Vicious users.




[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2016-02-14 Thread Michael Palimaka
commit: aa0c5d3a0edab9882ac47728352c97b832d7afc7
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Feb 14 14:10:08 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Feb 14 14:12:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa0c5d3a

x11-plugins/vicious: remove old

Package-Manager: portage-2.2.27

 x11-plugins/vicious/Manifest|  2 --
 x11-plugins/vicious/vicious-2.0.3.ebuild| 23 ---
 x11-plugins/vicious/vicious-2.1.0-r1.ebuild | 29 -
 x11-plugins/vicious/vicious-2.1.0.ebuild| 29 -
 4 files changed, 83 deletions(-)

diff --git a/x11-plugins/vicious/Manifest b/x11-plugins/vicious/Manifest
index 4d7ddb2..a57b459 100644
--- a/x11-plugins/vicious/Manifest
+++ b/x11-plugins/vicious/Manifest
@@ -1,3 +1 @@
-DIST vicious-2.0.3.tar.gz 38707 SHA256 
3c775a75dcb8d985da27d941a76092ae66d5a831f11a50e77654c7d1cf9e8dd4 SHA512 
6586e0bc1b5156636d7f3294449d7a4dd6819ef46fcf686711d2e339d594bd13e3378403089fd7c106a424eb024e4d0e3157067b329e654fdee1429e607c5274
 WHIRLPOOL 
1c3d73fdba06a30aa9447d1040652772b410805a3015ad8e46c9d860a8495be1e127dabda97462b6abab8867732bbe965f3797a514dce3d31da50311087cff73
-DIST vicious-2.1.0.tar.xz 35376 SHA256 
1d6b6a07db1f22893133fb557964fd93eacc34921012c9731c99aa82891c3a4e SHA512 
307590d5448d586330202a8ef627a477ec4c52de59aca55009245ad43ea179fecd2633fdc0bca574121a0ff1e906591f570705ea3ba4afd682f6b930de643355
 WHIRLPOOL 
4970d2b1f179fe4f55cedc81258a035492c4e57b6a2118788caa864628eaa6e5b448c7623ef0a426d8a623411895c1f2a2f7a502b8f18f342ee9dbc23cc4d39f
 DIST vicious-2.1.3.tar.xz 39336 SHA256 
97ffb824af89f2d205b0f0909601a32d761c0c02353b59b4314fd2cc47b2a387 SHA512 
8b03fe4b770f0fcd52fad77a46145032a112cecbe27daa725054cb4c6307fb36727debb48243cd2d1becf2ad0fe3a27495e0f041424ee9e45c2b107e7f7f
 WHIRLPOOL 
98d810bc8b839d5ac4eff726a3129bdcc16794901ee0ba66b9264b48d453b645bfe2ae7bcb9fa1a2aec41c08926a0e80b92892fa13a2390d9f7be75300279e59

diff --git a/x11-plugins/vicious/vicious-2.0.3.ebuild 
b/x11-plugins/vicious/vicious-2.0.3.ebuild
deleted file mode 100644
index dfa2880..000
--- a/x11-plugins/vicious/vicious-2.0.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-DESCRIPTION="Modular widget library for x11-wm/awesome"
-HOMEPAGE="http://awesome.naquadah.org/wiki/Vicious;
-SRC_URI="https://dev.gentoo.org/~wired/distfiles/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="=x11-wm/awesome-3.4*"
-
-src_install() {
-   insinto /usr/share/awesome/lib/vicious
-   doins -r widgets helpers.lua init.lua || die "Install failed"
-   dodoc CHANGES README TODO || die "dodoc failed"
-}

diff --git a/x11-plugins/vicious/vicious-2.1.0-r1.ebuild 
b/x11-plugins/vicious/vicious-2.1.0-r1.ebuild
deleted file mode 100644
index f227dc6..000
--- a/x11-plugins/vicious/vicious-2.1.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Modular widget library for x11-wm/awesome"
-HOMEPAGE="http://awesome.naquadah.org/wiki/Vicious;
-SRC_URI="http://git.sysphere.org/${PN}/snapshot/${P}.tar.xz;
-
-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 README TODO
-
-   if use contrib; then
-   insinto /usr/share/awesome/lib/vicious/contrib
-   doins contrib/*.lua
-   newdoc contrib/README README.contrib
-   fi
-}

diff --git a/x11-plugins/vicious/vicious-2.1.0.ebuild 
b/x11-plugins/vicious/vicious-2.1.0.ebuild
deleted file mode 100644
index 9074c08..000
--- a/x11-plugins/vicious/vicious-2.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Modular widget library for x11-wm/awesome"
-HOMEPAGE="http://awesome.naquadah.org/wiki/Vicious;
-SRC_URI="http://git.sysphere.org/${PN}/snapshot/${P}.tar.xz;
-
-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 README TODO
-
-   if use contrib; then
-   insinto /usr/share/awesome/lib/vicious/widgets
-   doins contrib/*.lua
-   newdoc contrib/README README.contrib
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/

2016-01-23 Thread Agostino Sarubbo
commit: 13b0c7c21c8bf58b161c8696c4d1ca593edbe0a3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 23 16:57:12 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 23 16:59:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b0c7c2

x11-plugins/vicious: amd64 stable wrt bug #572612

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-plugins/vicious/vicious-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/vicious/vicious-2.1.3.ebuild 
b/x11-plugins/vicious/vicious-2.1.3.ebuild
index 6333f49..7b70ac7 100644
--- a/x11-plugins/vicious/vicious-2.1.3.ebuild
+++ b/x11-plugins/vicious/vicious-2.1.3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://git.sysphere.org/${PN}/snapshot/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="contrib"
 
 DEPEND=""