* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/
@ 2020-02-16 22:06 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2020-02-16 22:06 UTC (permalink / raw
To: gentoo-commits
commit: 0260ef2cf9c018e05d81e09ec48a342c4c043715
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 22:02:17 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 22:05:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0260ef2c
sci-mathematics/relational: Drop 2.5-r1
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../relational/relational-2.5-r1.ebuild | 44 ----------------------
1 file changed, 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 5bb400c2b91..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/
@ 2021-07-17 18:18 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2021-07-17 18:18 UTC (permalink / raw
To: gentoo-commits
commit: 0ce720f544dbecc10757a8f11ed71dd811205a04
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 17 18:17:06 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jul 17 18:17:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce720f5
sci-mathematics/relational: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-mathematics/relational/relational-2.5-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-mathematics/relational/relational-2.5-r2.ebuild b/sci-mathematics/relational/relational-2.5-r2.ebuild
index 708b76f72de..41251c5f5f9 100644
--- a/sci-mathematics/relational/relational-2.5-r2.ebuild
+++ b/sci-mathematics/relational/relational-2.5-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
inherit python-single-r1
@@ -21,7 +21,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep '
- dev-python/PyQt5[gui,widgets,${PYTHON_MULTI_USEDEP}]
+ dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
')
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/
@ 2021-06-08 7:39 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-06-08 7:39 UTC (permalink / raw
To: gentoo-commits
commit: b80afb4637ca0cc3b7b84cd068a8b39ea211ec4f
Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
AuthorDate: Sat Jun 5 15:03:22 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 8 07:36:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80afb46
sci-mathematics/relational: add support for python-3.9
Bugday 2021-06-05
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/21132
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-mathematics/relational/relational-2.5-r2.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/sci-mathematics/relational/relational-2.5-r2.ebuild b/sci-mathematics/relational/relational-2.5-r2.ebuild
index c751c62d6c5..708b76f72de 100644
--- a/sci-mathematics/relational/relational-2.5-r2.ebuild
+++ b/sci-mathematics/relational/relational-2.5-r2.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
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"
+S="${WORKDIR}/${PN}"
LICENSE="GPL-3"
SLOT="0"
@@ -25,8 +26,6 @@ DEPEND="${PYTHON_DEPS}
"
RDEPEND="${DEPEND}"
-S="${WORKDIR}/${PN}"
-
PATCHES=( "${FILESDIR}/${P}-no-qtwebkit.patch" )
src_prepare() {
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/
@ 2020-02-09 16:36 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2020-02-09 16:36 UTC (permalink / raw
To: gentoo-commits
commit: 35ad61ee0b35ae64eadd9577725bf2e1a17aae5f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 19:09:22 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:35:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ad61ee
sci-mathematics/relational: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../relational/{relational-2.5.ebuild => relational-2.5-r1.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sci-mathematics/relational/relational-2.5.ebuild b/sci-mathematics/relational/relational-2.5-r1.ebuild
similarity index 89%
rename from sci-mathematics/relational/relational-2.5.ebuild
rename to sci-mathematics/relational/relational-2.5-r1.ebuild
index fb88c016ff8..5bb400c2b91 100644
--- a/sci-mathematics/relational/relational-2.5.ebuild
+++ b/sci-mathematics/relational/relational-2.5-r1.ebuild
@@ -18,7 +18,9 @@ IUSE=""
DEPEND="
${PYTHON_DEPS}
- dev-python/PyQt5[gui,webkit,widgets,${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/PyQt5[gui,webkit,widgets,${PYTHON_MULTI_USEDEP}]
+ ')
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/
@ 2018-06-26 20:29 Pacho Ramos
0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2018-06-26 20:29 UTC (permalink / raw
To: gentoo-commits
commit: c6090fefc456269d8c49aee27d448b774b4391a4
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 20:01:46 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 20:28:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6090fef
sci-mathematics/relational: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
sci-mathematics/relational/relational-2.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-mathematics/relational/relational-2.5.ebuild b/sci-mathematics/relational/relational-2.5.ebuild
index 77b6e6980c7..ef80e0ec5b5 100644
--- a/sci-mathematics/relational/relational-2.5.ebuild
+++ b/sci-mathematics/relational/relational-2.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
inherit python-single-r1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/
@ 2017-12-22 10:31 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2017-12-22 10:31 UTC (permalink / raw
To: gentoo-commits
commit: 61869d2908460f09ce1fbb81a2059a10ce505c74
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 10:24:13 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 10:31:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61869d29
sci-mathematics/relational: use HTTPS
Package-Manager: Portage-2.3.14, Repoman-2.3.6
sci-mathematics/relational/relational-2.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-mathematics/relational/relational-2.5.ebuild b/sci-mathematics/relational/relational-2.5.ebuild
index 03000185362..77b6e6980c7 100644
--- a/sci-mathematics/relational/relational-2.5.ebuild
+++ b/sci-mathematics/relational/relational-2.5.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{4,5} )
inherit python-single-r1
DESCRIPTION="Educational tool for relational algebra"
-HOMEPAGE="http://ltworf.github.io/relational/"
+HOMEPAGE="https://ltworf.github.io/relational/"
SRC_URI="https://github.com/ltworf/${PN}/releases/download/${PV}/${PN}_${PV}.orig.tar.gz"
LICENSE="GPL-3"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/
@ 2017-07-29 3:42 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2017-07-29 3:42 UTC (permalink / raw
To: gentoo-commits
commit: 790d2946ccd23fb10717000e906a7aac941df2d7
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 29 03:41:44 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jul 29 03:42:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=790d2946
sci-mathematics/relational: remove 2.4
Package-Manager: Portage-2.3.6, Repoman-2.3.3
sci-mathematics/relational/Manifest | 1 -
sci-mathematics/relational/relational-2.4.ebuild | 42 ------------------------
2 files changed, 43 deletions(-)
diff --git a/sci-mathematics/relational/Manifest b/sci-mathematics/relational/Manifest
index 30246943cdf..94dcc18ec97 100644
--- a/sci-mathematics/relational/Manifest
+++ b/sci-mathematics/relational/Manifest
@@ -1,2 +1 @@
-DIST relational_2.4.orig.tar.gz 113606 SHA256 6e322ae4face623e91fb775171eb3758bcb9a253f2967c9e303208e9f32e5dee SHA512 c7cb6bf5c97df57e84f746d0adccbc3285ea863d692c2b999600ec70f8512e1a3f28a4414d2d34fa956ec6d7955ff290f638d048ada6b685d031823b46d368ff WHIRLPOOL 069c0f69237060fe1741c233678400abce7148ef865c6fa61847cc9395289f6f27b2b6456f632ded421ea3e9c0f4f3f8bb8d13713f72e950ad3608d7c4478052
DIST relational_2.5.orig.tar.gz 118776 SHA256 511330beda30b7acea6a1122bbdf39b1ee8b8f026e41d2bab8aed8b8d52f89b7 SHA512 588e35a57cf915e544d62749b76ed81927ac06fd88271f0d4d88ee5f221928c2c24e2a88165aae63c1b9b120ddaa20e15e21fe9c207eac3150b744274ae45a8a WHIRLPOOL 1fd04109e1ed9ca89fa6c8464f7de71677d8642d9dd1060beca142f276a7df2d7f6a8a9baa620c0e19308b76bd2ff1cb683139adad3a0850856be3e64e7c0ca2
diff --git a/sci-mathematics/relational/relational-2.4.ebuild b/sci-mathematics/relational/relational-2.4.ebuild
deleted file mode 100644
index 8eb43f5b775..00000000000
--- a/sci-mathematics/relational/relational-2.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5} )
-
-inherit python-single-r1
-
-DESCRIPTION="Educational tool for relational algebra"
-HOMEPAGE="http://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}
- dev-python/PyQt5[gui,webkit,widgets,${PYTHON_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
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/
@ 2017-03-04 7:27 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2017-03-04 7:27 UTC (permalink / raw
To: gentoo-commits
commit: a6286a265a4aab4652f2aaaedb91c218b0e0e2ea
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 07:27:29 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 07:27:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6286a26
sci-mathematics/relational: version bump 2.5
Package-Manager: Portage-2.3.4, Repoman-2.3.2
sci-mathematics/relational/Manifest | 1 +
sci-mathematics/relational/relational-2.5.ebuild | 42 ++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/sci-mathematics/relational/Manifest b/sci-mathematics/relational/Manifest
index ff01402214b..30246943cdf 100644
--- a/sci-mathematics/relational/Manifest
+++ b/sci-mathematics/relational/Manifest
@@ -1 +1,2 @@
DIST relational_2.4.orig.tar.gz 113606 SHA256 6e322ae4face623e91fb775171eb3758bcb9a253f2967c9e303208e9f32e5dee SHA512 c7cb6bf5c97df57e84f746d0adccbc3285ea863d692c2b999600ec70f8512e1a3f28a4414d2d34fa956ec6d7955ff290f638d048ada6b685d031823b46d368ff WHIRLPOOL 069c0f69237060fe1741c233678400abce7148ef865c6fa61847cc9395289f6f27b2b6456f632ded421ea3e9c0f4f3f8bb8d13713f72e950ad3608d7c4478052
+DIST relational_2.5.orig.tar.gz 118776 SHA256 511330beda30b7acea6a1122bbdf39b1ee8b8f026e41d2bab8aed8b8d52f89b7 SHA512 588e35a57cf915e544d62749b76ed81927ac06fd88271f0d4d88ee5f221928c2c24e2a88165aae63c1b9b120ddaa20e15e21fe9c207eac3150b744274ae45a8a WHIRLPOOL 1fd04109e1ed9ca89fa6c8464f7de71677d8642d9dd1060beca142f276a7df2d7f6a8a9baa620c0e19308b76bd2ff1cb683139adad3a0850856be3e64e7c0ca2
diff --git a/sci-mathematics/relational/relational-2.5.ebuild b/sci-mathematics/relational/relational-2.5.ebuild
new file mode 100644
index 00000000000..03000185362
--- /dev/null
+++ b/sci-mathematics/relational/relational-2.5.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5} )
+
+inherit python-single-r1
+
+DESCRIPTION="Educational tool for relational algebra"
+HOMEPAGE="http://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}
+ dev-python/PyQt5[gui,webkit,widgets,${PYTHON_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
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/
@ 2016-05-30 18:36 Davide Pesavento
0 siblings, 0 replies; 11+ messages in thread
From: Davide Pesavento @ 2016-05-30 18:36 UTC (permalink / raw
To: gentoo-commits
commit: 039a6ecab76f49f12ff9d202d1590d7f472a5ff3
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 18:24:01 2016 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon May 30 18:36:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039a6eca
sci-mathematics/relational: remove old
Package-Manager: portage-2.3.0_rc1
sci-mathematics/relational/Manifest | 1 -
sci-mathematics/relational/relational-0.11.ebuild | 51 -----------------------
2 files changed, 52 deletions(-)
diff --git a/sci-mathematics/relational/Manifest b/sci-mathematics/relational/Manifest
index 1dd8a55..ff01402 100644
--- a/sci-mathematics/relational/Manifest
+++ b/sci-mathematics/relational/Manifest
@@ -1,2 +1 @@
-DIST relational-0.11.tar.gz 133002 SHA256 367b8ade98e4b9d34ff463a217e41d7206d201cdaee3e49cf5f5bcb28f558040 SHA512 90f79700c7b7f2cfe481d10c565f7cf81acc94a26250eff367e361d8fe122c5ce7dfc740ede7309c8308003031eef2c4a1486657e6dc30b8151987af0bec764e WHIRLPOOL 3ae1a79e63fe60c051788b6b6b467ca3030f09bd6ff0f6dced5280c8873ef08e7ed59b4032fca78df3efb5566e21eeec7116ecbf0a4389710f55b8d35b6f205c
DIST relational_2.4.orig.tar.gz 113606 SHA256 6e322ae4face623e91fb775171eb3758bcb9a253f2967c9e303208e9f32e5dee SHA512 c7cb6bf5c97df57e84f746d0adccbc3285ea863d692c2b999600ec70f8512e1a3f28a4414d2d34fa956ec6d7955ff290f638d048ada6b685d031823b46d368ff WHIRLPOOL 069c0f69237060fe1741c233678400abce7148ef865c6fa61847cc9395289f6f27b2b6456f632ded421ea3e9c0f4f3f8bb8d13713f72e950ad3608d7c4478052
diff --git a/sci-mathematics/relational/relational-0.11.ebuild b/sci-mathematics/relational/relational-0.11.ebuild
deleted file mode 100644
index 4b0166d..0000000
--- a/sci-mathematics/relational/relational-0.11.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-
-inherit python eutils
-
-DESCRIPTION="Qt4 relational algebra application"
-HOMEPAGE="http://galileo.dmi.unict.it/wiki/relational/"
-# upstream url is not static
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="dev-python/PyQt4[webkit,X]
- media-fonts/dejavu"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_compile() {
- true
-}
-
-src_install() {
- insinto "$(python_get_sitedir)/"
- doins -r "${PN}_gui" || die "doins failed"
- doins -r "${PN}" || die "doins failed"
- newbin ${PN}_gui.py ${PN} || die "dobin failed"
- domenu ${PN}.desktop || die "domenu failed"
- dodoc CHANGELOG CREDITS README || die "dodoc failed"
- doman ${PN}.1 || die "doman failed"
-}
-
-pkg_postinst() {
- python_mod_optimize ${PN} ${PN}_gui
-}
-
-pkg_postrm() {
- python_mod_cleanup ${PN} ${PN}_gui
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/
@ 2016-04-27 17:30 Davide Pesavento
0 siblings, 0 replies; 11+ messages in thread
From: Davide Pesavento @ 2016-04-27 17:30 UTC (permalink / raw
To: gentoo-commits
commit: a81d3b65846d7dfaeccb5612e7440ecdbbe51dad
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 17:28:47 2016 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 17:29:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a81d3b65
sci-mathematics/relational: version bump
Ebuild rewritten using EAPI 6 and python-single-r1.
Parallel make install bug has been reported upstream.
Gentoo-Bug: 581000
Package-Manager: portage-2.2.28
sci-mathematics/relational/Manifest | 1 +
sci-mathematics/relational/relational-2.4.ebuild | 43 ++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/sci-mathematics/relational/Manifest b/sci-mathematics/relational/Manifest
index 649deb1..1dd8a55 100644
--- a/sci-mathematics/relational/Manifest
+++ b/sci-mathematics/relational/Manifest
@@ -1 +1,2 @@
DIST relational-0.11.tar.gz 133002 SHA256 367b8ade98e4b9d34ff463a217e41d7206d201cdaee3e49cf5f5bcb28f558040 SHA512 90f79700c7b7f2cfe481d10c565f7cf81acc94a26250eff367e361d8fe122c5ce7dfc740ede7309c8308003031eef2c4a1486657e6dc30b8151987af0bec764e WHIRLPOOL 3ae1a79e63fe60c051788b6b6b467ca3030f09bd6ff0f6dced5280c8873ef08e7ed59b4032fca78df3efb5566e21eeec7116ecbf0a4389710f55b8d35b6f205c
+DIST relational_2.4.orig.tar.gz 113606 SHA256 6e322ae4face623e91fb775171eb3758bcb9a253f2967c9e303208e9f32e5dee SHA512 c7cb6bf5c97df57e84f746d0adccbc3285ea863d692c2b999600ec70f8512e1a3f28a4414d2d34fa956ec6d7955ff290f638d048ada6b685d031823b46d368ff WHIRLPOOL 069c0f69237060fe1741c233678400abce7148ef865c6fa61847cc9395289f6f27b2b6456f632ded421ea3e9c0f4f3f8bb8d13713f72e950ad3608d7c4478052
diff --git a/sci-mathematics/relational/relational-2.4.ebuild b/sci-mathematics/relational/relational-2.4.ebuild
new file mode 100644
index 0000000..120b29b
--- /dev/null
+++ b/sci-mathematics/relational/relational-2.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5} )
+
+inherit python-single-r1
+
+DESCRIPTION="Educational tool for relational algebra"
+HOMEPAGE="http://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}
+ dev-python/PyQt5[gui,webkit,widgets,${PYTHON_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
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/
@ 2016-04-27 17:30 Davide Pesavento
0 siblings, 0 replies; 11+ messages in thread
From: Davide Pesavento @ 2016-04-27 17:30 UTC (permalink / raw
To: gentoo-commits
commit: 356f510105c3fd7f179ceacac3213b44e30114da
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 17:30:17 2016 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 17:30:17 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=356f5101
sci-mathematics/relational: indent metadata.xml
Package-Manager: portage-2.2.28
sci-mathematics/relational/metadata.xml | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/sci-mathematics/relational/metadata.xml b/sci-mathematics/relational/metadata.xml
index 9d5295b..1723768 100644
--- a/sci-mathematics/relational/metadata.xml
+++ b/sci-mathematics/relational/metadata.xml
@@ -1,10 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>qt@gentoo.org</email>
- <name>Gentoo Qt Project</name>
-</maintainer>
-<longdescription lang="en">
-</longdescription>
+ <maintainer type="project">
+ <email>qt@gentoo.org</email>
+ <name>Gentoo Qt Project</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2021-07-17 18:18 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-16 22:06 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2021-07-17 18:18 David Seifert
2021-06-08 7:39 Sam James
2020-02-09 16:36 Michał Górny
2018-06-26 20:29 Pacho Ramos
2017-12-22 10:31 Michael Palimaka
2017-07-29 3:42 Michael Palimaka
2017-03-04 7:27 Michael Palimaka
2016-05-30 18:36 Davide Pesavento
2016-04-27 17:30 Davide Pesavento
2016-04-27 17:30 Davide Pesavento
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox