From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C47C013835A for ; Thu, 4 Feb 2021 22:32:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 199F5E0922; Thu, 4 Feb 2021 22:32:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA225E0922 for ; Thu, 4 Feb 2021 22:32:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04B1834289B for ; Thu, 4 Feb 2021 22:32:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 953304A6 for ; Thu, 4 Feb 2021 22:32:06 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1612477917.d37027f4334674ef60124f86dee6d338f17b680b.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3blocks/files/, x11-misc/i3blocks/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/i3blocks/Manifest x11-misc/i3blocks/files/i3blocks-default-sysconfdir.patch x11-misc/i3blocks/i3blocks-1.4-r1.ebuild x11-misc/i3blocks/i3blocks-1.5.ebuild X-VCS-Directories: x11-misc/i3blocks/files/ x11-misc/i3blocks/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: d37027f4334674ef60124f86dee6d338f17b680b X-VCS-Branch: master Date: Thu, 4 Feb 2021 22:32:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb6e516e-fa4e-4a51-818f-14f337e533d9 X-Archives-Hash: fda2fcfcf10307e64546199e6142d260 commit: d37027f4334674ef60124f86dee6d338f17b680b Author: Jakov Smolic sartura hr> AuthorDate: Mon Feb 1 16:44:03 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Feb 4 22:31:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d37027f4 x11-misc/i3blocks: Remove old Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Thomas Deutschmann gentoo.org> x11-misc/i3blocks/Manifest | 1 - .../files/i3blocks-default-sysconfdir.patch | 15 ---------- x11-misc/i3blocks/i3blocks-1.4-r1.ebuild | 34 ---------------------- x11-misc/i3blocks/i3blocks-1.5.ebuild | 31 -------------------- 4 files changed, 81 deletions(-) diff --git a/x11-misc/i3blocks/Manifest b/x11-misc/i3blocks/Manifest index 21bd03633fd..40dac9e344e 100644 --- a/x11-misc/i3blocks/Manifest +++ b/x11-misc/i3blocks/Manifest @@ -1,2 +1 @@ -DIST i3blocks-1.4.tar.gz 35943 BLAKE2B 84c1d08d173238ecd875254015dc78cb560cefb1eb11d9628dc8572fb44f9724927e622aecc9888c43fdc435df8b07f6b07e22c4543354edb2d92cc8d5d00321 SHA512 f04fd68d59097b21bc88f3097dff137de656dd3fa696d9c04b987ba25136e5e5d9cacb63998e8635fe55fcf94f47900aec8c79d98e1d1d8847856a89ad9a6578 DIST i3blocks-1.5.tar.gz 66019 BLAKE2B 0378dac61d2f0049dffefe2a3f98512518aef311f2d9d79b72fd9882834c6a09c8954e7ca906fb96bbcc76992288fe659b4977f2cfad1234dca27ec9131ac720 SHA512 759829d59f94070251378d437891c2df05715fbd0b734c34dd41767d61957f301c6125b0058668295b8eeac29038fae6b2e8c194f903398ee736662213d1d534 diff --git a/x11-misc/i3blocks/files/i3blocks-default-sysconfdir.patch b/x11-misc/i3blocks/files/i3blocks-default-sysconfdir.patch deleted file mode 100644 index 04d625dcb47..00000000000 --- a/x11-misc/i3blocks/files/i3blocks-default-sysconfdir.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- i3blocks-1.4/~Makefile 2017-02-20 18:56:06.340061271 +0100 -+++ i3blocks-1.4/Makefile 2017-02-20 18:56:27.518915055 +0100 -@@ -4,11 +4,7 @@ ifndef PREFIX - PREFIX=/usr/local - endif - ifndef SYSCONFDIR -- ifeq ($(PREFIX),/usr) -- SYSCONFDIR=/etc -- else -- SYSCONFDIR=$(PREFIX)/etc -- endif -+ SYSCONFDIR=/etc - endif - ifndef LIBEXECDIR - LIBEXECDIR=$(PREFIX)/libexec diff --git a/x11-misc/i3blocks/i3blocks-1.4-r1.ebuild b/x11-misc/i3blocks/i3blocks-1.4-r1.ebuild deleted file mode 100644 index ce2f86de762..00000000000 --- a/x11-misc/i3blocks/i3blocks-1.4-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -if [[ ${PV} = 9999 ]]; then - inherit git-r3 -fi - -DESCRIPTION="highly flexible status line for the i3 window manager" -HOMEPAGE="https://github.com/vivien/i3blocks" -if [[ ${PV} = 9999 ]]; then - EGIT_REPO_URI="https://github.com/vivien/${PN}" -else - SRC_URI="https://github.com/vivien/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm64 x86" -fi - -SLOT="0" -LICENSE="GPL-3" - -RDEPEND="app-admin/sysstat - media-sound/playerctl - sys-apps/lm-sensors - sys-power/acpi - || ( x11-wm/i3 x11-wm/i3-gaps )" - -DEPEND="app-text/ronn" - -PATCHES=( "${FILESDIR}/${PN}-default-sysconfdir.patch" ) #610090 - -src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install -} diff --git a/x11-misc/i3blocks/i3blocks-1.5.ebuild b/x11-misc/i3blocks/i3blocks-1.5.ebuild deleted file mode 100644 index c39a545210f..00000000000 --- a/x11-misc/i3blocks/i3blocks-1.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools bash-completion-r1 - -DESCRIPTION="highly flexible status line for the i3 window manager" -HOMEPAGE="https://github.com/vivien/i3blocks" -if [[ ${PV} = *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/vivien/${PN}" -else - SRC_URI="https://github.com/vivien/i3blocks/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm64 x86" -fi - -SLOT="0" -LICENSE="GPL-3" - -PATCHES=( "${FILESDIR}"/${PN}-disable-bash-completion.patch ) - -src_prepare() { - default - eautoreconf -} - -src_install() { - default - newbashcomp bash-completion ${PN} -}