summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-16 23:02:17 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-16 23:05:56 +0100
commit0260ef2cf9c018e05d81e09ec48a342c4c043715 (patch)
tree1a9a9ac8e2385531b30a2107dec92ab37eb38f3d /sci-mathematics
parentsci-mathematics/relational: Drop dependency on dev-qt/PyQt5[webkit] (diff)
downloadgentoo-0260ef2cf9c018e05d81e09ec48a342c4c043715.tar.gz
gentoo-0260ef2cf9c018e05d81e09ec48a342c4c043715.tar.bz2
gentoo-0260ef2cf9c018e05d81e09ec48a342c4c043715.zip
sci-mathematics/relational: Drop 2.5-r1
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/relational/relational-2.5-r1.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/sci-mathematics/relational/relational-2.5-r1.ebuild b/sci-mathematics/relational/relational-2.5-r1.ebuild
deleted file mode 100644
index 5bb400c2b91d..000000000000
--- a/sci-mathematics/relational/relational-2.5-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit python-single-r1
-
-DESCRIPTION="Educational tool for relational algebra"
-HOMEPAGE="https://ltworf.github.io/relational/"
-SRC_URI="https://github.com/ltworf/${PN}/releases/download/${PV}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- ${PYTHON_DEPS}
- $(python_gen_cond_dep '
- dev-python/PyQt5[gui,webkit,widgets,${PYTHON_MULTI_USEDEP}]
- ')
-"
-RDEPEND="${DEPEND}"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- default
-
- sed -i -e '/^Terminal=/ s/0/false/' \
- -e '/^Keywords=/ s/$/;/' \
- relational.desktop || die
-}
-
-src_install() {
- emake -j1 DESTDIR="${ED}" install-{relational-cli,python3-relational,relational}
- python_optimize
-
- dodoc CHANGELOG complexity CREDITS README.md
-}