diff options
author | 2015-04-08 18:49:16 +0000 | |
---|---|---|
committer | 2015-04-08 18:49:16 +0000 | |
commit | 4e069c7904bf5cb23dae53ce43bad99cad042979 (patch) | |
tree | 4718c2c9aad9b36093efdc5ca7f1d58f10e71292 /sci-geosciences/gmapcatcher | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-4e069c7904bf5cb23dae53ce43bad99cad042979.tar.gz gentoo-2-4e069c7904bf5cb23dae53ce43bad99cad042979.tar.bz2 gentoo-2-4e069c7904bf5cb23dae53ce43bad99cad042979.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-geosciences/gmapcatcher')
-rw-r--r-- | sci-geosciences/gmapcatcher/ChangeLog | 7 | ||||
-rw-r--r-- | sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-geosciences/gmapcatcher/ChangeLog b/sci-geosciences/gmapcatcher/ChangeLog index 98d2ac706efb..b13ede0b5bd4 100644 --- a/sci-geosciences/gmapcatcher/ChangeLog +++ b/sci-geosciences/gmapcatcher/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-geosciences/gmapcatcher -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmapcatcher/ChangeLog,v 1.2 2013/07/25 14:46:26 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmapcatcher/ChangeLog,v 1.3 2015/04/08 18:49:15 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> gmapcatcher-0.8.0.4.ebuild: + Drop old Python implementations 25 Jul 2013; Manuel Rüger <mrueg@gentoo.org> gmapcatcher-0.8.0.4.ebuild: Change dep to virtual/python-imaging. Fixes bug #478088 diff --git a/sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.4.ebuild b/sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.4.ebuild index 073a9680e71c..5ea9170f1baa 100644 --- a/sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.4.ebuild +++ b/sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.4.ebuild,v 1.2 2013/07/25 14:46:26 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.4.ebuild,v 1.3 2015/04/08 18:49:15 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="An offline viewer for different map providers" |