pacho 14/07/14 16:46:10 Modified: ChangeLog Added: roadnav-0.19-r1.ebuild Removed: roadnav-0.19.ebuild Log: Disable flite support as it only works with old flite (#516426) (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.15 app-misc/roadnav/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/roadnav/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/roadnav/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/roadnav/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/roadnav/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 17 Mar 2013 15:01:59 -0000 1.14 +++ ChangeLog 14 Jul 2014 16:46:10 -0000 1.15 @@ -1,6 +1,12 @@ # ChangeLog for app-misc/roadnav -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/roadnav/ChangeLog,v 1.14 2013/03/17 15:01:59 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/roadnav/ChangeLog,v 1.15 2014/07/14 16:46:10 pacho Exp $ + +*roadnav-0.19-r1 (14 Jul 2014) + + 14 Jul 2014; Pacho Ramos <[email protected]> +roadnav-0.19-r1.ebuild, + -roadnav-0.19.ebuild: + Disable flite support as it only works with old flite (#516426) 17 Mar 2013; Markos Chandras <[email protected]> metadata.xml: Add proxy-maintainers to metadata.xml 1.1 app-misc/roadnav/roadnav-0.19-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/roadnav/roadnav-0.19-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/roadnav/roadnav-0.19-r1.ebuild?rev=1.1&content-type=text/plain Index: roadnav-0.19-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/roadnav/roadnav-0.19-r1.ebuild,v 1.1 2014/07/14 16:46:10 pacho Exp $ EAPI=5 WX_GTK_VER=2.8 inherit eutils 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="~amd64 ~x86" IUSE="gps festival openstreetmap scripting" #flite, see bug #516426 DEPEND=" x11-libs/wxGTK:2.8[X] ~dev-libs/libroadnav-${PV} festival? ( app-accessibility/festival ) gps? ( sci-geosciences/gpsd ) " RDEPEND="${DEPEND}" src_prepare() { epatch "${FILESDIR}"/${P}-gcc45.patch } src_configure() { econf \ $(use_enable festival) \ $(use_enable gps gpsd) \ $(use_enable openstreetmap) \ $(use_enable scripting) \ --disable-flite \ --with-wx-config=${WX_CONFIG} } src_install() { default # 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} domenu "${S}"/roadnav.desktop } pkg_postinst() { echo elog "After upgrading to ${P} you will need to recompile your maps." echo }
