public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-radio/unixcw: unixcw-3.3.1.ebuild ChangeLog
@ 2014-05-16  5:22 Thomas Beierlein (tomjbe)
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Beierlein (tomjbe) @ 2014-05-16  5:22 UTC (permalink / raw
  To: gentoo-commits

tomjbe      14/05/16 05:22:34

  Modified:             ChangeLog
  Added:                unixcw-3.3.1.ebuild
  Log:
  Bug fix release
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)

Revision  Changes    Path
1.13                 media-radio/unixcw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/unixcw/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	25 Dec 2013 13:26:27 -0000	1.12
+++ ChangeLog	16 May 2014 05:22:34 -0000	1.13
@@ -1,6 +1,11 @@
 # ChangeLog for media-radio/unixcw
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/unixcw/ChangeLog,v 1.12 2013/12/25 13:26:27 tomjbe Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/unixcw/ChangeLog,v 1.13 2014/05/16 05:22:34 tomjbe Exp $
+
+*unixcw-3.3.1 (16 May 2014)
+
+  16 May 2014; Thomas Beierlein <tomjbe@gentoo.org> +unixcw-3.3.1.ebuild:
+  Bug fix release
 
 *unixcw-3.3.0 (25 Dec 2013)
 



1.1                  media-radio/unixcw/unixcw-3.3.1.ebuild

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

Index: unixcw-3.3.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-radio/unixcw/unixcw-3.3.1.ebuild,v 1.1 2014/05/16 05:22:34 tomjbe Exp $

EAPI=4

inherit autotools eutils flag-o-matic multilib

DESCRIPTION="A package of programs that fit together to form a morse code tutor program."
HOMEPAGE="http://unixcw.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~x86"
IUSE="alsa ncurses pulseaudio suid qt4"

RDEPEND="ncurses? ( sys-libs/ncurses )
	qt4? ( dev-qt/qtgui:4[qt3support] )
	alsa? ( media-libs/alsa-lib )
	pulseaudio? ( media-sound/pulseaudio )"
DEPEND="${RDEPEND}
	virtual/pkgconfig
	sys-devel/libtool
	!<=app-misc/cw-1.0.16-r1"

src_prepare() {
	append-cflags -std=gnu99
	# add path to qt4 libs
	sed -i -e "s#LDADD = -L#LDADD = -L/usr/$(get_libdir)/qt4 -L#g" \
		src/xcwcp/Makefile.am
	eautoreconf
}

src_configure() {
	econf --libdir=/usr/$(get_libdir) \
		$(use_enable pulseaudio ) \
		$(use_enable alsa ) \
		$(use_enable ncurses cwcp ) \
		$(use_enable qt4 xcwcp )
}

src_install() {
	emake DESTDIR="${D}" install
	prune_libtool_files
	dodoc ChangeLog NEWS README
	if ! use suid ; then
		fperms 711 /usr/bin/cw
		if use ncurses ; then
			fperms 711 /usr/bin/cwcp
		fi
		if use qt4 ; then
			fperms 711 /usr/bin/xcwcp
		fi
	fi
}

pkg_postinst() {
	if use suid ; then
		ewarn "You have choosen to install 'cw', 'cwcp' and 'xcwcp' setuid"
		ewarn "by setting USE=suid."
		ewarn "Be aware that this is a security risk and not recommended."
		ewarn ""
		ewarn "These files do only need root access if you want to use the"
		ewarn "PC speaker for morse sidetone output. You can alternativly"
		ewarn "drop USE=suid and use sudo."
	else
		elog "Be aware that 'cw', 'cwcp' and 'xcwcp' needs root access if"
		elog "you want to use the PC speaker for morse sidetone output."
		elog "You can call the programs via sudo for that (see 'man sudo')."
	fi
}





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-radio/unixcw: unixcw-3.3.1.ebuild ChangeLog
@ 2014-10-09 15:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-10-09 15:18 UTC (permalink / raw
  To: gentoo-commits

ago         14/10/09 15:18:23

  Modified:             unixcw-3.3.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #519628
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  media-radio/unixcw/unixcw-3.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/unixcw/unixcw-3.3.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/unixcw/unixcw-3.3.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/unixcw/unixcw-3.3.1.ebuild?r1=1.2&r2=1.3

Index: unixcw-3.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/unixcw/unixcw-3.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- unixcw-3.3.1.ebuild	10 Aug 2014 21:04:02 -0000	1.2
+++ unixcw-3.3.1.ebuild	9 Oct 2014 15:18:23 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/unixcw/unixcw-3.3.1.ebuild,v 1.2 2014/08/10 21:04:02 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/unixcw/unixcw-3.3.1.ebuild,v 1.3 2014/10/09 15:18:23 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~x86"
 IUSE="alsa ncurses pulseaudio suid qt4"
 
 RDEPEND="ncurses? ( sys-libs/ncurses )



1.15                 media-radio/unixcw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/unixcw/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	10 Aug 2014 21:04:02 -0000	1.14
+++ ChangeLog	9 Oct 2014 15:18:23 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for media-radio/unixcw
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/unixcw/ChangeLog,v 1.14 2014/08/10 21:04:02 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/unixcw/ChangeLog,v 1.15 2014/10/09 15:18:23 ago Exp $
+
+  09 Oct 2014; Agostino Sarubbo <ago@gentoo.org> unixcw-3.3.1.ebuild:
+  Stable for amd64, wrt bug #519628
 
   10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> unixcw-2.3-r6.ebuild,
   unixcw-3.0.2.ebuild, unixcw-3.1.1.ebuild, unixcw-3.2.0.ebuild,





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-radio/unixcw: unixcw-3.3.1.ebuild ChangeLog
@ 2014-10-10 11:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-10-10 11:08 UTC (permalink / raw
  To: gentoo-commits

ago         14/10/10 11:08:27

  Modified:             unixcw-3.3.1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #519628
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  media-radio/unixcw/unixcw-3.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/unixcw/unixcw-3.3.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/unixcw/unixcw-3.3.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/unixcw/unixcw-3.3.1.ebuild?r1=1.3&r2=1.4

Index: unixcw-3.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/unixcw/unixcw-3.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- unixcw-3.3.1.ebuild	9 Oct 2014 15:18:23 -0000	1.3
+++ unixcw-3.3.1.ebuild	10 Oct 2014 11:08:27 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/unixcw/unixcw-3.3.1.ebuild,v 1.3 2014/10/09 15:18:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/unixcw/unixcw-3.3.1.ebuild,v 1.4 2014/10/10 11:08:27 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~ppc x86"
 IUSE="alsa ncurses pulseaudio suid qt4"
 
 RDEPEND="ncurses? ( sys-libs/ncurses )



1.16                 media-radio/unixcw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/unixcw/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	9 Oct 2014 15:18:23 -0000	1.15
+++ ChangeLog	10 Oct 2014 11:08:27 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for media-radio/unixcw
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/unixcw/ChangeLog,v 1.15 2014/10/09 15:18:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/unixcw/ChangeLog,v 1.16 2014/10/10 11:08:27 ago Exp $
+
+  10 Oct 2014; Agostino Sarubbo <ago@gentoo.org> unixcw-3.3.1.ebuild:
+  Stable for x86, wrt bug #519628
 
   09 Oct 2014; Agostino Sarubbo <ago@gentoo.org> unixcw-3.3.1.ebuild:
   Stable for amd64, wrt bug #519628





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-radio/unixcw: unixcw-3.3.1.ebuild ChangeLog
@ 2014-10-18 14:32 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-10-18 14:32 UTC (permalink / raw
  To: gentoo-commits

ago         14/10/18 14:32:50

  Modified:             unixcw-3.3.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #519628
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  media-radio/unixcw/unixcw-3.3.1.ebuild

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

Index: unixcw-3.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/unixcw/unixcw-3.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- unixcw-3.3.1.ebuild	10 Oct 2014 11:08:27 -0000	1.4
+++ unixcw-3.3.1.ebuild	18 Oct 2014 14:32:50 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/unixcw/unixcw-3.3.1.ebuild,v 1.4 2014/10/10 11:08:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/unixcw/unixcw-3.3.1.ebuild,v 1.5 2014/10/18 14:32:50 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc x86"
+KEYWORDS="~alpha amd64 ppc x86"
 IUSE="alsa ncurses pulseaudio suid qt4"
 
 RDEPEND="ncurses? ( sys-libs/ncurses )



1.18                 media-radio/unixcw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/unixcw/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	10 Oct 2014 15:45:43 -0000	1.17
+++ ChangeLog	18 Oct 2014 14:32:50 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for media-radio/unixcw
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/unixcw/ChangeLog,v 1.17 2014/10/10 15:45:43 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/unixcw/ChangeLog,v 1.18 2014/10/18 14:32:50 ago Exp $
+
+  18 Oct 2014; Agostino Sarubbo <ago@gentoo.org> unixcw-3.3.1.ebuild:
+  Stable for ppc, wrt bug #519628
 
   10 Oct 2014; Thomas Beierlein <tomjbe@gentoo.org> -unixcw-2.3-r6.ebuild,
   -unixcw-3.0.2.ebuild, -unixcw-3.1.1.ebuild, -unixcw-3.2.0.ebuild:





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-radio/unixcw: unixcw-3.3.1.ebuild ChangeLog
@ 2014-11-02  9:07 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-02  9:07 UTC (permalink / raw
  To: gentoo-commits

ago         14/11/02 09:07:59

  Modified:             unixcw-3.3.1.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #519628
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  media-radio/unixcw/unixcw-3.3.1.ebuild

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

Index: unixcw-3.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/unixcw/unixcw-3.3.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- unixcw-3.3.1.ebuild	18 Oct 2014 14:32:50 -0000	1.5
+++ unixcw-3.3.1.ebuild	2 Nov 2014 09:07:59 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/unixcw/unixcw-3.3.1.ebuild,v 1.5 2014/10/18 14:32:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/unixcw/unixcw-3.3.1.ebuild,v 1.6 2014/11/02 09:07:59 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc x86"
+KEYWORDS="alpha amd64 ppc x86"
 IUSE="alsa ncurses pulseaudio suid qt4"
 
 RDEPEND="ncurses? ( sys-libs/ncurses )



1.19                 media-radio/unixcw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/unixcw/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	18 Oct 2014 14:32:50 -0000	1.18
+++ ChangeLog	2 Nov 2014 09:07:59 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for media-radio/unixcw
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/unixcw/ChangeLog,v 1.18 2014/10/18 14:32:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/unixcw/ChangeLog,v 1.19 2014/11/02 09:07:59 ago Exp $
+
+  02 Nov 2014; Agostino Sarubbo <ago@gentoo.org> unixcw-3.3.1.ebuild:
+  Stable for alpha, wrt bug #519628
 
   18 Oct 2014; Agostino Sarubbo <ago@gentoo.org> unixcw-3.3.1.ebuild:
   Stable for ppc, wrt bug #519628





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-11-02  9:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-09 15:18 [gentoo-commits] gentoo-x86 commit in media-radio/unixcw: unixcw-3.3.1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-11-02  9:07 Agostino Sarubbo (ago)
2014-10-18 14:32 Agostino Sarubbo (ago)
2014-10-10 11:08 Agostino Sarubbo (ago)
2014-05-16  5:22 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