diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-05-31 07:22:29 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-05-31 07:22:29 +0000 |
commit | 03bb733c8e409f3c6d05d69b5c797c8323370009 (patch) | |
tree | 6bbc60d7aabe35ab6cc085abbf6cb16b16ba4c49 /sci-geosciences | |
parent | Version bump (diff) | |
download | gentoo-2-03bb733c8e409f3c6d05d69b5c797c8323370009.tar.gz gentoo-2-03bb733c8e409f3c6d05d69b5c797c8323370009.tar.bz2 gentoo-2-03bb733c8e409f3c6d05d69b5c797c8323370009.zip |
Version bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gnome-maps/ChangeLog | 7 | ||||
-rw-r--r-- | sci-geosciences/gnome-maps/gnome-maps-3.12.2.ebuild | 43 |
2 files changed, 49 insertions, 1 deletions
diff --git a/sci-geosciences/gnome-maps/ChangeLog b/sci-geosciences/gnome-maps/ChangeLog index 8b62925d16d0..aee3f10fed86 100644 --- a/sci-geosciences/gnome-maps/ChangeLog +++ b/sci-geosciences/gnome-maps/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-geosciences/gnome-maps # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gnome-maps/ChangeLog,v 1.6 2014/04/27 18:26:03 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gnome-maps/ChangeLog,v 1.7 2014/05/31 07:22:29 pacho Exp $ + +*gnome-maps-3.12.2 (31 May 2014) + + 31 May 2014; Pacho Ramos <pacho@gentoo.org> +gnome-maps-3.12.2.ebuild: + Version bump *gnome-maps-3.12.1 (27 Apr 2014) diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.12.2.ebuild b/sci-geosciences/gnome-maps/gnome-maps-3.12.2.ebuild new file mode 100644 index 000000000000..2d0cc885db3c --- /dev/null +++ b/sci-geosciences/gnome-maps/gnome-maps-3.12.2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gnome-maps/gnome-maps-3.12.2.ebuild,v 1.1 2014/05/31 07:22:29 pacho Exp $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit eutils gnome2 + +DESCRIPTION="A map application for GNOME" +HOMEPAGE="https://wiki.gnome.org/Apps/Maps" + +LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0" +SLOT="0" +IUSE="" +KEYWORDS="~amd64" + +RDEPEND=" + >=app-misc/geoclue-1.99.3:2.0 + >=dev-libs/gjs-1.39 + >=dev-libs/gobject-introspection-0.10.1 + >=dev-libs/glib-2.39.3:2 + media-libs/clutter-gtk:1.0[introspection] + media-libs/clutter:1.0[introspection] + media-libs/cogl:1.0[introspection] + media-libs/libchamplain:0.12[introspection] + net-libs/libsoup:2.4[introspection] + sci-geosciences/geocode-glib[introspection] + x11-libs/gdk-pixbuf:2[introspection] + >=x11-libs/gtk+-3.10:3[introspection] +" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.40 + virtual/pkgconfig +" + +src_prepare() { + # Autogenerated, should not be in tarball at all, upstream bug #731031 + rm "${S}"/src/path.js || die + + gnome2_src_prepare +} |