public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-radio/flrig: flrig-1.3.16.ebuild ChangeLog flrig-1.3.18.ebuild flrig-1.3.15.ebuild
@ 2014-12-13 13:19 Thomas Beierlein (tomjbe)
  0 siblings, 0 replies; only message in thread
From: Thomas Beierlein (tomjbe) @ 2014-12-13 13:19 UTC (permalink / raw
  To: gentoo-commits

tomjbe      14/12/13 13:19:46

  Modified:             flrig-1.3.16.ebuild ChangeLog
  Added:                flrig-1.3.18.ebuild
  Removed:              flrig-1.3.15.ebuild
  Log:
  Builds with dash (bug #526554). Drop old. Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)

Revision  Changes    Path
1.4                  media-radio/flrig/flrig-1.3.16.ebuild

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

Index: flrig-1.3.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/flrig/flrig-1.3.16.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- flrig-1.3.16.ebuild	10 Oct 2014 11:07:34 -0000	1.3
+++ flrig-1.3.16.ebuild	13 Dec 2014 13:19:46 -0000	1.4
@@ -1,8 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/flrig/flrig-1.3.16.ebuild,v 1.3 2014/10/10 11:07:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/flrig/flrig-1.3.16.ebuild,v 1.4 2014/12/13 13:19:46 tomjbe Exp $
 
 EAPI=5
+inherit autotools eutils
 
 DESCRIPTION="Transceiver control program for Amateur Radio use"
 HOMEPAGE="http://www.w1hkj.com/flrig-help/index.html"
@@ -20,6 +21,11 @@
 DEPEND="${RDEPEND}
 	sys-devel/gettext"
 
+src_prepare() {
+	epatch "${FILESDIR}"/fix-bashism.patch
+	eautoreconf
+}
+
 src_install() {
 	emake DESTDIR="${D}" install
 	nonfatal dodoc AUTHORS ChangeLog README



1.37                 media-radio/flrig/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/flrig/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	10 Oct 2014 11:07:34 -0000	1.36
+++ ChangeLog	13 Dec 2014 13:19:46 -0000	1.37
@@ -1,6 +1,13 @@
 # ChangeLog for media-radio/flrig
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/flrig/ChangeLog,v 1.36 2014/10/10 11:07:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/flrig/ChangeLog,v 1.37 2014/12/13 13:19:46 tomjbe Exp $
+
+*flrig-1.3.18 (13 Dec 2014)
+
+  13 Dec 2014; Thomas Beierlein <tomjbe@gentoo.org> -flrig-1.3.15.ebuild,
+  flrig-1.3.16.ebuild, +flrig-1.3.18.ebuild, +files/fix-bashism.patch,
+  -files/vfprintf_bug.diff:
+  Builds with dash (bug #526554). Drop old. Version bump
 
   10 Oct 2014; Agostino Sarubbo <ago@gentoo.org> flrig-1.3.16.ebuild:
   Stable for x86, wrt bug #519468



1.1                  media-radio/flrig/flrig-1.3.18.ebuild

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

Index: flrig-1.3.18.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-radio/flrig/flrig-1.3.18.ebuild,v 1.1 2014/12/13 13:19:46 tomjbe Exp $

EAPI=5
inherit autotools eutils

DESCRIPTION="Transceiver control program for Amateur Radio use"
HOMEPAGE="http://www.w1hkj.com/flrig-help/index.html"
SRC_URI="http://www.w1hkj.com/downloads/flrig/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"

RDEPEND="x11-libs/libX11
	x11-libs/fltk:1
	x11-misc/xdg-utils"

DEPEND="${RDEPEND}
	sys-devel/gettext"

src_prepare() {
	epatch "${FILESDIR}"/fix-bashism.patch
	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install
	nonfatal dodoc AUTHORS ChangeLog README
}





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

only message in thread, other threads:[~2014-12-13 13:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-13 13:19 [gentoo-commits] gentoo-x86 commit in media-radio/flrig: flrig-1.3.16.ebuild ChangeLog flrig-1.3.18.ebuild flrig-1.3.15.ebuild 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