public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-radio/xastir: xastir-2.0.6.ebuild ChangeLog
@ 2014-09-27 14:51 Thomas Beierlein (tomjbe)
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Beierlein (tomjbe) @ 2014-09-27 14:51 UTC (permalink / raw
  To: gentoo-commits

tomjbe      14/09/27 14:51:00

  Modified:             ChangeLog
  Added:                xastir-2.0.6.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)

Revision  Changes    Path
1.39                 media-radio/xastir/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	27 Sep 2014 12:01:19 -0000	1.38
+++ ChangeLog	27 Sep 2014 14:51:00 -0000	1.39
@@ -1,6 +1,11 @@
 # ChangeLog for media-radio/xastir
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.38 2014/09/27 12:01:19 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.39 2014/09/27 14:51:00 tomjbe Exp $
+
+*xastir-2.0.6 (27 Sep 2014)
+
+  27 Sep 2014; Thomas Beierlein <tomjbe@gentoo.org> +xastir-2.0.6.ebuild:
+  Version bump
 
   27 Sep 2014; Thomas Beierlein <tomjbe@gentoo.org> xastir-2.0.4.ebuild:
   Fix search path for GraphicsMagick during econf



1.1                  media-radio/xastir/xastir-2.0.6.ebuild

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

Index: xastir-2.0.6.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.6.ebuild,v 1.1 2014/09/27 14:51:00 tomjbe Exp $

EAPI=5
inherit autotools eutils flag-o-matic toolchain-funcs

DESCRIPTION="X Amateur Station Tracking and Information Reporting"
HOMEPAGE="http://xastir.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="festival gdal geotiff graphicsmagick"

DEPEND=">=x11-libs/motif-2.3:0
	x11-libs/libXt
	x11-libs/libX11
	x11-libs/libXpm
	x11-apps/xfontsel
	dev-libs/libpcre
	net-misc/curl
	sys-libs/db
	sci-libs/shapelib
	!graphicsmagick? ( media-gfx/imagemagick[-hdri,-q32] )
	graphicsmagick? ( media-gfx/graphicsmagick[-q32] )
	geotiff? ( sci-libs/proj
		sci-libs/libgeotiff
		media-libs/tiff )
	gdal? ( sci-libs/gdal )
	festival? ( app-accessibility/festival )"
RDEPEND="${DEPEND}"

src_prepare() {
	# fix script location (bug #407185)
	epatch "${FILESDIR}"/${PN}-2.0.4-scripts.diff

	# fix __FORTIFY_SOURCE warning (bug #337365)
	epatch 	"${FILESDIR}"/${PN}-2.0.4-fortify.diff

	# do not use builtin shapelib if sci-libs/shapelib is not installed
	# instead build without shapelib support (bug #430704)
	epatch "${FILESDIR}"/${PN}-2.0.4-no-builtin-shapelib.diff

	# do not filter duplicate flags (see bug 411095)
	epatch "${FILESDIR}"/${PN}-2.0.0-dont-filter-flags.diff

	eautoreconf
}

src_configure() {
	# provide include path to GraphicsMagic for configure stage
	use graphicsmagick && append-cflags -I/usr/include/GraphicsMagick
	econf --with-pcre \
		--with-shapelib \
		--with-dbfawk \
		--without-ax25 \
		--without-gpsman \
		$(use_with !graphicsmagick imagemagick) \
		$(use_with graphicsmagick) \
		$(use_with geotiff libproj) \
		$(use_with geotiff) \
		$(use_with gdal) \
		$(use_with festival)
}

src_compile() {
	emake AR="$(tc-getAR)"
}

src_install() {
	emake DESTDIR="${D}" install

	rm -rf "${D}"/usr/share/doc/${PN}
	dodoc AUTHORS ChangeLog FAQ README README.Contributing \
		README.Getting-Started README.MAPS
}

pkg_postinst() {
	elog "Kernel mode AX.25 and GPSman library not supported."
	elog
	elog "Remember you have to be root to add addditional scripts,"
	elog "maps and other configuration data under /usr/share/xastir."
}





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

* [gentoo-commits] gentoo-x86 commit in media-radio/xastir: xastir-2.0.6.ebuild ChangeLog
@ 2015-02-21 17:42 Thomas Beierlein (tomjbe)
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Beierlein (tomjbe) @ 2015-02-21 17:42 UTC (permalink / raw
  To: gentoo-commits

tomjbe      15/02/21 17:42:14

  Modified:             xastir-2.0.6.ebuild ChangeLog
  Log:
  Fix slot dependencies for media-libs/tiff and sys-libs/db
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)

Revision  Changes    Path
1.2                  media-radio/xastir/xastir-2.0.6.ebuild

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

Index: xastir-2.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xastir-2.0.6.ebuild	27 Sep 2014 14:51:00 -0000	1.1
+++ xastir-2.0.6.ebuild	21 Feb 2015 17:42:14 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.6.ebuild,v 1.1 2014/09/27 14:51:00 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.6.ebuild,v 1.2 2015/02/21 17:42:14 tomjbe Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic toolchain-funcs
@@ -21,13 +21,13 @@
 	x11-apps/xfontsel
 	dev-libs/libpcre
 	net-misc/curl
-	sys-libs/db
+	sys-libs/db:4.8
 	sci-libs/shapelib
 	!graphicsmagick? ( media-gfx/imagemagick[-hdri,-q32] )
 	graphicsmagick? ( media-gfx/graphicsmagick[-q32] )
 	geotiff? ( sci-libs/proj
 		sci-libs/libgeotiff
-		media-libs/tiff )
+		media-libs/tiff:0 )
 	gdal? ( sci-libs/gdal )
 	festival? ( app-accessibility/festival )"
 RDEPEND="${DEPEND}"



1.40                 media-radio/xastir/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	27 Sep 2014 14:51:00 -0000	1.39
+++ ChangeLog	21 Feb 2015 17:42:14 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for media-radio/xastir
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.39 2014/09/27 14:51:00 tomjbe Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.40 2015/02/21 17:42:14 tomjbe Exp $
+
+  21 Feb 2015; Thomas Beierlein <tomjbe@gentoo.org> xastir-2.0.6.ebuild:
+  Fix slot dependencies for media-libs/tiff and sys-libs/db
 
 *xastir-2.0.6 (27 Sep 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in media-radio/xastir: xastir-2.0.6.ebuild ChangeLog
@ 2015-04-26 16:24 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2015-04-26 16:24 UTC (permalink / raw
  To: gentoo-commits

pacho       15/04/26 16:24:01

  Modified:             xastir-2.0.6.ebuild ChangeLog
  Log:
  x86 stable wrt bug #535486
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.3                  media-radio/xastir/xastir-2.0.6.ebuild

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

Index: xastir-2.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xastir-2.0.6.ebuild	21 Feb 2015 17:42:14 -0000	1.2
+++ xastir-2.0.6.ebuild	26 Apr 2015 16:24:01 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.6.ebuild,v 1.2 2015/02/21 17:42:14 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.6.ebuild,v 1.3 2015/04/26 16:24:01 pacho Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="festival gdal geotiff graphicsmagick"
 
 DEPEND=">=x11-libs/motif-2.3:0



1.41                 media-radio/xastir/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	21 Feb 2015 17:42:14 -0000	1.40
+++ ChangeLog	26 Apr 2015 16:24:01 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for media-radio/xastir
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.40 2015/02/21 17:42:14 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.41 2015/04/26 16:24:01 pacho Exp $
+
+  26 Apr 2015; Pacho Ramos <pacho@gentoo.org> xastir-2.0.6.ebuild:
+  x86 stable wrt bug #535486
 
   21 Feb 2015; Thomas Beierlein <tomjbe@gentoo.org> xastir-2.0.6.ebuild:
   Fix slot dependencies for media-libs/tiff and sys-libs/db





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

* [gentoo-commits] gentoo-x86 commit in media-radio/xastir: xastir-2.0.6.ebuild ChangeLog
@ 2015-06-27 17:47 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-27 17:47 UTC (permalink / raw
  To: gentoo-commits

ago         15/06/27 17:47:01

  Modified:             xastir-2.0.6.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535486
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  media-radio/xastir/xastir-2.0.6.ebuild

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

Index: xastir-2.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xastir-2.0.6.ebuild	26 Apr 2015 16:24:01 -0000	1.3
+++ xastir-2.0.6.ebuild	27 Jun 2015 17:47:01 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.6.ebuild,v 1.3 2015/04/26 16:24:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.6.ebuild,v 1.4 2015/06/27 17:47:01 ago Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="festival gdal geotiff graphicsmagick"
 
 DEPEND=">=x11-libs/motif-2.3:0



1.42                 media-radio/xastir/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	26 Apr 2015 16:24:01 -0000	1.41
+++ ChangeLog	27 Jun 2015 17:47:01 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for media-radio/xastir
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.41 2015/04/26 16:24:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.42 2015/06/27 17:47:01 ago Exp $
+
+  27 Jun 2015; Agostino Sarubbo <ago@gentoo.org> xastir-2.0.6.ebuild:
+  Stable for amd64, wrt bug #535486
 
   26 Apr 2015; Pacho Ramos <pacho@gentoo.org> xastir-2.0.6.ebuild:
   x86 stable wrt bug #535486





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

end of thread, other threads:[~2015-06-27 17:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-27 17:47 [gentoo-commits] gentoo-x86 commit in media-radio/xastir: xastir-2.0.6.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-26 16:24 Pacho Ramos (pacho)
2015-02-21 17:42 Thomas Beierlein (tomjbe)
2014-09-27 14:51 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