diff options
Diffstat (limited to 'x11-misc/i3blocks-contrib')
3 files changed, 0 insertions, 74 deletions
diff --git a/x11-misc/i3blocks-contrib/Manifest b/x11-misc/i3blocks-contrib/Manifest index a9b1cfa07d44..105337b25c0e 100644 --- a/x11-misc/i3blocks-contrib/Manifest +++ b/x11-misc/i3blocks-contrib/Manifest @@ -1,7 +1,4 @@ AUX i3blocks-contrib-2.0.0-respect-CFLAGS.patch 1391 BLAKE2B 4d2f1d6a567074dce73aa4d5ecec38cc6cba130e94efbb3074c53ea5253f167bcb01e8b37f8d35f6802961a7e610ffa606e31d91fc9f4936ee55425b0b128719 SHA512 ab137c15781f6874cbbb731810ed8fdeb022374048670571e46048e823814e5961e9c8f8b749197478494073bf97d660d03b93edcde500da662ef90513382c23 -AUX i3blocks-contrib-respect-CFLAGS.patch 654 BLAKE2B f3633b4046a55d31d5ae694b37517ac72cffb01ff3d6c6ab58a38df5fcdce64ae3532cfb9629e7d51dc9cb5d1b399623d275456ba3ef84f9376f2a2797e003a2 SHA512 a60f83fd008deffd819a6997b0061474ead9b37b5a069c592b6afb79c0a11b360e5bfadedfa2279919990923e9283adf6c1851972cfdedfdbf27addc44fc58d0 -DIST i3blocks-contrib-1.4.0_p20201127.tar.gz 738457 BLAKE2B 1db16c40323d0c191bb44c50d6a66523391adfdf9652976f78238fffe0ee50d99d3bd6fbcfd1a0eeef8308fd466a3eeda479299f462b4d4d31ae2f2bc7ea6b31 SHA512 ff09c7b8e4b630d014f0441342835dbf03642f32de6806a1204eccb6166eade190abe43b331ef72aaa3ba5a77f9690ae8c36a9ef9aa6d312ae5e543a46b99a72 DIST i3blocks-contrib-2.0.0.tar.gz 840332 BLAKE2B e220566edea4249c25ac80dcba3e24fc37de842049ad072a14fd5003e298ec9a4b4f36cd3937682ab00355b1f1c3fc7ea795ac6593f24aed2438b465ad338d8f SHA512 30cf9297e710a2d685b275d424de817e7940a487c615e64ffaf15e0f90e937bedbd3921dfeece081e32f720b6add92c0790fa7a29e4e8f81f85c3a74cbcea835 -EBUILD i3blocks-contrib-1.4.0_p20201127.ebuild 1624 BLAKE2B 6d3f5b71827ba487e3ac28f5cf96e78e2b989cf04365de398cf588ed028684a5e1ef7fa734d607dbb0428de3b7cf00d4a6381acdec9da6411b6c93d2074557be SHA512 6a1fc2e5d85a16d625f7d102e5727cbb6d170553fbeab8d9ccbf26c9d34ef871bd6308ab0ae008cce389f187d73fcb053a530118e428982198c24c6cc7341acd EBUILD i3blocks-contrib-2.0.0.ebuild 1920 BLAKE2B da6ea6a3475355e05694d10e0b442b01f40f99c4e6c9018aa597d95187a091ed1bc1d0295d6844ea7a206fcd6d9b1410734c3df7665843ec2d29fb956a06214a SHA512 13e66f0fddb02e20401d10f5190e394d29096c815435e68115b249c3ddf3bc6e2abab15441db8310af60eab7d43fa7e87649accec06ff94b65b23df26106de5e MISC metadata.xml 333 BLAKE2B e61c03570a64645a4a0e96357b75c4bc0c19abc377726c4b413ea8a75fff7f6707b3bd6f126cf2c2d9ec4c90dd45e386116f0243ff6e574a059102c6ad5b5e2c SHA512 273f7dbcf62381ff71890a76478e0ca056a5114b2fd31cbd7203ab8bc30655495f6b5b85c2621b04d2a5681b612dbbffb98388e5f7523d88cc388475e56aa59a diff --git a/x11-misc/i3blocks-contrib/files/i3blocks-contrib-respect-CFLAGS.patch b/x11-misc/i3blocks-contrib/files/i3blocks-contrib-respect-CFLAGS.patch deleted file mode 100644 index 15d36b130db4..000000000000 --- a/x11-misc/i3blocks-contrib/files/i3blocks-contrib-respect-CFLAGS.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -ur a/bandwidth2/Makefile b/bandwidth2/Makefile ---- a/bandwidth2/Makefile 2021-02-02 07:03:47.002894030 -0600 -+++ b/bandwidth2/Makefile 2021-02-02 07:05:21.556854777 -0600 -@@ -1,6 +1,6 @@ - P=bandwidth2 - OBJECTS= --CFLAGS=-g -Wall -Werror -O2 -std=c11 -+CFLAGS ?= -g -Wall -Werror -O2 -std=c11 - LDLIBS= - - $(P): $(OBJECTS) -diff -ur a/cpu_usage2/Makefile b/cpu_usage2/Makefile ---- a/cpu_usage2/Makefile 2021-02-02 07:03:47.004894029 -0600 -+++ b/cpu_usage2/Makefile 2021-02-02 07:05:51.138842328 -0600 -@@ -1,6 +1,6 @@ - P=cpu_usage2 - OBJECTS= --CFLAGS=-g -Wall -Werror -O2 -std=gnu11 -+CFLAGS ?= -g -Wall -Werror -O2 -std=gnu11 - LDLIBS= - - $(P): $(OBJECTS) diff --git a/x11-misc/i3blocks-contrib/i3blocks-contrib-1.4.0_p20201127.ebuild b/x11-misc/i3blocks-contrib/i3blocks-contrib-1.4.0_p20201127.ebuild deleted file mode 100644 index 517105977ba2..000000000000 --- a/x11-misc/i3blocks-contrib/i3blocks-contrib-1.4.0_p20201127.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit optfeature vcs-snapshot - -COMMIT=154001e5713c26c70063446022919225b6f916f0 - -DESCRIPTION="A set of scripts for i3blocks, contributed by the community" -HOMEPAGE="https://github.com/vivien/i3blocks-contrib" -SRC_URI="https://github.com/vivien/i3blocks-contrib/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -DEPEND="" -RDEPEND="!<x11-misc/i3blocks-1.5 - >=x11-misc/i3blocks-1.5" -BDEPEND="" - -PATCHES=( "${FILESDIR}"/${PN}-respect-CFLAGS.patch ) - -src_prepare() { - sed -i -e '/^$(_BLOCKS):/ s/$/ installdirs/' Makefile - default -} - -src_install() { - emake DESTDIR="${D}" PREFIX=/usr install -} - -pkg_postinst() { - optfeature_header "The following deps may be required for certain ${PN} scripts:" - optfeature "backlight" sys-power/acpilight x11-apps/xbacklight - optfeature "battery{,2,bar}" sys-power/acpi - optfeature "cpu_usage" app-admin/sysstat - optfeature "disk-io" app-admin/sysstat - optfeature "email" dev-python/keyring gnome-base/gnome-keyring - optfeature "gpu-load" x11-drivers/nvidia-drivers app-misc/radeontop - optfeature "kbdd_layout" x11-misc/kbdd - optfeature "key_light" sys-power/upower - optfeature "kubernetes" sys-cluster/kubectl - optfeature "monitor_manager" "dev-lang/python[tk] media-fonts/fontawesome x11-apps/xrandr" - optfeature "rofi-calendar" x11-misc/rofi - optfeature "ssid and wlan-dbm" net-wireless/iw - optfeature "temperature" sys-apps/lm-sensors - optfeature "ytdl-mpv" "media-fonts/fontawesome media-video/mpv x11-misc/xclip net-misc/youtube-dl" -} |