summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-04 00:39:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-04 00:39:17 +0000
commit1aa28c58eb5192d2e893c910440e8098b8ddcfb2 (patch)
treea9d8d4212e12d01ce2abba79e67698b52b4b57d0 /dev-python
parent7e3b8ea34cd85a9e5d3b0b61563a935f0206c23d (diff)
dev-python/qtermwidget -> dev-qt/qtermwidget
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/qtermwidget/Manifest1
-rw-r--r--dev-python/qtermwidget/qtermwidget-0.8.0.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/qtermwidget/Manifest b/dev-python/qtermwidget/Manifest
deleted file mode 100644
index 96ce6027..00000000
--- a/dev-python/qtermwidget/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qtermwidget-0.8.0.tar.xz 160904 SHA256 ef01c2a2bedff008578b65efd47b3fff8e542dfcdf9779b547533c9c75825169 SHA512 2e1354b457d49ae2ad37479259549b279f8bb381ce6bce2d18eb3f845af615e796a9d0bd143156b485a1b2abeffc83e686d85f9ee157611b20c8c1bb3254fe82 WHIRLPOOL dfc8f6ae99fa30bb3a66e074ae6a0b817d5a97596cd1987793f5c2a475a04fef2d0643d7baeb543274668571974a23e0658a7c045541abe5dbd1ffe6e19b0e63
diff --git a/dev-python/qtermwidget/qtermwidget-0.8.0.ebuild b/dev-python/qtermwidget/qtermwidget-0.8.0.ebuild
deleted file mode 100644
index 46117593..00000000
--- a/dev-python/qtermwidget/qtermwidget-0.8.0.ebuild
+++ /dev/null
@@ -1,37 +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} )
-
-inherit eutils python-r1
-
-DESCRIPTION="Qt terminal emulator widget"
-HOMEPAGE="https://github.com/lxde/qtermwidget"
-SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-DEPEND="
- dev-python/PyQt5[${PYTHON_USEDEP}]
- dev-python/sip[${PYTHON_USEDEP}]
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- ~x11-libs/qtermwidget-${PV}
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-${PV}/pyqt"
-
-src_compile () {
- python_foreach_impl python config.py
- emake || die
-}
-
-src_install () {
- default
-}