public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kacper Kowalik" <xarthisius@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3status/
Date: Sun,  3 Jan 2016 05:00:50 +0000 (UTC)	[thread overview]
Message-ID: <1451797215.8d1af83ff23f60e36d6e218afe0856409ce24d48.xarthisius@gentoo> (raw)

commit:     8d1af83ff23f60e36d6e218afe0856409ce24d48
Author:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 05:00:15 2016 +0000
Commit:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Sun Jan  3 05:00:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d1af83f

x11-misc/i3status: version bump to 2.10

Fixes bug 570628. Add support for pulseaudio.
Switches from libiw to libnl for wireless.

Reported-by: Jeroen Roovers <jer <AT> gentoo.org>

Package-Manager: portage-2.2.20

 x11-misc/i3status/Manifest             |  1 +
 x11-misc/i3status/i3status-2.10.ebuild | 44 ++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/x11-misc/i3status/Manifest b/x11-misc/i3status/Manifest
index 2132242..edddeac 100644
--- a/x11-misc/i3status/Manifest
+++ b/x11-misc/i3status/Manifest
@@ -1,3 +1,4 @@
+DIST i3status-2.10.tar.bz2 53684 SHA256 daf5d07611b054a43da1a3d28850b05e2dbdbd6d25fd5e25ede98bb1b66e2791 SHA512 a514331d83458de15b548686d423b38a7a9198a7a31ca3001f3f136e4b873617c397a0073bb10b44fa8613bc12ed4fa4e384d099d31122a8afbd0df5de2e9c85 WHIRLPOOL 8f585e208a0764e1caf43aa99bb401261f84e7fc7973aa1448a752710e8997dd3492e686a65b2318a3d30534f6073a7e207cb366f5852a0ce63e8a86f709ccbc
 DIST i3status-2.7.tar.bz2 37594 SHA256 073f4e5de3bc5afc1f23c52ea52e2aa4b90ca8a012f28ba2c5fac3c33474a632 SHA512 7db6aded37e131c75e99f939102ac3b953817456921eec6b9054b6c4e0855f8d1f20638cbcd0f0b18ad24201041a01ade98c4d4cde6ff14bb11508454b8d3062 WHIRLPOOL 3bc2b599cda1d0f9e5442f03dc4e8700f84172c45d193b502f2894420c9be4a5c93022d199a718864a34c8fbbd6dc9d0d911c4c484a826fa4640514418e2f887
 DIST i3status-2.8.tar.bz2 40422 SHA256 ab06c5dd454354e6fc64354082616115082b70dc3906361bce5a02beb0f807fe SHA512 b1e3dbc480660a96a662ccb996769203fae22448f8801cabb56c339ba63ac84d30018c897e2ecac23f513cfe9d9a7d9200a351a2e6b10a42c1929c28e8e22c02 WHIRLPOOL 84444845a10bcdfd68336439c92197629b5e426e474dcfe68fd9cc11b7097476c32337c360429b344fdbe03e70d8b47c5eefd3f489bf2b78fd1df3f2f091a568
 DIST i3status-2.9.tar.bz2 46615 SHA256 42eb09500c625fcac9a7125a29e7bf532ca4b8540942418ee3253aa15e5e9de3 SHA512 67d026fcb4cc2a8af39cc268c962d49c4d3f2473bad92d99fa7fba876235ac83471663b318f890e9d7d3e9e06897286d693d352e686376a3a4876f253f309cb6 WHIRLPOOL 1a94da2c5d3bc4585908367b14ca1b18fada2a0d3c93a231969e6b92586a66bbcf5f67b0952bc6535e44f2e3ef1f66f000b55049b586821697f4fb26783da6cf

diff --git a/x11-misc/i3status/i3status-2.10.ebuild b/x11-misc/i3status/i3status-2.10.ebuild
new file mode 100644
index 0000000..1801fdf
--- /dev/null
+++ b/x11-misc/i3status/i3status-2.10.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs versionator fcaps
+
+DESCRIPTION="generates a status bar for dzen2, xmobar or similar"
+HOMEPAGE="http://i3wm.org/i3status/"
+SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/confuse
+	dev-libs/libnl:3
+	>=dev-libs/yajl-2.0.2
+	media-libs/alsa-lib
+	media-sound/pulseaudio"
+DEPEND="${RDEPEND}
+	app-text/asciidoc
+	virtual/pkgconfig"
+
+src_prepare() {
+	sed -e "/@echo/d" -e "s:@\$(:\$(:g" -e "/setcap/d" \
+		-e '/CFLAGS+=-g/d' -i Makefile || die
+	rm -rf man/${PN}.1  # man not regenerated in tarball
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)"
+}
+
+pkg_postinst() {
+	fcaps cap_net_admin usr/bin/${PN}
+	einfo "${PN} can be used with any of the following programs:"
+	einfo "   i3bar (x11-wm/i3)"
+	einfo "   x11-misc/xmobar"
+	einfo "   x11-misc/dzen"
+	einfo "Please refer to manual: man ${PN}"
+}


             reply	other threads:[~2016-01-03  5:00 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-03  5:00 Kacper Kowalik [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-01-06 14:49 [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3status/ Kacper Kowalik
2016-06-05 13:37 Lars Wendler
2017-06-20 12:53 Pacho Ramos
2018-01-06 21:49 Markus Meier
2018-03-26 19:18 Aaron Bauman
2018-05-13 16:18 Jeroen Roovers
2018-05-25 18:20 Aaron Bauman
2018-07-10 19:03 Johannes Huber
2018-07-15 16:33 Mikle Kolyada
2018-07-16  6:32 Johannes Huber
2019-07-05  8:36 Jeroen Roovers
2020-11-25  7:43 Agostino Sarubbo
2020-11-25  7:45 Agostino Sarubbo
2020-11-26 22:15 Sergei Trofimovich
2020-11-26 22:30 Sergei Trofimovich
2021-01-17 16:12 Jonas Stein
2021-01-18  0:47 Sam James
2021-01-18  0:48 Sam James
2021-01-23 11:28 Sergei Trofimovich
2021-08-04  9:01 Sergei Trofimovich
2021-08-04 15:19 Alexys Jacob
2021-09-21 13:41 Yixun Lan
2021-11-22 14:01 Alexys Jacob
2022-07-01  7:24 Arthur Zamarin
2023-02-11  0:36 Sam James
2023-02-11  0:36 Sam James
2023-02-11  0:36 Sam James
2023-06-11 18:22 Andreas Sturmlechner
2023-06-11 18:22 Andreas Sturmlechner
2023-06-20 12:02 Jakov Smolić

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=1451797215.8d1af83ff23f60e36d6e218afe0856409ce24d48.xarthisius@gentoo \
    --to=xarthisius@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