public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Beierlein" <tomjbe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/
Date: Mon, 30 Mar 2020 05:57:21 +0000 (UTC)	[thread overview]
Message-ID: <1585547824.63bbe03629ebb5765c07025b857169efbb12d6cd.tomjbe@gentoo> (raw)

commit:     63bbe03629ebb5765c07025b857169efbb12d6cd
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 30 05:57:04 2020 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Mon Mar 30 05:57:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63bbe036

sci-visualization/pythonprop: Remove old Python2 only ebuilds

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 sci-visualization/pythonprop/Manifest              |  2 --
 .../pythonprop/pythonprop-0.13.ebuild              | 31 ----------------
 .../pythonprop/pythonprop-0.18-r2.ebuild           | 41 ----------------------
 3 files changed, 74 deletions(-)

diff --git a/sci-visualization/pythonprop/Manifest b/sci-visualization/pythonprop/Manifest
index 0bf09c1d281..df3b3b966ad 100644
--- a/sci-visualization/pythonprop/Manifest
+++ b/sci-visualization/pythonprop/Manifest
@@ -1,3 +1 @@
-DIST pythonprop-0.13.tar.gz 217721 BLAKE2B bd22106e528267ea49e1f68e22ad03958bd064aa4009a5da01a7943dedc7f4e84b8e8dfe8bfc80bc0fe248457cdef69df1d471017c9626757a764aad52e1ccb3 SHA512 b637f48369c926c8dd680a433d46236dc4fa70be79b2325d8f82e320b2d75b1e6d7d992bd81022d27fb6ab118d92178c7ad5ad94f6011a396e4a28d7431bbf2b
-DIST pythonprop-0.18.tar.gz 1158035 BLAKE2B 3a01eb72ccfc3d0ebc356c4518d570544cedb01c5dff02ba55dd6be02b529bb4e6cf53346f74ac0dc21cf0662b107f58a064a704c124024c98419f330846868a SHA512 2ca796f215e5aab33bee7dd161358c3065b464587597363dee9f03758cf666cca1b70f5b83e8ac266e21f77b806711cb6f48a1d7c3cd0b97f1461e897f5f9f80
 DIST pythonprop-0.29.tar.gz 586118 BLAKE2B ac018f147206b59fbd2295e6e72d6e1a801d6456d8a9784bdb2511b0d9dcecfa455363826680051c90e0fcc83fdc95a16c91df120efb2e70456958276967dec7 SHA512 2fbbffedc9e010fdebeed7a84d23c599a2532ae0b67e6a2ba2da6bea0dc0496cb1f71ac54650285ed35196f33e689fc3d967e3bd7c4fb16832fc484a6b777fcb

diff --git a/sci-visualization/pythonprop/pythonprop-0.13.ebuild b/sci-visualization/pythonprop/pythonprop-0.13.ebuild
deleted file mode 100644
index 729017cea4f..00000000000
--- a/sci-visualization/pythonprop/pythonprop-0.13.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-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=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-	${PYTHON_DEPS}
-	$(python_gen_cond_dep '
-		|| (
-			dev-python/matplotlib-python2[gtk2,${PYTHON_MULTI_USEDEP}]
-			dev-python/matplotlib[gtk2,${PYTHON_MULTI_USEDEP}]
-		)
-	')
-	dev-python/basemap[${PYTHON_SINGLE_USEDEP}]
-	sci-electronics/voacapl
-"
-DEPEND="${RDEPEND}"

diff --git a/sci-visualization/pythonprop/pythonprop-0.18-r2.ebuild b/sci-visualization/pythonprop/pythonprop-0.18-r2.ebuild
deleted file mode 100644
index 4f8e8ef1e52..00000000000
--- a/sci-visualization/pythonprop/pythonprop-0.18-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Scripts to prepare and plot VOACAP propagation predictions"
-HOMEPAGE="http://www.qsl.net/hz1jw/pythonprop"
-SRC_URI="http://www.qsl.net/h/hz1jw/${PN}/downloads/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-	${PYTHON_DEPS}
-	$(python_gen_cond_dep '
-		|| (
-			dev-python/matplotlib-python2[${PYTHON_MULTI_USEDEP}]
-			dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]
-		)
-	')
-	dev-python/basemap[${PYTHON_SINGLE_USEDEP}]
-	sci-electronics/voacapl
-"
-DEPEND="${RDEPEND}
-	app-text/gnome-doc-utils
-	app-text/rarian
-"
-
-src_prepare() {
-	# do not call update_destop_database here
-	sed -ie "s/UPDATE_DESKTOP = /UPDATE_DESKTOP = # /g" data/Makefile.in || die
-	# fix Desktop Entry
-	sed -ie "s/HamRadio/HamRadio;/g" data/voacapgui.desktop.in || die
-}


             reply	other threads:[~2020-03-30  5:57 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-30  5:57 Thomas Beierlein [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-28 17:12 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/ Thomas Beierlein
2024-04-19 15:14 Thomas Beierlein
2024-01-15 17:35 Thomas Beierlein
2023-02-24 18:10 Thomas Beierlein
2023-01-07 13:53 Thomas Beierlein
2023-01-06  7:00 Thomas Beierlein
2022-10-07 19:00 Sam James
2021-12-30 12:02 Thomas Beierlein
2021-07-17 18:18 David Seifert
2020-12-19 14:57 Thomas Beierlein
2020-12-19 10:17 Thomas Beierlein
2020-12-19 10:17 Thomas Beierlein
2020-11-09 18:53 Thomas Beierlein
2020-09-08  5:52 Thomas Beierlein
2020-04-23 18:57 Thomas Beierlein
2020-04-23 17:32 Thomas Beierlein
2020-04-23 17:32 Thomas Beierlein
2020-03-30  5:54 Thomas Beierlein
2020-02-09 16:47 Michał Górny
2020-01-28 21:30 Michał Górny
2020-01-28 20:40 Michał Górny
2017-04-20 16:41 David Seifert
2016-07-12 13:20 Thomas Beierlein
2016-02-06 16:08 Thomas Beierlein
2015-11-20 11:29 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1585547824.63bbe03629ebb5765c07025b857169efbb12d6cd.tomjbe@gentoo \
    --to=tomjbe@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox