From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/ncpamixer/
Date: Fri, 23 Apr 2021 08:47:38 +0000 (UTC) [thread overview]
Message-ID: <1619102387.c9658c04a6fe308d658bdc6fe5ea90b8fec4f955.lanodan@gentoo> (raw)
commit: c9658c04a6fe308d658bdc6fe5ea90b8fec4f955
Author: Octiabrina Terrien-Puig <octiabrina <AT> myrvogna <DOT> net>
AuthorDate: Thu Apr 22 14:39:29 2021 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Apr 22 14:39:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c9658c04
media-sound/ncpamixer: disable -Werror
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Octiabrina Terrien-Puig <octiabrina <AT> myrvogna.net>
media-sound/ncpamixer/ncpamixer-1.3.3.1.ebuild | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/media-sound/ncpamixer/ncpamixer-1.3.3.1.ebuild b/media-sound/ncpamixer/ncpamixer-1.3.3.1.ebuild
index 94168ac46..3f9ef7aa9 100644
--- a/media-sound/ncpamixer/ncpamixer-1.3.3.1.ebuild
+++ b/media-sound/ncpamixer/ncpamixer-1.3.3.1.ebuild
@@ -7,15 +7,9 @@ inherit cmake
DESCRIPTION="A ncurses mixer for PulseAudio inspired by pavucontrol"
HOMEPAGE="https://github.com/fulhax/ncpamixer"
+SRC_URI="https://github.com/fulhax/ncpamixer/archive/${PV}.tar.gz -> ${P}.tar.gz"
-if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="https://github.com/fulhax/ncpamixer.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/fulhax/ncpamixer/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
+KEYWORDS="~amd64"
LICENSE="MIT"
SLOT="0"
IUSE="+wide"
@@ -28,10 +22,14 @@ RDEPEND="${DEPEND}"
CMAKE_USE_DIR="${S}/src"
+src_prepare() {
+ sed -i "/-Werror/d" src/CMakeLists.txt || die
+ cmake_src_prepare
+}
+
src_configure() {
local mycmakeargs=(
-DUSE_WIDE="$(usex wide)"
)
-
cmake_src_configure
}
next reply other threads:[~2021-04-23 8:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-23 8:47 Haelwenn Monnier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-14 11:31 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/ncpamixer/ David Roman
2024-12-14 11:46 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-01-30 11:33 David Roman
2024-01-30 11:33 David Roman
2021-04-23 8:47 Haelwenn Monnier
2021-03-05 12:10 Andrew Ammerlaan
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=1619102387.c9658c04a6fe308d658bdc6fe5ea90b8fec4f955.lanodan@gentoo \
--to=contact@hacktivis.me \
--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