public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Beierlein" <tomjbe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/qrq/
Date: Fri, 19 Apr 2019 14:49:18 +0000 (UTC)	[thread overview]
Message-ID: <1555685348.5d3d6ccbafb6d638bbe8b510a07070f3f15c97a3.tomjbe@gentoo> (raw)

commit:     5d3d6ccbafb6d638bbe8b510a07070f3f15c97a3
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 14:49:08 2019 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 14:49:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3d6ccb

media-radio/qrq: Version bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 media-radio/qrq/Manifest         |  1 +
 media-radio/qrq/qrq-0.3.2.ebuild | 41 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/media-radio/qrq/Manifest b/media-radio/qrq/Manifest
index 002f1b6bc4a..ea249a83a8a 100644
--- a/media-radio/qrq/Manifest
+++ b/media-radio/qrq/Manifest
@@ -1 +1,2 @@
 DIST qrq-0.3.1.tar.gz 131508 BLAKE2B f33f970b7d94291740ad4a7f0136a4ecf98aa9e7ef927e776326792da3dee884e114ea265354c2f5e15048a4979cfc195b9f5b827b76a11a267b15e6f9f58cc6 SHA512 ce6e3b6f79575f11457f56e1044267dbefda20b13ba43fd79b2ad5821b4502a8a2badacbd891e154472d6f26334a0a8fcddf9521d905d8e7a72d8a687346e23d
+DIST qrq-0.3.2.tar.gz 132546 BLAKE2B a19be5742deb719471c43e873c387995ab51a776d0f5b303f0f2fa15a87c697961cd5c93cc615a496f7377e0ab43ac8a2c12edbc7bc11ac44997b1b6788ad809 SHA512 1513428ee836610c7d755315a1cfc03dadacc33d78605fa9d0dd84786f4122f7ba7f928afa40a4fdc0bb9b19151fb8acdd1a7684a2ac6a76703379b9121e6ac5

diff --git a/media-radio/qrq/qrq-0.3.2.ebuild b/media-radio/qrq/qrq-0.3.2.ebuild
new file mode 100644
index 00000000000..e73c542665e
--- /dev/null
+++ b/media-radio/qrq/qrq-0.3.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit toolchain-funcs
+
+DESCRIPTION="Yet another CW trainer for Linux/Unix"
+HOMEPAGE="http://fkurz.net/ham/qrq.html"
+SRC_URI="http://fkurz.net/ham/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="pulseaudio"
+
+DEPEND="sys-libs/ncurses:=
+	pulseaudio? ( media-sound/pulseaudio )"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-tinfo.patch" )
+
+src_prepare() {
+	# avoid prestripping of 'qrq' binary
+	sed -i -e "s/install -s -m/install -m/" Makefile || die
+	sed -i -e "s/CC=gcc/CC=$(tc-getCC)/" Makefile || die
+	default
+}
+
+src_compile() {
+	CONF="USE_PA=NO USE_OSS=YES"
+	if use pulseaudio; then
+		CONF="USE_PA=YES USE_OSS=NO"
+	fi
+	emake $CONF
+}
+
+src_install() {
+	emake DESTDIR="${D}/usr" install
+	dodoc AUTHORS ChangeLog README
+}


             reply	other threads:[~2019-04-20 23:22 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-19 14:49 Thomas Beierlein [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-15 10:26 [gentoo-commits] repo/gentoo:master commit in: media-radio/qrq/ Thomas Beierlein
2025-03-08 14:34 Jakov Smolić
2025-03-08 12:10 Sam James
2023-06-18 14:02 Thomas Beierlein
2022-04-01  9:11 Thomas Beierlein
2022-03-31 17:36 Jakov Smolić
2022-03-31 17:36 Jakov Smolić
2022-02-05 12:16 Thomas Beierlein
2021-04-19 21:23 Sam James
2019-08-23 10:37 Agostino Sarubbo
2019-08-23 10:03 Agostino Sarubbo
2019-05-11 11:34 Thomas Beierlein
2019-04-24  5:40 Thomas Beierlein
2019-04-19 14:49 Thomas Beierlein
2017-06-06 11:31 Agostino Sarubbo
2015-12-21 17:19 Thomas Beierlein

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=1555685348.5d3d6ccbafb6d638bbe8b510a07070f3f15c97a3.tomjbe@gentoo \
    --to=tomjbe@gentoo.org \
    --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