summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-19 03:02:42 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-19 03:02:42 +0000
commite96c0c607bdc7a7535fc2be6b19fb6b1c082a5ba (patch)
tree6da052f2a162f30e2a355055adefdd8611369920 /dev-python
parentf658868b6e504639221a1bc5545225b04742fff1 (diff)
winter overlay cleanup
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/meteo-qt/Manifest1
-rw-r--r--dev-python/meteo-qt/meteo-qt-0.9.9-r1.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/meteo-qt/Manifest b/dev-python/meteo-qt/Manifest
deleted file mode 100644
index 1a54cbe6..00000000
--- a/dev-python/meteo-qt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST meteo-qt-0.9.9.tar.gz 443076 BLAKE2B 08639f4421c6f038eb23954facea08ff7213567d820cb52f731712a863669f93ec4dfafab69c988b9c0b30469dd982b8a4a9251df7138606d1e20fbc657b5407 SHA512 007942946e380ec7f3bb9731cef00647fb6ec6af63e5467d15938d3e36242783de85dec0bee88e01802c0e7634f5225245200c623cfc9249ac85820aaeb39b3d
diff --git a/dev-python/meteo-qt/meteo-qt-0.9.9-r1.ebuild b/dev-python/meteo-qt/meteo-qt-0.9.9-r1.ebuild
deleted file mode 100644
index 096f6b44..00000000
--- a/dev-python/meteo-qt/meteo-qt-0.9.9-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="System tray application for weather status information"
-HOMEPAGE="https://github.com/dglent/meteo-qt"
-SRC_URI="https://github.com/dglent/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
- dev-python/PyQt5[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/sip[${PYTHON_USEDEP}]
- dev-python/urllib3[${PYTHON_USEDEP}]
-"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}/${PN}-${PV}"
-
-python_install_all() {
- distutils-r1_python_install_all
-}