public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3blocks-contrib/files/, x11-misc/i3blocks-contrib/
Date: Fri,  7 Jan 2022 19:47:36 +0000 (UTC)	[thread overview]
Message-ID: <1641584847.6bba3f5a7a7071b1860e4ecfa3224b58b9ae834a.bkohler@gentoo> (raw)

commit:     6bba3f5a7a7071b1860e4ecfa3224b58b9ae834a
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  7 19:46:29 2022 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Jan  7 19:47:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bba3f5a

x11-misc/i3blocks-contrib: drop old

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 x11-misc/i3blocks-contrib/Manifest                 |  1 -
 .../files/i3blocks-contrib-respect-CFLAGS.patch    | 22 ----------
 .../i3blocks-contrib-1.4.0_p20201127.ebuild        | 49 ----------------------
 3 files changed, 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"
-}


                 reply	other threads:[~2022-01-07 19:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1641584847.6bba3f5a7a7071b1860e4ecfa3224b58b9ae834a.bkohler@gentoo \
    --to=bkohler@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox