summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-21 20:22:54 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-21 20:28:19 +0100
commit0e0bf77d053c8a94d991e523871310a506de3167 (patch)
tree7b84366fd4882251f9d254295255ef28e865cfb6
parentdev-python/robotframework-sshlibrary: Remove last-rited package (diff)
downloadgentoo-0e0bf77d053c8a94d991e523871310a506de3167.tar.gz
gentoo-0e0bf77d053c8a94d991e523871310a506de3167.tar.bz2
gentoo-0e0bf77d053c8a94d991e523871310a506de3167.zip
dev-python/rtgraph: Remove last-rited package
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/rtgraph/Manifest1
-rw-r--r--dev-python/rtgraph/metadata.xml8
-rw-r--r--dev-python/rtgraph/rtgraph-0.70-r1.ebuild32
-rw-r--r--profiles/package.mask1
4 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/rtgraph/Manifest b/dev-python/rtgraph/Manifest
deleted file mode 100644
index 7dd88a755d05..000000000000
--- a/dev-python/rtgraph/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rtgraph-0.70.tar.gz 16141 BLAKE2B dbcb4449842507e14fc45c6ad69f98564d3f826027d31644ccf13ac938796fdf2c09a2ec71668bcc908cd7180c35fa66090473df8e78bd27d7468f4ec24bf873 SHA512 73d226ba09a658f6957fa82e4956de967ef7b02ca08ac1e33a16c1c0ffe1426afef35e7c720342524c6389e42d994db9ff3404d413ddec5168980e2e1982ea34
diff --git a/dev-python/rtgraph/metadata.xml b/dev-python/rtgraph/metadata.xml
deleted file mode 100644
index 9e5274c5b4ae..000000000000
--- a/dev-python/rtgraph/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
-</maintainer>
-</pkgmetadata>
diff --git a/dev-python/rtgraph/rtgraph-0.70-r1.ebuild b/dev-python/rtgraph/rtgraph-0.70-r1.ebuild
deleted file mode 100644
index 2b082cbc1d23..000000000000
--- a/dev-python/rtgraph/rtgraph-0.70-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Widgets for graphing data in real-time using PyGTK, and UI components for controlling the graphs"
-HOMEPAGE="http://rtgraph.sourceforge.net/"
-SRC_URI="mirror://sourceforge/rtgraph/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
-IUSE="examples"
-
-DEPEND="dev-python/pygtk:2[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-python_prepare_all() {
- if use examples; then
- mkdir examples || die
- mv ./{cpu_meter.py,graph_ui.py,isometric_graph.py,line_graph.py,polar_graph.py,tweak_graph.py} examples || die
- fi
- distutils-r1_python_prepare_all
-}
-
-python_install_all() {
- use examples && local EXAMPLES=( examples/. )
- distutils-r1_python_install_all
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 3690839c9eee..48204216bbd9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -633,7 +633,6 @@ net-im/silc-toolkit
# The following Gentoo packages are Python 2-only and have no reverse
# dependencies.
# Removal in 30 days. Bug #705762.
-dev-python/rtgraph
dev-python/ruledispatch
dev-python/runsnakerun
dev-python/sqlite3dbm