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 A28A11382C5 for ; Sat, 19 Jun 2021 08:31:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB123E088C; Sat, 19 Jun 2021 08:31:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BE85FE088C for ; Sat, 19 Jun 2021 08:31:52 +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 73287340836 for ; Sat, 19 Jun 2021 08:31:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0793A78A for ; Sat, 19 Jun 2021 08:31:50 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1624091492.2165aeaeb5da99007497d355546b7f326ee4cb1b.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/volwheel/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/volwheel/Manifest media-sound/volwheel/volwheel-0.2.9.ebuild X-VCS-Directories: media-sound/volwheel/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 2165aeaeb5da99007497d355546b7f326ee4cb1b X-VCS-Branch: master Date: Sat, 19 Jun 2021 08:31: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: 0bca5e49-b665-4bdf-b212-f8a3b8b50412 X-Archives-Hash: 82d95edee739673a15f561658ad5e1e9 commit: 2165aeaeb5da99007497d355546b7f326ee4cb1b Author: Miroslav Šulc gentoo org> AuthorDate: Sat Jun 19 08:31:32 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Jun 19 08:31:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2165aeae media-sound/volwheel: bump to 0.2.9 Closes: https://bugs.gentoo.org/782760 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/volwheel/Manifest | 1 + media-sound/volwheel/volwheel-0.2.9.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/media-sound/volwheel/Manifest b/media-sound/volwheel/Manifest index 954e115d423..d84d0146920 100644 --- a/media-sound/volwheel/Manifest +++ b/media-sound/volwheel/Manifest @@ -1 +1,2 @@ DIST volwheel-0.2.8.tar.gz 43140 BLAKE2B 87e23aa333485f31b2d21d79825d61aa421283d7ef62fc20e30e21cd11a2c379f5ae536cdba08883ced2a112a4ef0f8de9e719908afdcf5cd94d0431ce92f8b6 SHA512 ee2d121d2a9e2c987407a30187a313db128f1557932d003421e0fbda683cf80d52b5fb3c4c4ab2d07b642e86bb580bb3764a1c091ea57f5068660a035e78721b +DIST volwheel-0.2.9.tar.gz 43921 BLAKE2B 9f555d8666373127de8a02cb4f83b12a2f6dab4c78087c3cef711fc6c59343d69af2f36e68a9354390bd820aff5ea41405b5cf5eef8d196da010efaf5d878b80 SHA512 9a16a9813953d2acfe7bae25c366094f244f34b6031e8d75761468590e76d63005580c26b0f27f26ac6e6537a179d15fdaa4348d94c84d0bb1fb7ec97e092e5d diff --git a/media-sound/volwheel/volwheel-0.2.9.ebuild b/media-sound/volwheel/volwheel-0.2.9.ebuild new file mode 100644 index 00000000000..e1c95db7ae3 --- /dev/null +++ b/media-sound/volwheel/volwheel-0.2.9.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xdg + +DESCRIPTION="A volume control trayicon with mouse wheel support" +HOMEPAGE="https://oliwer.net/b/volwheel.html" +SRC_URI="https://github.com/oliwer/volwheel/archive/refs/tags/v0.2.9.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~mips ~x86" +IUSE="alsa" + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND} + dev-perl/Gtk2 + alsa? ( media-sound/alsa-utils )" + +src_install() { + ./install.pl prefix="${EPREFIX}"/usr destdir="${D}" || die + einstalldocs +}