diff options
author | Ben Kohler <bkohler@gentoo.org> | 2022-01-07 13:46:29 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2022-01-07 13:47:27 -0600 |
commit | 6bba3f5a7a7071b1860e4ecfa3224b58b9ae834a (patch) | |
tree | 2fcf3edc65aaac7635a08efd844568a6e60eeef7 /x11-misc/i3blocks-contrib | |
parent | www-client/links: drop old (diff) | |
download | gentoo-6bba3f5a7a7071b1860e4ecfa3224b58b9ae834a.tar.gz gentoo-6bba3f5a7a7071b1860e4ecfa3224b58b9ae834a.tar.bz2 gentoo-6bba3f5a7a7071b1860e4ecfa3224b58b9ae834a.zip |
x11-misc/i3blocks-contrib: drop old
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'x11-misc/i3blocks-contrib')
3 files changed, 0 insertions, 72 deletions
diff --git a/x11-misc/i3blocks-contrib/Manifest b/x11-misc/i3blocks-contrib/Manifest index 5cebdc38823a..8691957b4ef4 100644 --- a/x11-misc/i3blocks-contrib/Manifest +++ b/x11-misc/i3blocks-contrib/Manifest @@ -1,2 +1 @@ -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 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" -} |