mschiff 15/01/11 22:35:05 Modified: ChangeLog Added: opencpn-4.0.0.ebuild Log: bump version (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)
Revision Changes Path 1.12 sci-geosciences/opencpn/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/opencpn/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 28 Aug 2013 13:06:49 -0000 1.11 +++ ChangeLog 11 Jan 2015 22:35:05 -0000 1.12 @@ -1,6 +1,11 @@ # ChangeLog for sci-geosciences/opencpn -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/opencpn/ChangeLog,v 1.11 2013/08/28 13:06:49 mschiff Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/opencpn/ChangeLog,v 1.12 2015/01/11 22:35:05 mschiff Exp $ + +*opencpn-4.0.0 (11 Jan 2015) + + 11 Jan 2015; Marc Schiffbauer <[email protected]> +opencpn-4.0.0.ebuild: + bump version 28 Aug 2013; Marc Schiffbauer <[email protected]> opencpn-3.0.2.ebuild, opencpn-3.2.2.ebuild: 1.1 sci-geosciences/opencpn/opencpn-4.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn/opencpn-4.0.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn/opencpn-4.0.0.ebuild?rev=1.1&content-type=text/plain Index: opencpn-4.0.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-geosciences/opencpn/opencpn-4.0.0.ebuild,v 1.1 2015/01/11 22:35:05 mschiff Exp $ EAPI=5 # TODO: add plugins ## wmm_pi, World Magnetic Model (https://github.com/nohal/wmm_pi, GPL-2+) #WMM_PLUGIN_PV="1.0" #WMM_PLUGIN_PN="wmm_pi" #WMM_PLUGIN_P="${WMM_PLUGIN_PN}-${WMM_PLUGIN_PV}" #WMM_PLUGIN_URI="https://github.com/nohal/${WMM_PLUGIN_PN}/archive/${WMM_PLUGIN_PN}-v${WMM_PLUGIN_PV}.tar.gz" #WMM_PLUGIN_WD="${WORKDIR}/plugins/${WMM_PLUGIN_PN}" WX_GTK_VER="2.8" inherit cmake-utils wxwidgets DESCRIPTION="a free, open source software for marine navigation" HOMEPAGE="http://opencpn.org/" SRC_URI="https://github.com/OpenCPN/OpenCPN/archive/v${PV}.tar.gz -> ${P}.tar.gz doc? ( https://launchpad.net/~opencpn/+archive/ubuntu/${PN}/+files/${PN}-doc_${PV}.orig.tar.xz ) " LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc gps opengl" RDEPEND=" app-arch/bzip2 dev-libs/tinyxml media-libs/freetype:2 media-libs/portaudio sys-libs/zlib opengl? ( virtual/opengl ) x11-libs/gtk+:2 x11-libs/wxGTK:2.8[X] gps? ( >=sci-geosciences/gpsd-2.96-r1 ) " DEPEND="${RDEPEND} sys-devel/gettext" S="${WORKDIR}/OpenCPN-${PV}" src_configure() { local mycmakeargs=( $(cmake-utils_use_use gps GPSD) -DUSE_S57=ON -DUSE_GARMINHOST=ON ) cmake-utils_src_configure } src_install() { if use doc; then dohtml -r "${S}"/../${PN}/doc/* fi cmake-utils_src_install } pkg_postinst() { if use doc; then einfo "Documentation is available at file:///usr/share/doc/${P}/html/help_en_US.html" fi }
