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 646AB138334 for ; Wed, 11 Dec 2019 21:01:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2F78E0864; Wed, 11 Dec 2019 21:01:50 +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 8EF84E0864 for ; Wed, 11 Dec 2019 21:01:50 +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 5A8A134D93D for ; Wed, 11 Dec 2019 21:01:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBF22895 for ; Wed, 11 Dec 2019 21:01:47 +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: <1576098083.d94d9c7a0ae2aaa3120ada7ccc0578c68d0a1e53.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pulsemixer/Manifest media-sound/pulsemixer/metadata.xml media-sound/pulsemixer/pulsemixer-1.5.0.ebuild media-sound/pulsemixer/pulsemixer-9999.ebuild X-VCS-Directories: media-sound/pulsemixer/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: d94d9c7a0ae2aaa3120ada7ccc0578c68d0a1e53 X-VCS-Branch: master Date: Wed, 11 Dec 2019 21:01:47 +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: 64f99009-4c21-4eb3-8bdc-14425f56a67e X-Archives-Hash: 413ec8c81bc7476c120c65fbc32ca444 commit: d94d9c7a0ae2aaa3120ada7ccc0578c68d0a1e53 Author: John Helmert gmail com> AuthorDate: Sun Oct 6 01:12:35 2019 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Dec 11 21:01:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94d9c7a media-sound/pulsemixer: New package CLI and curses mixer for Pulseaudio Closes: https://github.com/gentoo/gentoo/pull/13180 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: John Helmert III gmail.com> Signed-off-by: Conrad Kostecki gentoo.org> media-sound/pulsemixer/Manifest | 1 + media-sound/pulsemixer/metadata.xml | 16 ++++++++++++++++ media-sound/pulsemixer/pulsemixer-1.5.0.ebuild | 25 +++++++++++++++++++++++++ media-sound/pulsemixer/pulsemixer-9999.ebuild | 25 +++++++++++++++++++++++++ 4 files changed, 67 insertions(+) diff --git a/media-sound/pulsemixer/Manifest b/media-sound/pulsemixer/Manifest new file mode 100644 index 00000000000..5317857c3f8 --- /dev/null +++ b/media-sound/pulsemixer/Manifest @@ -0,0 +1 @@ +DIST pulsemixer-1.5.0.tar.gz 21557 BLAKE2B 4c6cb9a3f9701301223c259532a0803a5c3e5f3abbce6f2763b6fd987f85aba56549e66861e9b69d0bf89c116c6c7e221d11cc65eb9a531402f74e8d63e9d824 SHA512 e07556a0cf2c9f660764977158cf1e338f7d8a92eae639c4a8f355847840e3aa9fb65adf553dbde905b64f2eff57c630bbfe19cfd5420b6205b1e2f688a6de64 diff --git a/media-sound/pulsemixer/metadata.xml b/media-sound/pulsemixer/metadata.xml new file mode 100644 index 00000000000..8878000e28f --- /dev/null +++ b/media-sound/pulsemixer/metadata.xml @@ -0,0 +1,16 @@ + + + + + jchelmertt3@gmail.com + John Helmert III + + + proxy-maint@gentoo.org + Proxy Maintainers + + + GeorgeFilipkin/pulsemixer + https://github.com/GeorgeFilipkin/pulsemixer/releases + + diff --git a/media-sound/pulsemixer/pulsemixer-1.5.0.ebuild b/media-sound/pulsemixer/pulsemixer-1.5.0.ebuild new file mode 100644 index 00000000000..45f1ee6b0c9 --- /dev/null +++ b/media-sound/pulsemixer/pulsemixer-1.5.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_REQ_USE="ncurses" + +inherit distutils-r1 + +DESCRIPTION="CLI and curses mixer for PulseAudio" +HOMEPAGE="https://github.com/GeorgeFilipkin/pulsemixer" + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/GeorgeFilipkin/${PN}" +else + SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" + +RDEPEND="media-sound/pulseaudio" diff --git a/media-sound/pulsemixer/pulsemixer-9999.ebuild b/media-sound/pulsemixer/pulsemixer-9999.ebuild new file mode 100644 index 00000000000..45f1ee6b0c9 --- /dev/null +++ b/media-sound/pulsemixer/pulsemixer-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_REQ_USE="ncurses" + +inherit distutils-r1 + +DESCRIPTION="CLI and curses mixer for PulseAudio" +HOMEPAGE="https://github.com/GeorgeFilipkin/pulsemixer" + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/GeorgeFilipkin/${PN}" +else + SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" + +RDEPEND="media-sound/pulseaudio"