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 181341382C5 for ; Wed, 20 Jan 2021 15:18:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57C77E0824; Wed, 20 Jan 2021 15:17:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 40249E0824 for ; Wed, 20 Jan 2021 15:17:59 +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 EB49F34109F for ; Wed, 20 Jan 2021 15:17:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 579EB92 for ; Wed, 20 Jan 2021 15:17:55 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1611155810.cbea404e02d5f5191ff4353d5810d43ee5903ffd.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3blocks-contrib/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/i3blocks-contrib/Manifest x11-misc/i3blocks-contrib/i3blocks-contrib-1.4.0_p20201127.ebuild x11-misc/i3blocks-contrib/metadata.xml X-VCS-Directories: x11-misc/i3blocks-contrib/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: cbea404e02d5f5191ff4353d5810d43ee5903ffd X-VCS-Branch: master Date: Wed, 20 Jan 2021 15:17:55 +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: 9b87b7db-166c-4f5a-8558-6bd45031bcd6 X-Archives-Hash: 515a66c5dbbd6c70b870139e9a53e578 commit: cbea404e02d5f5191ff4353d5810d43ee5903ffd Author: Ben Kohler gentoo org> AuthorDate: Wed Jan 20 15:07:10 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Wed Jan 20 15:16:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbea404e x11-misc/i3blocks-contrib: new package Bug: https://bugs.gentoo.org/766057 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Ben Kohler gentoo.org> x11-misc/i3blocks-contrib/Manifest | 1 + .../i3blocks-contrib-1.4.0_p20201127.ebuild | 28 ++++++++++++++++++++++ x11-misc/i3blocks-contrib/metadata.xml | 11 +++++++++ 3 files changed, 40 insertions(+) diff --git a/x11-misc/i3blocks-contrib/Manifest b/x11-misc/i3blocks-contrib/Manifest new file mode 100644 index 00000000000..3cc417c32e8 --- /dev/null +++ b/x11-misc/i3blocks-contrib/Manifest @@ -0,0 +1 @@ +DIST i3blocks-contrib-1.4.0_p20201127.tar.gz 738457 BLAKE2B 1db16c40323d0c191bb44c50d6a66523391adfdf9652976f78238fffe0ee50d99d3bd6fbcfd1a0eeef8308fd466a3eeda479299f462b4d4d31ae2f2bc7ea6b31 SHA512 ff09c7b8e4b630d014f0441342835dbf03642f32de6806a1204eccb6166eade190abe43b331ef72aaa3ba5a77f9690ae8c36a9ef9aa6d312ae5e543a46b99a72 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 new file mode 100644 index 00000000000..653c846b589 --- /dev/null +++ b/x11-misc/i3blocks-contrib/i3blocks-contrib-1.4.0_p20201127.ebuild @@ -0,0 +1,28 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit 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" +BDEPEND="" + +src_prepare() { + sed -i -e '/^$(_BLOCKS):/ s/$/ installdirs/' Makefile + default +} + +src_install() { + emake DESTDIR="${D}" PREFIX=/usr install +} diff --git a/x11-misc/i3blocks-contrib/metadata.xml b/x11-misc/i3blocks-contrib/metadata.xml new file mode 100644 index 00000000000..827ce55718e --- /dev/null +++ b/x11-misc/i3blocks-contrib/metadata.xml @@ -0,0 +1,11 @@ + + + + + bkohler@gentoo.org + Ben Kohler + + + vivien/i3blocks-contrib + +