diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-10-08 06:14:08 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-10-08 06:14:08 +0000 |
commit | 080616d1b5b820d36f6e77febb27d906af767d47 (patch) | |
tree | b9771b03cd2c26a8a6834ee0697023dbfe5fcdf3 /dev-libs/libroadnav | |
parent | fix on ppc64 for bug #195058 (diff) | |
download | gentoo-2-080616d1b5b820d36f6e77febb27d906af767d47.tar.gz gentoo-2-080616d1b5b820d36f6e77febb27d906af767d47.tar.bz2 gentoo-2-080616d1b5b820d36f6e77febb27d906af767d47.zip |
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)
Diffstat (limited to 'dev-libs/libroadnav')
-rw-r--r-- | dev-libs/libroadnav/ChangeLog | 14 | ||||
-rw-r--r-- | dev-libs/libroadnav/files/digest-libroadnav-0.18 | 3 | ||||
-rw-r--r-- | dev-libs/libroadnav/libroadnav-0.14.ebuild | 26 | ||||
-rw-r--r-- | dev-libs/libroadnav/libroadnav-0.15.ebuild | 26 | ||||
-rw-r--r-- | dev-libs/libroadnav/libroadnav-0.18.ebuild | 39 |
5 files changed, 55 insertions, 53 deletions
diff --git a/dev-libs/libroadnav/ChangeLog b/dev-libs/libroadnav/ChangeLog index d1ab4eda8886..adc90ae18a98 100644 --- a/dev-libs/libroadnav/ChangeLog +++ b/dev-libs/libroadnav/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for dev-libs/libroadnav # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libroadnav/ChangeLog,v 1.5 2007/06/16 00:57:11 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libroadnav/ChangeLog,v 1.6 2007/10/08 06:14:08 dirtyepic Exp $ + + 08 Oct 2007; Ryan Hill <dirtyepic@gentoo.org> -libroadnav-0.14.ebuild, + -libroadnav-0.15.ebuild, +libroadnav-0.18.ebuild: + Version bump for bug #168960 by Andrew Cremins. Note that maps will have to + be recompiled after the upgrade. + +*libroadnav-0.18 (08 Oct 2007) + + 08 Oct 2007; Ryan Hill <dirtyepic@gentoo.org> -libroadnav-0.14.ebuild, + -libroadnav-0.15.ebuild, +libroadnav-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> libroadnav-0.16.ebuild: Use wxwidgets.eclass, bug #175632. diff --git a/dev-libs/libroadnav/files/digest-libroadnav-0.18 b/dev-libs/libroadnav/files/digest-libroadnav-0.18 new file mode 100644 index 000000000000..23a7d5338469 --- /dev/null +++ b/dev-libs/libroadnav/files/digest-libroadnav-0.18 @@ -0,0 +1,3 @@ +MD5 92a1493638cb9093aa0f2b118a33e3a4 libroadnav-0.18.tar.gz 835249 +RMD160 ec74d3f95bbf1021edd5edcf4d478ca2ce053382 libroadnav-0.18.tar.gz 835249 +SHA256 cb6ff0a7e150e25ee7c97c213017b1c656a519ca7c920952c0192cb0be40ec79 libroadnav-0.18.tar.gz 835249 diff --git a/dev-libs/libroadnav/libroadnav-0.14.ebuild b/dev-libs/libroadnav/libroadnav-0.14.ebuild deleted file mode 100644 index 40c48753a34a..000000000000 --- a/dev-libs/libroadnav/libroadnav-0.14.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libroadnav/libroadnav-0.14.ebuild,v 1.1 2006/07/23 13:25:15 kloeri Exp $ - -DESCRIPTION="LibRoadnav is a library capable of plotting street maps and providing driving directions for US addresses" -HOMEPAGE="http://roadnav.sourceforge.net" -SRC_URI="mirror://sourceforge/roadnav/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND=">=x11-libs/wxGTK-2.6.2-r1" - -src_compile() { - econf \ - --with-wx-config=wx-config-2.6 \ - --with-wx-config-path=/usr/bin \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" -} diff --git a/dev-libs/libroadnav/libroadnav-0.15.ebuild b/dev-libs/libroadnav/libroadnav-0.15.ebuild deleted file mode 100644 index 1d24ffe5bd8f..000000000000 --- a/dev-libs/libroadnav/libroadnav-0.15.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libroadnav/libroadnav-0.15.ebuild,v 1.1 2006/09/05 18:50:47 kloeri Exp $ - -DESCRIPTION="LibRoadnav is a library capable of plotting street maps and providing driving directions for US addresses" -HOMEPAGE="http://roadnav.sourceforge.net" -SRC_URI="mirror://sourceforge/roadnav/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND=">=x11-libs/wxGTK-2.6.2-r1" - -src_compile() { - econf \ - --with-wx-config=wx-config-2.6 \ - --with-wx-config-path=/usr/bin \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" -} diff --git a/dev-libs/libroadnav/libroadnav-0.18.ebuild b/dev-libs/libroadnav/libroadnav-0.18.ebuild new file mode 100644 index 000000000000..bb1d21e1bbda --- /dev/null +++ b/dev-libs/libroadnav/libroadnav-0.18.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libroadnav/libroadnav-0.18.ebuild,v 1.1 2007/10/08 06:14:08 dirtyepic Exp $ + +inherit wxwidgets + +DESCRIPTION="LibRoadnav is a library capable of plotting street maps and providing driving directions for US addresses" +HOMEPAGE="http://roadnav.sourceforge.net" +SRC_URI="mirror://sourceforge/roadnav/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="=x11-libs/wxGTK-2.6*" + +src_compile() { + WX_GTK_VER=2.6 + need-wxwidgets gtk2 + + econf \ + --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} +} |