public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/roadnav: ChangeLog roadnav-0.18.ebuild roadnav-0.15.ebuild roadnav-0.14.ebuild
@ 2007-10-08  6:23 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; only message in thread
From: Ryan Hill (dirtyepic) @ 2007-10-08  6:23 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    07/10/08 06:23:58

  Modified:             ChangeLog
  Added:                roadnav-0.18.ebuild
  Removed:              roadnav-0.15.ebuild roadnav-0.14.ebuild
  Log:
  Version bump for bug #168960 by Andrew Cremins. Note that maps will have to
  be recompiled after the upgrade.
  (Portage version: 2.1.3.12)

Revision  Changes    Path
1.6                  app-misc/roadnav/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/roadnav/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/roadnav/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/roadnav/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/roadnav/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	16 Jun 2007 00:57:46 -0000	1.5
+++ ChangeLog	8 Oct 2007 06:23:58 -0000	1.6
@@ -1,6 +1,13 @@
 # ChangeLog for app-misc/roadnav
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/roadnav/ChangeLog,v 1.5 2007/06/16 00:57:46 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/roadnav/ChangeLog,v 1.6 2007/10/08 06:23:58 dirtyepic Exp $
+
+*roadnav-0.18 (08 Oct 2007)
+
+  08 Oct 2007; Ryan Hill <dirtyepic@gentoo.org> -roadnav-0.14.ebuild,
+  -roadnav-0.15.ebuild, +roadnav-0.18.ebuild:
+  Version bump for bug #168960 by Andrew Cremins. Note that maps will have to
+  be recompiled after the upgrade.
 
   16 Jun 2007; Ryan Hill <dirtyepic@gentoo.org> roadnav-0.16.ebuild:
   Use wxwidgets.eclass, bug #175632.



1.1                  app-misc/roadnav/roadnav-0.18.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/roadnav/roadnav-0.18.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/roadnav/roadnav-0.18.ebuild?rev=1.1&content-type=text/plain

Index: roadnav-0.18.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/roadnav/roadnav-0.18.ebuild,v 1.1 2007/10/08 06:23:58 dirtyepic Exp $

inherit wxwidgets

DESCRIPTION="Roadnav is a street map application with routing and GPS support"
HOMEPAGE="http://roadnav.sourceforge.net"
SRC_URI="mirror://sourceforge/roadnav/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="gps festival flite openstreetmap scripting"

DEPEND="=x11-libs/wxGTK-2.6*
	~dev-libs/libroadnav-${PV}
	festival?	( app-accessibility/festival )
	flite?		( app-accessibility/flite )
	gps?		( sci-geosciences/gpsd )"

RDEPEND="${DEPEND}"

src_compile() {
	WX_GTK_VER=2.6
	need-wxwidgets gtk2

	econf \
	$(use_enable festival) \
	$(use_enable flite) \
	$(use_enable gps gpsd) \
	$(use_enable openstreetmap) \
	$(use_enable scripting) \
	--with-wx-config=${WX_CONFIG} \
	|| die "econf failed"

	emake || die "emake failed"
}

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

	# generic or empty
	for f in NEWS COPYING INSTALL; do
		rm -f "${D}"/usr/share/doc/${PN}/${f}
	done

	# --docdir is broken and hardcoded to ${PN}
	mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${P}

	insinto /usr/share/applications
	doins "${S}"/roadnav.desktop
}

pkg_postinst() {
	echo
	elog "After upgrading to ${P} you will need to recompile your maps."
	echo
}



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2007-10-08  6:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-08  6:23 [gentoo-commits] gentoo-x86 commit in app-misc/roadnav: ChangeLog roadnav-0.18.ebuild roadnav-0.15.ebuild roadnav-0.14.ebuild Ryan Hill (dirtyepic)

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