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 803581382C5 for ; Fri, 12 Feb 2021 23:39:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F056E0839; Fri, 12 Feb 2021 23:39:54 +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 E6CB2E0839 for ; Fri, 12 Feb 2021 23:39:53 +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 84ECA3410AA for ; Fri, 12 Feb 2021 23:39:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D71FB4C0 for ; Fri, 12 Feb 2021 23:39:50 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1613173159.712d4133da2367bf45f32fb01e2c84c1f99ad7bc.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/volumeicon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/volumeicon/volumeicon-0.5.1-r1.ebuild X-VCS-Directories: media-sound/volumeicon/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 712d4133da2367bf45f32fb01e2c84c1f99ad7bc X-VCS-Branch: master Date: Fri, 12 Feb 2021 23:39:50 +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: e0a48529-f8f5-40cb-93bb-483965a52780 X-Archives-Hash: 3c3150abc769c32b1adeabd3731139d7 commit: 712d4133da2367bf45f32fb01e2c84c1f99ad7bc Author: Conrad Kostecki gentoo org> AuthorDate: Fri Feb 12 23:39:19 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Feb 12 23:39:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712d4133 media-sound/volumeicon: drop old version Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Conrad Kostecki gentoo.org> media-sound/volumeicon/volumeicon-0.5.1-r1.ebuild | 31 ----------------------- 1 file changed, 31 deletions(-) diff --git a/media-sound/volumeicon/volumeicon-0.5.1-r1.ebuild b/media-sound/volumeicon/volumeicon-0.5.1-r1.ebuild deleted file mode 100644 index 9843572f6c7..00000000000 --- a/media-sound/volumeicon/volumeicon-0.5.1-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A lightweight volume control that sits in your systray" -HOMEPAGE="http://nullwise.com/volumeicon.html" -SRC_URI="http://nullwise.com/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="libnotify" - -RDEPEND=" - dev-libs/glib:2 - media-libs/alsa-lib - x11-libs/gtk+:3[X] - x11-libs/libX11 - libnotify? ( >=x11-libs/libnotify-0.7 ) -" -DEPEND="${RDEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig -" - -src_configure() { - # $(use_enable !alsa oss) fails wrt #419891, is likely only for OSS4 - econf $(use_enable libnotify notify) -}