public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-radio/qrq: qrq-0.3.0.ebuild ChangeLog
@ 2011-12-24 16:59 Thomas Beierlein (tomjbe)
  0 siblings, 0 replies; only message in thread
From: Thomas Beierlein (tomjbe) @ 2011-12-24 16:59 UTC (permalink / raw
  To: gentoo-commits

tomjbe      11/12/24 16:59:28

  Modified:             ChangeLog
  Added:                qrq-0.3.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  media-radio/qrq/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/qrq/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/qrq/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/qrq/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/qrq/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	28 Nov 2011 15:43:42 -0000	1.5
+++ ChangeLog	24 Dec 2011 16:59:28 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for media-radio/qrq
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/qrq/ChangeLog,v 1.5 2011/11/28 15:43:42 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/qrq/ChangeLog,v 1.6 2011/12/24 16:59:28 tomjbe Exp $
+
+*qrq-0.3.0 (24 Dec 2011)
+
+  24 Dec 2011; Thomas Beierlein <tomjbe@gentoo.org> +qrq-0.3.0.ebuild:
+  Version bump
 
 *qrq-0.2.1 (28 Nov 2011)
 



1.1                  media-radio/qrq/qrq-0.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/qrq/qrq-0.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/qrq/qrq-0.3.0.ebuild?rev=1.1&content-type=text/plain

Index: qrq-0.3.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-radio/qrq/qrq-0.3.0.ebuild,v 1.1 2011/12/24 16:59:28 tomjbe Exp $

EAPI="2"

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}"

src_prepare() {
	# avoid prestripping of 'qrq' binary
	sed -i -e "s/install -s -m/install -m/" Makefile || die
}

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 $CONF DESTDIR="${D}/usr" install || die
	dodoc AUTHORS ChangeLog README || die
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-24 16:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-24 16:59 [gentoo-commits] gentoo-x86 commit in media-radio/qrq: qrq-0.3.0.ebuild ChangeLog Thomas Beierlein (tomjbe)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox