Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/
Date: Sun, 16 Feb 2020 22:06:35
Message-Id: 1581890756.0260ef2cf9c018e05d81e09ec48a342c4c043715.asturm@gentoo
1 commit: 0260ef2cf9c018e05d81e09ec48a342c4c043715
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 16 22:02:17 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 16 22:05:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0260ef2c
7
8 sci-mathematics/relational: Drop 2.5-r1
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../relational/relational-2.5-r1.ebuild | 44 ----------------------
14 1 file changed, 44 deletions(-)
15
16 diff --git a/sci-mathematics/relational/relational-2.5-r1.ebuild b/sci-mathematics/relational/relational-2.5-r1.ebuild
17 deleted file mode 100644
18 index 5bb400c2b91..00000000000
19 --- a/sci-mathematics/relational/relational-2.5-r1.ebuild
20 +++ /dev/null
21 @@ -1,44 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -PYTHON_COMPAT=( python3_6 )
28 -
29 -inherit python-single-r1
30 -
31 -DESCRIPTION="Educational tool for relational algebra"
32 -HOMEPAGE="https://ltworf.github.io/relational/"
33 -SRC_URI="https://github.com/ltworf/${PN}/releases/download/${PV}/${PN}_${PV}.orig.tar.gz"
34 -
35 -LICENSE="GPL-3"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -IUSE=""
39 -
40 -DEPEND="
41 - ${PYTHON_DEPS}
42 - $(python_gen_cond_dep '
43 - dev-python/PyQt5[gui,webkit,widgets,${PYTHON_MULTI_USEDEP}]
44 - ')
45 -"
46 -RDEPEND="${DEPEND}"
47 -
48 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
49 -
50 -S=${WORKDIR}/${PN}
51 -
52 -src_prepare() {
53 - default
54 -
55 - sed -i -e '/^Terminal=/ s/0/false/' \
56 - -e '/^Keywords=/ s/$/;/' \
57 - relational.desktop || die
58 -}
59 -
60 -src_install() {
61 - emake -j1 DESTDIR="${ED}" install-{relational-cli,python3-relational,relational}
62 - python_optimize
63 -
64 - dodoc CHANGELOG complexity CREDITS README.md
65 -}