diff options
author | 2015-03-14 05:38:02 +0000 | |
---|---|---|
committer | 2015-03-14 05:38:02 +0000 | |
commit | fad2296bbd8aa209c8937a1897706d95931e3de5 (patch) | |
tree | ebef300e72e60af834fb28bbdecaa087a8609dec /sci-visualization | |
parent | Cleanup. (diff) | |
download | gentoo-2-fad2296bbd8aa209c8937a1897706d95931e3de5.tar.gz gentoo-2-fad2296bbd8aa209c8937a1897706d95931e3de5.tar.bz2 gentoo-2-fad2296bbd8aa209c8937a1897706d95931e3de5.zip |
Move to EAPI=5 (bug #543172). Remove old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/pythonprop/ChangeLog | 8 | ||||
-rw-r--r-- | sci-visualization/pythonprop/pythonprop-0.10.ebuild | 45 | ||||
-rw-r--r-- | sci-visualization/pythonprop/pythonprop-0.11.ebuild | 45 | ||||
-rw-r--r-- | sci-visualization/pythonprop/pythonprop-0.13.ebuild | 6 |
4 files changed, 9 insertions, 95 deletions
diff --git a/sci-visualization/pythonprop/ChangeLog b/sci-visualization/pythonprop/ChangeLog index 89a0579a356f..0238a6a364fc 100644 --- a/sci-visualization/pythonprop/ChangeLog +++ b/sci-visualization/pythonprop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/pythonprop -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pythonprop/ChangeLog,v 1.3 2013/11/30 10:13:31 tomjbe Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pythonprop/ChangeLog,v 1.4 2015/03/14 05:38:02 tomjbe Exp $ + + 14 Mar 2015; Thomas Beierlein <tomjbe@gentoo.org> -pythonprop-0.10.ebuild, + -pythonprop-0.11.ebuild, pythonprop-0.13.ebuild: + Move to EAPI=5 (bug #543172). Remove old *pythonprop-0.13 (30 Nov 2013) diff --git a/sci-visualization/pythonprop/pythonprop-0.10.ebuild b/sci-visualization/pythonprop/pythonprop-0.10.ebuild deleted file mode 100644 index 7e023e6b6252..000000000000 --- a/sci-visualization/pythonprop/pythonprop-0.10.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pythonprop/pythonprop-0.10.ebuild,v 1.2 2011/02/09 18:34:42 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" - -inherit python - -DESCRIPTION="Scripts to prepare and plot VOACAP propagation predictions" -HOMEPAGE="http://www.qsl.net/hz1jw/pythonprop" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="sci-electronics/voacapl - dev-python/matplotlib[gtk] - dev-python/basemap" -DEPEND="${RDEPEND}" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - python_convert_shebangs -r 2 . -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS TODO || die -} - -pkg_postinst() { - python_need_rebuild - python_mod_optimize /usr/share/${PN} -} - -pkg_postrm() { - python_mod_cleanup /usr/share/${PN} -} diff --git a/sci-visualization/pythonprop/pythonprop-0.11.ebuild b/sci-visualization/pythonprop/pythonprop-0.11.ebuild deleted file mode 100644 index 022e3e71c5f9..000000000000 --- a/sci-visualization/pythonprop/pythonprop-0.11.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pythonprop/pythonprop-0.11.ebuild,v 1.1 2012/09/10 18:31:13 tomjbe Exp $ - -EAPI="3" -PYTHON_DEPEND="2" - -inherit python - -DESCRIPTION="Scripts to prepare and plot VOACAP propagation predictions" -HOMEPAGE="http://www.qsl.net/hz1jw/pythonprop" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="sci-electronics/voacapl - dev-python/matplotlib[gtk] - dev-python/basemap" -DEPEND="${RDEPEND}" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - python_convert_shebangs -r 2 . -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS TODO || die -} - -pkg_postinst() { - python_need_rebuild - python_mod_optimize /usr/share/${PN} -} - -pkg_postrm() { - python_mod_cleanup /usr/share/${PN} -} diff --git a/sci-visualization/pythonprop/pythonprop-0.13.ebuild b/sci-visualization/pythonprop/pythonprop-0.13.ebuild index 4dc42361111f..2c468c1e4213 100644 --- a/sci-visualization/pythonprop/pythonprop-0.13.ebuild +++ b/sci-visualization/pythonprop/pythonprop-0.13.ebuild @@ -1,8 +1,8 @@ -# 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-visualization/pythonprop/pythonprop-0.13.ebuild,v 1.1 2013/11/30 10:13:31 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pythonprop/pythonprop-0.13.ebuild,v 1.2 2015/03/14 05:38:02 tomjbe Exp $ -EAPI="4" +EAPI="5" PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 |