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 595A5138334 for ; Mon, 16 Jul 2018 06:32:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 133A2E0825; Mon, 16 Jul 2018 06:32:50 +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 DDEE1E0825 for ; Mon, 16 Jul 2018 06:32:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E557A335CA7 for ; Mon, 16 Jul 2018 06:32:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 311E0378 for ; Mon, 16 Jul 2018 06:32:46 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1531722759.cf7497ff7ec5460540f6ed14934f225fc98e1607.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3status/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/i3status/Manifest x11-misc/i3status/i3status-2.11.ebuild X-VCS-Directories: x11-misc/i3status/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: cf7497ff7ec5460540f6ed14934f225fc98e1607 X-VCS-Branch: master Date: Mon, 16 Jul 2018 06:32:46 +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: d98d55b2-de65-4920-8733-8a9387c4e9c6 X-Archives-Hash: ec3ee9b4895e41a4af86aecdbd5c5d13 commit: cf7497ff7ec5460540f6ed14934f225fc98e1607 Author: Johannes Huber gentoo org> AuthorDate: Mon Jul 16 06:32:15 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Jul 16 06:32:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf7497ff x11-misc/i3status: Remove 2.11 Superseded by 2.12. Package-Manager: Portage-2.3.42, Repoman-2.3.9 x11-misc/i3status/Manifest | 1 - x11-misc/i3status/i3status-2.11.ebuild | 43 ---------------------------------- 2 files changed, 44 deletions(-) diff --git a/x11-misc/i3status/Manifest b/x11-misc/i3status/Manifest index bcd87a1d87d..0b1283c2fc0 100644 --- a/x11-misc/i3status/Manifest +++ b/x11-misc/i3status/Manifest @@ -1,2 +1 @@ -DIST i3status-2.11.tar.bz2 54970 BLAKE2B bbf60250b3f86fafdbd40ad33d1a07783e461e2193392acaa51ebd435ad7cb85d1bb8f4819d61018f65ad99fc52e93b474484f80b24f3d96df067d8b39dfd934 SHA512 37d2549649178122fab7411a3c714ae041d9c726c140002ec6ccd1a4f2e28af618ca28af9aa3bc45d0cafda0b25dd438c9ed4c3739ddcc0511e19305657730f0 DIST i3status-2.12.tar.bz2 57162 BLAKE2B d3225581b628640bfb6084b390a135562c2ce052078cf014a63e106c83beb14b38270eee28d01898d478a9593ce542684252e420ffe37d07f392509ac9b2a749 SHA512 687a880a65cb8df46f5e9d2256b59724ba3424c502e9a0fb3ca71b070875df5f4008ee501c554bc716f2d728a5cf813a36d22d7377d42c3c46b14381d385bab3 diff --git a/x11-misc/i3status/i3status-2.11.ebuild b/x11-misc/i3status/i3status-2.11.ebuild deleted file mode 100644 index e549829427f..00000000000 --- a/x11-misc/i3status/i3status-2.11.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils toolchain-funcs fcaps - -DESCRIPTION="generates a status bar for dzen2, xmobar or similar" -HOMEPAGE="https://i3wm.org/i3status/" -SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="pulseaudio" - -RDEPEND="dev-libs/confuse:= - dev-libs/libnl:3 - >=dev-libs/yajl-2.0.2 - media-libs/alsa-lib - pulseaudio? ( media-sound/pulseaudio )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${P}-pulseaudio.patch - sed -e "/@echo/d" -e "s:@\$(:\$(:g" -e "/setcap/d" \ - -e '/CFLAGS+=-g/d' -i Makefile || die - eapply_user -} - -src_compile() { - emake V=1 CC="$(tc-getCC)" PULSE=$(usex pulseaudio 1 0) -} - -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}" -}