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 8A4CA139085 for ; Tue, 27 Dec 2016 14:51:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D482721C038; Tue, 27 Dec 2016 14:51:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE0A621C038 for ; Tue, 27 Dec 2016 14:51:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4EF8E341134 for ; Tue, 27 Dec 2016 14:51:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19A3E2417 for ; Tue, 27 Dec 2016 14:51:48 +0000 (UTC) From: "Ettore Di Giacinto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ettore Di Giacinto" Message-ID: <1482850046.d9c39a2349430d8a079be026b0326fb3fc3b4014.mudler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3blocks/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/i3blocks/Manifest x11-misc/i3blocks/i3blocks-1.4.ebuild x11-misc/i3blocks/metadata.xml X-VCS-Directories: x11-misc/i3blocks/ X-VCS-Committer: mudler X-VCS-Committer-Name: Ettore Di Giacinto X-VCS-Revision: d9c39a2349430d8a079be026b0326fb3fc3b4014 X-VCS-Branch: master Date: Tue, 27 Dec 2016 14:51:48 +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-Archives-Salt: 78408e05-5516-4df7-9537-f1143741d790 X-Archives-Hash: 77e1e825992122c1e543d7f250b76096 commit: d9c39a2349430d8a079be026b0326fb3fc3b4014 Author: Ettore Di Giacinto gentoo org> AuthorDate: Sat Dec 24 11:18:48 2016 +0000 Commit: Ettore Di Giacinto gentoo org> CommitDate: Tue Dec 27 14:47:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c39a23 x11-misc/i3blocks: New package, initial version 1.4 Package-Manager: portage-2.3.1 x11-misc/i3blocks/Manifest | 1 + x11-misc/i3blocks/i3blocks-1.4.ebuild | 34 ++++++++++++++++++++++++++++++++++ x11-misc/i3blocks/metadata.xml | 8 ++++++++ 3 files changed, 43 insertions(+) diff --git a/x11-misc/i3blocks/Manifest b/x11-misc/i3blocks/Manifest new file mode 100644 index 00000000..f50f829 --- /dev/null +++ b/x11-misc/i3blocks/Manifest @@ -0,0 +1 @@ +DIST i3blocks-1.4.tar.gz 35943 SHA256 c9bd2854b7902aa6821fdf8c83b5123c10b90a52f9bcc67225ff57f25d28b4b0 SHA512 f04fd68d59097b21bc88f3097dff137de656dd3fa696d9c04b987ba25136e5e5d9cacb63998e8635fe55fcf94f47900aec8c79d98e1d1d8847856a89ad9a6578 WHIRLPOOL d6367d0b2335a79f6a49f069b31af6b5c24a33bab3e48be8b615305009aad196c5bdd7e1d71860b7db123f21bcb91a0614f705c073d78ff94c81612d4e840328 diff --git a/x11-misc/i3blocks/i3blocks-1.4.ebuild b/x11-misc/i3blocks/i3blocks-1.4.ebuild new file mode 100644 index 00000000..37da57d --- /dev/null +++ b/x11-misc/i3blocks/i3blocks-1.4.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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}" + KEYWORDS="" +else + SRC_URI="https://github.com/vivien/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +SLOT="0" +LICENSE="GPL-3" + +RDEPEND="app-admin/sysstat + media-sound/playerctl + sys-apps/lm_sensors + sys-power/acpi + x11-wm/i3" + +DEPEND="app-text/ronn" + +src_install() { + emake DESTDIR="${D}" PREFIX="/usr" install +} diff --git a/x11-misc/i3blocks/metadata.xml b/x11-misc/i3blocks/metadata.xml new file mode 100644 index 00000000..d396d1b --- /dev/null +++ b/x11-misc/i3blocks/metadata.xml @@ -0,0 +1,8 @@ + + + + + mudler@gentoo.org + Ettore Di Giacinto + +