public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
@ 2020-02-23  7:17 Rui Huang
  0 siblings, 0 replies; 22+ messages in thread
From: Rui Huang @ 2020-02-23  7:17 UTC (permalink / raw
  To: gentoo-commits

commit:     a1ba7d7e084ed90dfb2afe8bcd8057cb39cca0f5
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Sun Feb 23 07:16:58 2020 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Sun Feb 23 07:16:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1ba7d7e

sci-electronics/kactus2: add kactus2-9999.ebuild

Add kactus2-9999.ebuild to get the latest software

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 sci-electronics/kactus2/kactus2-9999.ebuild | 59 +++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)

diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild b/sci-electronics/kactus2/kactus2-9999.ebuild
new file mode 100644
index 0000000..206e142
--- /dev/null
+++ b/sci-electronics/kactus2/kactus2-9999.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="A open source IP-XACT-based tool"
+HOMEPAGE="
+	http://funbase.cs.tut.fi
+	https://github.com/kactus2/kactus2dev
+"
+
+if [[ ${PV} == "9999" ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/${PN}/${PN}dev.git"
+else
+	SRC_URI="https://github.com/${PN}/${PN}dev/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+	S="${WORKDIR}/${PN}dev-${PV}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qthelp:5
+	dev-qt/qtprintsupport:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+"
+
+RDEPEND="
+	${DEPEND}
+"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-3.8.0-install.patch # Fix install problem
+)
+
+src_install() {
+	# Can't use default, set INSTALL_ROOT and workaround parallel install bug
+	emake -j1 INSTALL_ROOT="${D}" install
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+	xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+	xdg_mimeinfo_database_update
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
@ 2020-03-02  7:29 Rui Huang
  0 siblings, 0 replies; 22+ messages in thread
From: Rui Huang @ 2020-03-02  7:29 UTC (permalink / raw
  To: gentoo-commits

commit:     273b937d12c73435345c3d14a707a83dce6dd826
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Mar  2 07:29:29 2020 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Mon Mar  2 07:29:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=273b937d

sci-electronics/kactus2: remove unused patch in 9999.ebuild

Upstream fixed .qmake.conf: fix libpath and INSTALL_ROOT
kactus2/kactus2dev#37
So removed this patch in ebuild, and parallel compilation problem fixed.

Package-Manager: Portage-2.3.90, Repoman-2.3.20
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 sci-electronics/kactus2/kactus2-9999.ebuild | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild b/sci-electronics/kactus2/kactus2-9999.ebuild
index 206e142..4660d73 100644
--- a/sci-electronics/kactus2/kactus2-9999.ebuild
+++ b/sci-electronics/kactus2/kactus2-9999.ebuild
@@ -37,13 +37,9 @@ RDEPEND="
 	${DEPEND}
 "
 
-PATCHES=(
-	"${FILESDIR}"/${PN}-3.8.0-install.patch # Fix install problem
-)
-
 src_install() {
-	# Can't use default, set INSTALL_ROOT and workaround parallel install bug
-	emake -j1 INSTALL_ROOT="${D}" install
+	# Can't use default, set INSTALL_ROOT
+	emake INSTALL_ROOT="${D}" install
 }
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
@ 2020-03-02 21:15 Andrew Ammerlaan
  0 siblings, 0 replies; 22+ messages in thread
From: Andrew Ammerlaan @ 2020-03-02 21:15 UTC (permalink / raw
  To: gentoo-commits

commit:     c121f6c49b85e39bc526007ddb8d8cb247cb599f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Mar  2 21:15:01 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Mar  2 21:15:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c121f6c4

sci-electronics/kactus2: inherit xdg instead of xdg-utils

Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-electronics/kactus2/kactus2-3.8.0.ebuild | 14 +-------------
 sci-electronics/kactus2/kactus2-9999.ebuild  | 14 +-------------
 2 files changed, 2 insertions(+), 26 deletions(-)

diff --git a/sci-electronics/kactus2/kactus2-3.8.0.ebuild b/sci-electronics/kactus2/kactus2-3.8.0.ebuild
index 206e142..18fa71e 100644
--- a/sci-electronics/kactus2/kactus2-3.8.0.ebuild
+++ b/sci-electronics/kactus2/kactus2-3.8.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit xdg-utils
+inherit xdg
 
 DESCRIPTION="A open source IP-XACT-based tool"
 HOMEPAGE="
@@ -45,15 +45,3 @@ src_install() {
 	# Can't use default, set INSTALL_ROOT and workaround parallel install bug
 	emake -j1 INSTALL_ROOT="${D}" install
 }
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-	xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-	xdg_mimeinfo_database_update
-}

diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild b/sci-electronics/kactus2/kactus2-9999.ebuild
index 4660d73..eea82bb 100644
--- a/sci-electronics/kactus2/kactus2-9999.ebuild
+++ b/sci-electronics/kactus2/kactus2-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit xdg-utils
+inherit xdg
 
 DESCRIPTION="A open source IP-XACT-based tool"
 HOMEPAGE="
@@ -41,15 +41,3 @@ src_install() {
 	# Can't use default, set INSTALL_ROOT
 	emake INSTALL_ROOT="${D}" install
 }
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-	xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-	xdg_mimeinfo_database_update
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
  2020-03-15 11:39 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-03-15 11:29 ` Andrew Ammerlaan
  0 siblings, 0 replies; 22+ messages in thread
From: Andrew Ammerlaan @ 2020-03-15 11:29 UTC (permalink / raw
  To: gentoo-commits

commit:     fa6a54d62a07c3d3c6afca9337660b733c5e3b4c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 15 11:27:27 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 15 11:27:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa6a54d6

sci-electronics/kactus2: remove proxy-maint from metadata

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-electronics/kactus2/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sci-electronics/kactus2/metadata.xml b/sci-electronics/kactus2/metadata.xml
index bd0f833..ab1139f 100644
--- a/sci-electronics/kactus2/metadata.xml
+++ b/sci-electronics/kactus2/metadata.xml
@@ -5,10 +5,6 @@
 		<email>vowstar@gmail.com</email>
 		<name>Huang Rui</name>
 	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
 	<upstream>
 		<remote-id type="github">kactus2/kactus2dev</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
  2020-03-27 12:40 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-03-27 12:40 ` Andrew Ammerlaan
  0 siblings, 0 replies; 22+ messages in thread
From: Andrew Ammerlaan @ 2020-03-27 12:40 UTC (permalink / raw
  To: gentoo-commits

commit:     e025aee9eb102d0a1dc7004d1caa6bcced5e704c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar 27 12:28:59 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 27 12:28:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e025aee9

sci-electronics/kactus2: fix invalid keyword

Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-electronics/kactus2/kactus2-3.8.0.ebuild | 2 +-
 sci-electronics/kactus2/kactus2-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/kactus2/kactus2-3.8.0.ebuild b/sci-electronics/kactus2/kactus2-3.8.0.ebuild
index 18fa71e..f316f84 100644
--- a/sci-electronics/kactus2/kactus2-3.8.0.ebuild
+++ b/sci-electronics/kactus2/kactus2-3.8.0.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/${PN}/${PN}dev.git"
 else
 	SRC_URI="https://github.com/${PN}/${PN}dev/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 	S="${WORKDIR}/${PN}dev-${PV}"
 fi
 

diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild b/sci-electronics/kactus2/kactus2-9999.ebuild
index eea82bb..49a4db5 100644
--- a/sci-electronics/kactus2/kactus2-9999.ebuild
+++ b/sci-electronics/kactus2/kactus2-9999.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/${PN}/${PN}dev.git"
 else
 	SRC_URI="https://github.com/${PN}/${PN}dev/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 	S="${WORKDIR}/${PN}dev-${PV}"
 fi
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
@ 2020-04-07  6:57 Rui Huang
  0 siblings, 0 replies; 22+ messages in thread
From: Rui Huang @ 2020-04-07  6:57 UTC (permalink / raw
  To: gentoo-commits

commit:     5a7b5e036202fb2fb63509346c31e89ca7426705
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue Apr  7 06:56:50 2020 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Tue Apr  7 06:57:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5a7b5e03

sci-electronics/kactus2: fix the order of RDEPEND and DEPEND for 3.8.0

Follow https://gitweb.gentoo.org/repo/gentoo.git/tree/skel.ebuild

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 sci-electronics/kactus2/kactus2-3.8.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-electronics/kactus2/kactus2-3.8.0.ebuild b/sci-electronics/kactus2/kactus2-3.8.0.ebuild
index f316f84..bc90e1b 100644
--- a/sci-electronics/kactus2/kactus2-3.8.0.ebuild
+++ b/sci-electronics/kactus2/kactus2-3.8.0.ebuild
@@ -23,7 +23,7 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 
-DEPEND="
+RDEPEND="
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qthelp:5
@@ -33,8 +33,8 @@ DEPEND="
 	dev-qt/qtxml:5
 "
 
-RDEPEND="
-	${DEPEND}
+DEPEND="
+	${RDEPEND}
 "
 
 PATCHES=(


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
@ 2020-04-07  7:03 Rui Huang
  0 siblings, 0 replies; 22+ messages in thread
From: Rui Huang @ 2020-04-07  7:03 UTC (permalink / raw
  To: gentoo-commits

commit:     bfe80067a7e2a6200e56d79e53b62d249c46dcc8
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue Apr  7 07:02:23 2020 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Tue Apr  7 07:03:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bfe80067

sci-electronics/kactus2: fix the order of RDEPEND and DEPEND for 9999

Follow https://gitweb.gentoo.org/repo/gentoo.git/tree/skel.ebuild

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 sci-electronics/kactus2/kactus2-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild b/sci-electronics/kactus2/kactus2-9999.ebuild
index 49a4db5..31f8ea4 100644
--- a/sci-electronics/kactus2/kactus2-9999.ebuild
+++ b/sci-electronics/kactus2/kactus2-9999.ebuild
@@ -23,7 +23,7 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 
-DEPEND="
+RDEPEND="
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qthelp:5
@@ -33,8 +33,8 @@ DEPEND="
 	dev-qt/qtxml:5
 "
 
-RDEPEND="
-	${DEPEND}
+DEPEND="
+	${RDEPEND}
 "
 
 src_install() {


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
@ 2020-04-26 22:39 Alessandro Barbieri
  0 siblings, 0 replies; 22+ messages in thread
From: Alessandro Barbieri @ 2020-04-26 22:39 UTC (permalink / raw
  To: gentoo-commits

commit:     edb1a39e14e5a4f272eaf3c2a8715e17a0053170
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Apr 26 22:32:55 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Apr 26 22:39:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=edb1a39e

sci-electronics/kactus2: longdescription lang="en"

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sci-electronics/kactus2/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-electronics/kactus2/metadata.xml b/sci-electronics/kactus2/metadata.xml
index ab1139f..7dd9d6b 100644
--- a/sci-electronics/kactus2/metadata.xml
+++ b/sci-electronics/kactus2/metadata.xml
@@ -8,7 +8,7 @@
 	<upstream>
 		<remote-id type="github">kactus2/kactus2dev</remote-id>
 	</upstream>
-	<longdescription>
+	<longdescription lang="en">
 	Kactus2 is a toolset for designing embedded products, especially FPGA-based
 	MP-SoCs. The aim is easier IP reusability and integration for both hardware
 	and software. The tool is based on IEEE 1685-2014 "IP-XACT" standard.


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
@ 2020-04-27  7:46 Rui Huang
  0 siblings, 0 replies; 22+ messages in thread
From: Rui Huang @ 2020-04-27  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     b0c3c4da232bca79f4aaa22e9538522091fda135
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Apr 27 06:45:18 2020 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Mon Apr 27 07:42:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0c3c4da

sci-electronics/kactus2: improve ebuilds

Make it fit the standards of gentoo GLEPs.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 sci-electronics/kactus2/kactus2-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild b/sci-electronics/kactus2/kactus2-9999.ebuild
index 31f8ea4..9841a91 100644
--- a/sci-electronics/kactus2/kactus2-9999.ebuild
+++ b/sci-electronics/kactus2/kactus2-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI="7"
 
 inherit xdg
 
@@ -11,7 +11,7 @@ HOMEPAGE="
 	https://github.com/kactus2/kactus2dev
 "
 
-if [[ ${PV} == "9999" ]] ; then
+if [[ "${PV}" == "9999" ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/${PN}/${PN}dev.git"
 else


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
@ 2020-04-27  7:46 Rui Huang
  0 siblings, 0 replies; 22+ messages in thread
From: Rui Huang @ 2020-04-27  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     059189ff0808d44b3e16fedff37022f156c206f1
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Apr 27 06:46:09 2020 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Mon Apr 27 07:42:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=059189ff

sci-electronics/kactus2: improve ebuilds

Make it fit the standards of gentoo GLEPs.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 sci-electronics/kactus2/kactus2-3.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/kactus2/kactus2-3.8.0.ebuild b/sci-electronics/kactus2/kactus2-3.8.0.ebuild
index bc90e1b..6e4e36c 100644
--- a/sci-electronics/kactus2/kactus2-3.8.0.ebuild
+++ b/sci-electronics/kactus2/kactus2-3.8.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI="7"
 
 inherit xdg
 
@@ -11,7 +11,7 @@ HOMEPAGE="
 	https://github.com/kactus2/kactus2dev
 "
 
-if [[ ${PV} == "9999" ]] ; then
+if [[ "${PV}" == "9999" ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/${PN}/${PN}dev.git"
 else


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
@ 2021-01-01  9:55 Rui Huang
  0 siblings, 0 replies; 22+ messages in thread
From: Rui Huang @ 2021-01-01  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     9ef59cc2656477d99c0ef2491cef44366ad9d496
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Fri Jan  1 09:48:40 2021 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Fri Jan  1 09:48:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ef59cc2

sci-electronics/kactus2: happy new year

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 sci-electronics/kactus2/kactus2-3.8.0.ebuild | 2 +-
 sci-electronics/kactus2/kactus2-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/kactus2/kactus2-3.8.0.ebuild b/sci-electronics/kactus2/kactus2-3.8.0.ebuild
index 6e4e36c0..18dc6a98 100644
--- a/sci-electronics/kactus2/kactus2-3.8.0.ebuild
+++ b/sci-electronics/kactus2/kactus2-3.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"

diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild b/sci-electronics/kactus2/kactus2-9999.ebuild
index 9841a911..ad99f064 100644
--- a/sci-electronics/kactus2/kactus2-9999.ebuild
+++ b/sci-electronics/kactus2/kactus2-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
  2021-02-05 12:19 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2021-02-05 12:05 ` Andrew Ammerlaan
  0 siblings, 0 replies; 22+ messages in thread
From: Andrew Ammerlaan @ 2021-02-05 12:05 UTC (permalink / raw
  To: gentoo-commits

commit:     129b16f2a7cbd66b884f5330bf8b6660750de9f7
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Feb  5 12:05:27 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Feb  5 12:05:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=129b16f2

sci-electronics/kactus2: update homepage

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-electronics/kactus2/kactus2-3.8.0.ebuild | 2 +-
 sci-electronics/kactus2/kactus2-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/kactus2/kactus2-3.8.0.ebuild b/sci-electronics/kactus2/kactus2-3.8.0.ebuild
index 18dc6a98..1faca00f 100644
--- a/sci-electronics/kactus2/kactus2-3.8.0.ebuild
+++ b/sci-electronics/kactus2/kactus2-3.8.0.ebuild
@@ -7,7 +7,7 @@ inherit xdg
 
 DESCRIPTION="A open source IP-XACT-based tool"
 HOMEPAGE="
-	http://funbase.cs.tut.fi
+	http://www.tkt.cs.tut.fi/research/funbase/Kactus2.htm
 	https://github.com/kactus2/kactus2dev
 "
 

diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild b/sci-electronics/kactus2/kactus2-9999.ebuild
index ad99f064..847f4f79 100644
--- a/sci-electronics/kactus2/kactus2-9999.ebuild
+++ b/sci-electronics/kactus2/kactus2-9999.ebuild
@@ -7,7 +7,7 @@ inherit xdg
 
 DESCRIPTION="A open source IP-XACT-based tool"
 HOMEPAGE="
-	http://funbase.cs.tut.fi
+	http://www.tkt.cs.tut.fi/research/funbase/Kactus2.htm
 	https://github.com/kactus2/kactus2dev
 "
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
  2022-05-02 17:59 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
@ 2022-05-02 17:34 ` Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2022-05-02 17:34 UTC (permalink / raw
  To: gentoo-commits

commit:     e441a1a6954e3aa9042291d761fc86284ecd0847
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 17:32:54 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May  2 17:32:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e441a1a6

sci-electronics/kactus2: unkeyword s390

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-electronics/kactus2/kactus2-3.8.0.ebuild | 2 +-
 sci-electronics/kactus2/kactus2-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/kactus2/kactus2-3.8.0.ebuild b/sci-electronics/kactus2/kactus2-3.8.0.ebuild
index 1faca00fc..89cf1c254 100644
--- a/sci-electronics/kactus2/kactus2-3.8.0.ebuild
+++ b/sci-electronics/kactus2/kactus2-3.8.0.ebuild
@@ -16,7 +16,7 @@ if [[ "${PV}" == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/${PN}/${PN}dev.git"
 else
 	SRC_URI="https://github.com/${PN}/${PN}dev/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~sparc ~x86"
 	S="${WORKDIR}/${PN}dev-${PV}"
 fi
 

diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild b/sci-electronics/kactus2/kactus2-9999.ebuild
index 847f4f79e..589b04bd8 100644
--- a/sci-electronics/kactus2/kactus2-9999.ebuild
+++ b/sci-electronics/kactus2/kactus2-9999.ebuild
@@ -16,7 +16,7 @@ if [[ "${PV}" == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/${PN}/${PN}dev.git"
 else
 	SRC_URI="https://github.com/${PN}/${PN}dev/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~sparc ~x86"
 	S="${WORKDIR}/${PN}dev-${PV}"
 fi
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
@ 2022-05-25 20:21 Alessandro Barbieri
  0 siblings, 0 replies; 22+ messages in thread
From: Alessandro Barbieri @ 2022-05-25 20:21 UTC (permalink / raw
  To: gentoo-commits

commit:     6aace7d0fbf0424abf6c0be1cf780d1df1e71c54
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed May 25 19:54:52 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed May 25 19:54:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6aace7d0

sci-electronics/kactus2: fix homepage

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sci-electronics/kactus2/kactus2-3.8.0.ebuild | 4 ++--
 sci-electronics/kactus2/kactus2-9999.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-electronics/kactus2/kactus2-3.8.0.ebuild b/sci-electronics/kactus2/kactus2-3.8.0.ebuild
index 89cf1c254..e6a6e0224 100644
--- a/sci-electronics/kactus2/kactus2-3.8.0.ebuild
+++ b/sci-electronics/kactus2/kactus2-3.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -7,7 +7,7 @@ inherit xdg
 
 DESCRIPTION="A open source IP-XACT-based tool"
 HOMEPAGE="
-	http://www.tkt.cs.tut.fi/research/funbase/Kactus2.htm
+	https://research.tuni.fi/system-on-chip/tools/
 	https://github.com/kactus2/kactus2dev
 "
 

diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild b/sci-electronics/kactus2/kactus2-9999.ebuild
index 589b04bd8..4ecae13d2 100644
--- a/sci-electronics/kactus2/kactus2-9999.ebuild
+++ b/sci-electronics/kactus2/kactus2-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -7,7 +7,7 @@ inherit xdg
 
 DESCRIPTION="A open source IP-XACT-based tool"
 HOMEPAGE="
-	http://www.tkt.cs.tut.fi/research/funbase/Kactus2.htm
+	https://research.tuni.fi/system-on-chip/tools/
 	https://github.com/kactus2/kactus2dev
 "
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
@ 2022-06-22 13:56 Rui Huang
  0 siblings, 0 replies; 22+ messages in thread
From: Rui Huang @ 2022-06-22 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     1a6a22668aa501e9ea527c24c2368a938254c388
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Wed Jun 22 13:51:40 2022 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Wed Jun 22 13:51:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a6a2266

sci-electronics/kactus2: add 3.10.0

Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 sci-electronics/kactus2/Manifest              |  1 +
 sci-electronics/kactus2/kactus2-3.10.0.ebuild | 72 +++++++++++++++++++++++++++
 2 files changed, 73 insertions(+)

diff --git a/sci-electronics/kactus2/Manifest b/sci-electronics/kactus2/Manifest
index 12bdbeb65..93c3530ee 100644
--- a/sci-electronics/kactus2/Manifest
+++ b/sci-electronics/kactus2/Manifest
@@ -1 +1,2 @@
+DIST kactus2-3.10.0.tar.gz 27887683 BLAKE2B 3addb9d2112fcd79891748ad35bd9e1b93acff1d04bcb75612d4e8018f30c6f015e496860e66e0e8ade3397339de31f700e91d35b18f2eccbd2621b8751d477b SHA512 a54396f6e305bbc8f70a1af4a5ca0cdc28fc6a95ea1f44c8f9bcd16b7f4a161ad738edd14840ee2356aba4d7e2f198d6ee3ced1f0e5ef32a5717f2ea61cfb5bd
 DIST kactus2-3.8.0.tar.gz 19410435 BLAKE2B 2117a7ea5118c59f5b96a449348ba2425646038eb756c5423301d3deba15765005aafae3241c943b7adfaa728edeac3f0963b1cad7c23892b68bbd6ed7de78c0 SHA512 426021465f296c63ff70738b7a56547ac6e5b46ed06b165da2bbcd7239ff9e65c099721ebfb5e7f90b0afa9f5621d7825ff7e216bcc4786f0431f1e98d95eee8

diff --git a/sci-electronics/kactus2/kactus2-3.10.0.ebuild b/sci-electronics/kactus2/kactus2-3.10.0.ebuild
new file mode 100644
index 000000000..f8dd19778
--- /dev/null
+++ b/sci-electronics/kactus2/kactus2-3.10.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+PYTHON_COMPAT=( python3_{8..11} )
+inherit python-r1 qmake-utils xdg
+
+DESCRIPTION="A open source IP-XACT-based tool"
+HOMEPAGE="
+	https://research.tuni.fi/system-on-chip/tools/
+	https://github.com/kactus2/kactus2dev
+"
+
+if [[ "${PV}" == "9999" ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/${PN}/${PN}dev.git"
+else
+	SRC_URI="https://github.com/${PN}/${PN}dev/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+	S="${WORKDIR}/${PN}dev-${PV}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qthelp:5
+	dev-qt/qtprintsupport:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	python? ( ${PYTHON_DEPS} )
+"
+
+DEPEND="
+	${RDEPEND}
+"
+
+QA_PRESTRIPPED="usr/share/kactus2/plugins/*"
+
+src_prepare() {
+	default
+
+	# Fix QTBIN_PATH
+	sed -i -e "s|QTBIN_PATH=.*|QTBIN_PATH=\"$(qt5_get_bindir)/\"|" configure || die
+}
+
+src_install() {
+	# Can't use default, set INSTALL_ROOT and workaround parallel install bug
+	emake -j1 INSTALL_ROOT="${D}" install
+	if use python; then
+		python_install() {
+			export PYTHON_C_FLAGS="$(python_get_CFLAGS)"
+			export PYTHON_LIBS="$(python_get_LIBS)"
+			pushd "PythonAPI" || die
+			emake clean
+			eqmake5 PREFIX="$(python_get_library_path)"
+			emake
+			rm -rf _pythonAPI.so || die
+			cp -rf libPythonAPI.so.1.0.0 _pythonAPI.so || die
+			python_domodule _pythonAPI.so
+			python_domodule pythonAPI.py
+			popd
+		}
+		python_foreach_impl python_install
+	fi
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
@ 2022-06-22 13:56 Rui Huang
  0 siblings, 0 replies; 22+ messages in thread
From: Rui Huang @ 2022-06-22 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     833d9869cc43cda3d6bc2c6fb09ea9d4752d26c7
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Wed Jun 22 13:53:50 2022 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Wed Jun 22 13:53:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=833d9869

sci-electronics/kactus2: update EAPI 7 -> 8

Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 sci-electronics/kactus2/kactus2-9999.ebuild | 39 +++++++++++++++++++++++++----
 sci-electronics/kactus2/metadata.xml        |  2 +-
 2 files changed, 35 insertions(+), 6 deletions(-)

diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild b/sci-electronics/kactus2/kactus2-9999.ebuild
index 4ecae13d2..f8dd19778 100644
--- a/sci-electronics/kactus2/kactus2-9999.ebuild
+++ b/sci-electronics/kactus2/kactus2-9999.ebuild
@@ -1,9 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI="8"
 
-inherit xdg
+PYTHON_COMPAT=( python3_{8..11} )
+inherit python-r1 qmake-utils xdg
 
 DESCRIPTION="A open source IP-XACT-based tool"
 HOMEPAGE="
@@ -16,12 +17,14 @@ if [[ "${PV}" == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/${PN}/${PN}dev.git"
 else
 	SRC_URI="https://github.com/${PN}/${PN}dev/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~sparc ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 	S="${WORKDIR}/${PN}dev-${PV}"
 fi
 
 LICENSE="GPL-2"
 SLOT="0"
+IUSE="+python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
 	dev-qt/qtcore:5
@@ -31,13 +34,39 @@ RDEPEND="
 	dev-qt/qtsvg:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
+	python? ( ${PYTHON_DEPS} )
 "
 
 DEPEND="
 	${RDEPEND}
 "
 
+QA_PRESTRIPPED="usr/share/kactus2/plugins/*"
+
+src_prepare() {
+	default
+
+	# Fix QTBIN_PATH
+	sed -i -e "s|QTBIN_PATH=.*|QTBIN_PATH=\"$(qt5_get_bindir)/\"|" configure || die
+}
+
 src_install() {
-	# Can't use default, set INSTALL_ROOT
-	emake INSTALL_ROOT="${D}" install
+	# Can't use default, set INSTALL_ROOT and workaround parallel install bug
+	emake -j1 INSTALL_ROOT="${D}" install
+	if use python; then
+		python_install() {
+			export PYTHON_C_FLAGS="$(python_get_CFLAGS)"
+			export PYTHON_LIBS="$(python_get_LIBS)"
+			pushd "PythonAPI" || die
+			emake clean
+			eqmake5 PREFIX="$(python_get_library_path)"
+			emake
+			rm -rf _pythonAPI.so || die
+			cp -rf libPythonAPI.so.1.0.0 _pythonAPI.so || die
+			python_domodule _pythonAPI.so
+			python_domodule pythonAPI.py
+			popd
+		}
+		python_foreach_impl python_install
+	fi
 }

diff --git a/sci-electronics/kactus2/metadata.xml b/sci-electronics/kactus2/metadata.xml
index 7dd9d6b41..a452da17d 100644
--- a/sci-electronics/kactus2/metadata.xml
+++ b/sci-electronics/kactus2/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
 		<email>vowstar@gmail.com</email>


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
@ 2022-06-23  4:31 Rui Huang
  0 siblings, 0 replies; 22+ messages in thread
From: Rui Huang @ 2022-06-23  4:31 UTC (permalink / raw
  To: gentoo-commits

commit:     04234ec22644d3d4e07f81f719108b231cd36228
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Thu Jun 23 04:30:10 2022 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Thu Jun 23 04:30:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04234ec2

sci-electronics/kactus2: add CONFIG+=nostrip

add CONFIG+=nostrip to all .pro file

Closes: https://bugs.gentoo.org/781674
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 sci-electronics/kactus2/kactus2-3.10.0.ebuild | 7 ++++---
 sci-electronics/kactus2/kactus2-9999.ebuild   | 7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/sci-electronics/kactus2/kactus2-3.10.0.ebuild b/sci-electronics/kactus2/kactus2-3.10.0.ebuild
index f8dd19778..5ac2c4877 100644
--- a/sci-electronics/kactus2/kactus2-3.10.0.ebuild
+++ b/sci-electronics/kactus2/kactus2-3.10.0.ebuild
@@ -41,11 +41,12 @@ DEPEND="
 	${RDEPEND}
 "
 
-QA_PRESTRIPPED="usr/share/kactus2/plugins/*"
-
 src_prepare() {
 	default
-
+	# Fix QA pre-stripped warnings, bug 781674
+	while IFS= read -r -d '' i; do
+		echo "CONFIG+=nostrip" >> "${i}" || die
+	done < <(find . -type f '(' -name "*.pro" ')' -print0)
 	# Fix QTBIN_PATH
 	sed -i -e "s|QTBIN_PATH=.*|QTBIN_PATH=\"$(qt5_get_bindir)/\"|" configure || die
 }

diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild b/sci-electronics/kactus2/kactus2-9999.ebuild
index f8dd19778..5ac2c4877 100644
--- a/sci-electronics/kactus2/kactus2-9999.ebuild
+++ b/sci-electronics/kactus2/kactus2-9999.ebuild
@@ -41,11 +41,12 @@ DEPEND="
 	${RDEPEND}
 "
 
-QA_PRESTRIPPED="usr/share/kactus2/plugins/*"
-
 src_prepare() {
 	default
-
+	# Fix QA pre-stripped warnings, bug 781674
+	while IFS= read -r -d '' i; do
+		echo "CONFIG+=nostrip" >> "${i}" || die
+	done < <(find . -type f '(' -name "*.pro" ')' -print0)
 	# Fix QTBIN_PATH
 	sed -i -e "s|QTBIN_PATH=.*|QTBIN_PATH=\"$(qt5_get_bindir)/\"|" configure || die
 }


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
@ 2022-06-24  6:04 Rui Huang
  0 siblings, 0 replies; 22+ messages in thread
From: Rui Huang @ 2022-06-24  6:04 UTC (permalink / raw
  To: gentoo-commits

commit:     1aeb3e088cbccbaaa406f305cb9e02566eb4363d
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Fri Jun 24 06:03:36 2022 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Fri Jun 24 06:03:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1aeb3e08

sci-electronics/kactus2: fix build problem

Add missing python and swig depend
Python3 is required to build and run this package

Closes: https://bugs.gentoo.org/853838
Closes: https://bugs.gentoo.org/853841
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 sci-electronics/kactus2/kactus2-3.10.0.ebuild | 39 ++++++++++++++-------------
 sci-electronics/kactus2/kactus2-9999.ebuild   | 39 ++++++++++++++-------------
 2 files changed, 40 insertions(+), 38 deletions(-)

diff --git a/sci-electronics/kactus2/kactus2-3.10.0.ebuild b/sci-electronics/kactus2/kactus2-3.10.0.ebuild
index 5ac2c4877..eb13a7c47 100644
--- a/sci-electronics/kactus2/kactus2-3.10.0.ebuild
+++ b/sci-electronics/kactus2/kactus2-3.10.0.ebuild
@@ -23,10 +23,10 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="+python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
+	${PYTHON_DEPS}
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qthelp:5
@@ -34,13 +34,16 @@ RDEPEND="
 	dev-qt/qtsvg:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
-	python? ( ${PYTHON_DEPS} )
 "
 
 DEPEND="
 	${RDEPEND}
 "
 
+BDEPEND="
+	dev-lang/swig
+"
+
 src_prepare() {
 	default
 	# Fix QA pre-stripped warnings, bug 781674
@@ -54,20 +57,18 @@ src_prepare() {
 src_install() {
 	# Can't use default, set INSTALL_ROOT and workaround parallel install bug
 	emake -j1 INSTALL_ROOT="${D}" install
-	if use python; then
-		python_install() {
-			export PYTHON_C_FLAGS="$(python_get_CFLAGS)"
-			export PYTHON_LIBS="$(python_get_LIBS)"
-			pushd "PythonAPI" || die
-			emake clean
-			eqmake5 PREFIX="$(python_get_library_path)"
-			emake
-			rm -rf _pythonAPI.so || die
-			cp -rf libPythonAPI.so.1.0.0 _pythonAPI.so || die
-			python_domodule _pythonAPI.so
-			python_domodule pythonAPI.py
-			popd
-		}
-		python_foreach_impl python_install
-	fi
+	python_install() {
+		export PYTHON_C_FLAGS="$(python_get_CFLAGS)"
+		export PYTHON_LIBS="$(python_get_LIBS)"
+		pushd "PythonAPI" || die
+		emake clean
+		eqmake5 PREFIX="$(python_get_library_path)"
+		emake
+		rm -rf _pythonAPI.so || die
+		cp -rf libPythonAPI.so.1.0.0 _pythonAPI.so || die
+		python_domodule _pythonAPI.so
+		python_domodule pythonAPI.py
+		popd
+	}
+	python_foreach_impl python_install
 }

diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild b/sci-electronics/kactus2/kactus2-9999.ebuild
index 5ac2c4877..eb13a7c47 100644
--- a/sci-electronics/kactus2/kactus2-9999.ebuild
+++ b/sci-electronics/kactus2/kactus2-9999.ebuild
@@ -23,10 +23,10 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="+python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
+	${PYTHON_DEPS}
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qthelp:5
@@ -34,13 +34,16 @@ RDEPEND="
 	dev-qt/qtsvg:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
-	python? ( ${PYTHON_DEPS} )
 "
 
 DEPEND="
 	${RDEPEND}
 "
 
+BDEPEND="
+	dev-lang/swig
+"
+
 src_prepare() {
 	default
 	# Fix QA pre-stripped warnings, bug 781674
@@ -54,20 +57,18 @@ src_prepare() {
 src_install() {
 	# Can't use default, set INSTALL_ROOT and workaround parallel install bug
 	emake -j1 INSTALL_ROOT="${D}" install
-	if use python; then
-		python_install() {
-			export PYTHON_C_FLAGS="$(python_get_CFLAGS)"
-			export PYTHON_LIBS="$(python_get_LIBS)"
-			pushd "PythonAPI" || die
-			emake clean
-			eqmake5 PREFIX="$(python_get_library_path)"
-			emake
-			rm -rf _pythonAPI.so || die
-			cp -rf libPythonAPI.so.1.0.0 _pythonAPI.so || die
-			python_domodule _pythonAPI.so
-			python_domodule pythonAPI.py
-			popd
-		}
-		python_foreach_impl python_install
-	fi
+	python_install() {
+		export PYTHON_C_FLAGS="$(python_get_CFLAGS)"
+		export PYTHON_LIBS="$(python_get_LIBS)"
+		pushd "PythonAPI" || die
+		emake clean
+		eqmake5 PREFIX="$(python_get_library_path)"
+		emake
+		rm -rf _pythonAPI.so || die
+		cp -rf libPythonAPI.so.1.0.0 _pythonAPI.so || die
+		python_domodule _pythonAPI.so
+		python_domodule pythonAPI.py
+		popd
+	}
+	python_foreach_impl python_install
 }


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
@ 2023-10-17 15:08 Rui Huang
  0 siblings, 0 replies; 22+ messages in thread
From: Rui Huang @ 2023-10-17 15:08 UTC (permalink / raw
  To: gentoo-commits

commit:     601d52a6fd1ffd050c730b0a7f1afa3e8f987952
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue Oct 17 15:08:46 2023 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Tue Oct 17 15:08:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=601d52a6

sci-electronics/kactus2: enable py3.12

Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 sci-electronics/kactus2/kactus2-9999.ebuild | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild b/sci-electronics/kactus2/kactus2-9999.ebuild
index c325dfd757..5d9feb0745 100644
--- a/sci-electronics/kactus2/kactus2-9999.ebuild
+++ b/sci-electronics/kactus2/kactus2-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit python-r1 qmake-utils xdg
 
 DESCRIPTION="A open source IP-XACT-based tool"
@@ -17,7 +17,7 @@ if [[ "${PV}" == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/${PN}/${PN}dev.git"
 else
 	SRC_URI="https://github.com/${PN}/${PN}dev/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64"
 	S="${WORKDIR}/${PN}dev-${PV}"
 fi
 
@@ -27,13 +27,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
 	${PYTHON_DEPS}
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qthelp:5
-	dev-qt/qtprintsupport:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
+	dev-qt/qtbase:6=[cups,gui,network,opengl,widgets,xml]
+	dev-qt/qtsvg:6
 "
 
 DEPEND="
@@ -42,16 +37,21 @@ DEPEND="
 
 BDEPEND="
 	dev-lang/swig
+	dev-qt/qttools:6[linguist,qdoc]
 "
 
+PATCHES=(
+	"${FILESDIR}"/${PN}-3.12.0-fix-createhelp.patch
+)
+
 src_prepare() {
 	default
 	# Fix QA pre-stripped warnings, bug 781674
 	while IFS= read -r -d '' i; do
 		echo "CONFIG+=nostrip" >> "${i}" || die
 	done < <(find . -type f '(' -name "*.pro" ')' -print0)
-	# Fix QTBIN_PATH
-	sed -i -e "s|QTBIN_PATH=.*|QTBIN_PATH=\"$(qt5_get_bindir)/\"|" configure || die
+	# # Fix QTBIN_PATH
+	# sed -i -e "s|QTBIN_PATH=.*|QTBIN_PATH=\"$(qt6_get_bindir)/\"|" configure || die
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
@ 2023-10-17 15:08 Rui Huang
  0 siblings, 0 replies; 22+ messages in thread
From: Rui Huang @ 2023-10-17 15:08 UTC (permalink / raw
  To: gentoo-commits

commit:     0095cfccd11476849569b552b4474e13d045e9fd
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue Oct 17 15:08:11 2023 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Tue Oct 17 15:08:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0095cfcc

sci-electronics/kactus2: drop 3.10.0

Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 sci-electronics/kactus2/Manifest              |  1 -
 sci-electronics/kactus2/kactus2-3.10.0.ebuild | 74 ---------------------------
 2 files changed, 75 deletions(-)

diff --git a/sci-electronics/kactus2/Manifest b/sci-electronics/kactus2/Manifest
index cab286dc47..6f3997e576 100644
--- a/sci-electronics/kactus2/Manifest
+++ b/sci-electronics/kactus2/Manifest
@@ -1,2 +1 @@
-DIST kactus2-3.10.0.tar.gz 27887683 BLAKE2B 3addb9d2112fcd79891748ad35bd9e1b93acff1d04bcb75612d4e8018f30c6f015e496860e66e0e8ade3397339de31f700e91d35b18f2eccbd2621b8751d477b SHA512 a54396f6e305bbc8f70a1af4a5ca0cdc28fc6a95ea1f44c8f9bcd16b7f4a161ad738edd14840ee2356aba4d7e2f198d6ee3ced1f0e5ef32a5717f2ea61cfb5bd
 DIST kactus2-3.12.0.tar.gz 28154387 BLAKE2B c8e0a982343d3a34f9186bca1778b68b4dfdcd977488751f90d9d5372df96c4f7349c90e15203f66778ee1be399e9e2ddb5342dffe1025754e44604c77c16684 SHA512 d7cef803314262c9fb0b77db88b5d7935203e1484965f475e954bceb1bc56a31ee9867fe1d73959d62a8454238480226df8fbd2d487442bce44fe7476de6d5bb

diff --git a/sci-electronics/kactus2/kactus2-3.10.0.ebuild b/sci-electronics/kactus2/kactus2-3.10.0.ebuild
deleted file mode 100644
index c325dfd757..0000000000
--- a/sci-electronics/kactus2/kactus2-3.10.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-PYTHON_COMPAT=( python3_{10..11} )
-inherit python-r1 qmake-utils xdg
-
-DESCRIPTION="A open source IP-XACT-based tool"
-HOMEPAGE="
-	https://research.tuni.fi/system-on-chip/tools/
-	https://github.com/kactus2/kactus2dev
-"
-
-if [[ "${PV}" == "9999" ]] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/${PN}/${PN}dev.git"
-else
-	SRC_URI="https://github.com/${PN}/${PN}dev/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
-	S="${WORKDIR}/${PN}dev-${PV}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-	${PYTHON_DEPS}
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qthelp:5
-	dev-qt/qtprintsupport:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-"
-
-DEPEND="
-	${RDEPEND}
-"
-
-BDEPEND="
-	dev-lang/swig
-"
-
-src_prepare() {
-	default
-	# Fix QA pre-stripped warnings, bug 781674
-	while IFS= read -r -d '' i; do
-		echo "CONFIG+=nostrip" >> "${i}" || die
-	done < <(find . -type f '(' -name "*.pro" ')' -print0)
-	# Fix QTBIN_PATH
-	sed -i -e "s|QTBIN_PATH=.*|QTBIN_PATH=\"$(qt5_get_bindir)/\"|" configure || die
-}
-
-src_install() {
-	# Can't use default, set INSTALL_ROOT and workaround parallel install bug
-	emake -j1 INSTALL_ROOT="${D}" install
-	python_install() {
-		export PYTHON_C_FLAGS="$(python_get_CFLAGS)"
-		export PYTHON_LIBS="$(python_get_LIBS)"
-		pushd "PythonAPI" || die
-		emake clean
-		eqmake5 PREFIX="$(python_get_library_path)"
-		emake
-		rm -rf _pythonAPI.so || die
-		cp -rf libPythonAPI.so.1.0.0 _pythonAPI.so || die
-		python_domodule _pythonAPI.so
-		python_domodule pythonAPI.py
-		popd
-	}
-	python_foreach_impl python_install
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
@ 2023-10-20 17:40 Rui Huang
  0 siblings, 0 replies; 22+ messages in thread
From: Rui Huang @ 2023-10-20 17:40 UTC (permalink / raw
  To: gentoo-commits

commit:     f5b884b40f636b5eb850f19aaadf04ad4512d04c
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Fri Oct 20 17:40:02 2023 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Fri Oct 20 17:40:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5b884b4

sci-electronics/kactus2: fix build failed bug

Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 sci-electronics/kactus2/kactus2-3.12.0.ebuild | 2 +-
 sci-electronics/kactus2/kactus2-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/kactus2/kactus2-3.12.0.ebuild b/sci-electronics/kactus2/kactus2-3.12.0.ebuild
index 7812278f3b..72f44b10d5 100644
--- a/sci-electronics/kactus2/kactus2-3.12.0.ebuild
+++ b/sci-electronics/kactus2/kactus2-3.12.0.ebuild
@@ -58,7 +58,7 @@ src_configure() {
 	default
 	# Fix bug 854075
 	# Fix bug 854078
-	eqmake6 Kactus2.pro
+	eqmake6 Kactus2_Solution.pro
 }
 
 src_compile() {

diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild b/sci-electronics/kactus2/kactus2-9999.ebuild
index 7812278f3b..72f44b10d5 100644
--- a/sci-electronics/kactus2/kactus2-9999.ebuild
+++ b/sci-electronics/kactus2/kactus2-9999.ebuild
@@ -58,7 +58,7 @@ src_configure() {
 	default
 	# Fix bug 854075
 	# Fix bug 854078
-	eqmake6 Kactus2.pro
+	eqmake6 Kactus2_Solution.pro
 }
 
 src_compile() {


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
@ 2024-02-13 14:55 Rui Huang
  0 siblings, 0 replies; 22+ messages in thread
From: Rui Huang @ 2024-02-13 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     586fcb276d9d6a141869f9e5b0507414019f1b95
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue Feb 13 14:54:59 2024 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Tue Feb 13 14:54:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=586fcb27

sci-electronics/kactus2: add 3.13.1

Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 sci-electronics/kactus2/Manifest              |  1 +
 sci-electronics/kactus2/kactus2-3.13.1.ebuild | 88 +++++++++++++++++++++++++++
 2 files changed, 89 insertions(+)

diff --git a/sci-electronics/kactus2/Manifest b/sci-electronics/kactus2/Manifest
index e63830fffb..97d16a6b94 100644
--- a/sci-electronics/kactus2/Manifest
+++ b/sci-electronics/kactus2/Manifest
@@ -1,2 +1,3 @@
 DIST kactus2-3.12.0.tar.gz 28154387 BLAKE2B c8e0a982343d3a34f9186bca1778b68b4dfdcd977488751f90d9d5372df96c4f7349c90e15203f66778ee1be399e9e2ddb5342dffe1025754e44604c77c16684 SHA512 d7cef803314262c9fb0b77db88b5d7935203e1484965f475e954bceb1bc56a31ee9867fe1d73959d62a8454238480226df8fbd2d487442bce44fe7476de6d5bb
 DIST kactus2-3.13.0.tar.gz 28682844 BLAKE2B 2dc6d6b1ed18d95cce38179c0538c4697c8b2f0de0984fedf0a0b757a7c6c9268e91b9cb09a99c2cdd1913344e928b8d3d665da292d7c47ddf983f92d28142f8 SHA512 750a318fa543f4feaf8176bc9b9bcf244ac3f97d130b6dbe5483e68e7ac30b146c5d9362cdebb4129b62a1fec89a4f3bcfb97822e45930ad05a699ab1ad2f8f5
+DIST kactus2-3.13.1.tar.gz 28686011 BLAKE2B 2abe1d7f6abcfb97f41e293476c200e3d9ba31e32e2b34022d7bbb3007cd2a2c129c73b1414cc422fc7dbc6982636edcd4ad0dc89aff8d352b2e936583d08291 SHA512 9465da2448d54ae3c19aaf5d765b386dd997244ac8385c8e3fddde74807c30e37bdef4d7b56d1610c1c59a1ad10c7c13fe312b53b6263800c9142be7be558049

diff --git a/sci-electronics/kactus2/kactus2-3.13.1.ebuild b/sci-electronics/kactus2/kactus2-3.13.1.ebuild
new file mode 100644
index 0000000000..b542e40348
--- /dev/null
+++ b/sci-electronics/kactus2/kactus2-3.13.1.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit python-r1 qmake-utils xdg
+
+DESCRIPTION="A open source IP-XACT-based tool"
+HOMEPAGE="
+	https://research.tuni.fi/system-on-chip/tools/
+	https://github.com/kactus2/kactus2dev
+"
+
+if [[ "${PV}" == "9999" ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/${PN}/${PN}dev.git"
+else
+	SRC_URI="https://github.com/${PN}/${PN}dev/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${PN}dev-${PV}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+	${PYTHON_DEPS}
+	dev-qt/qtbase:6=[cups,gui,network,opengl,widgets,xml]
+	dev-qt/qtsvg:6
+"
+
+DEPEND="
+	${RDEPEND}
+"
+
+BDEPEND="
+	dev-lang/swig
+	dev-qt/qttools:6[linguist,qdoc]
+"
+
+src_prepare() {
+	default
+	# Fix QA pre-stripped warnings, bug 781674
+	find . -type f -name \*.pro -exec sed -e '$a\\nCONFIG+=nostrip' -i '{}' + || die
+	# Fix bug 854081
+	python_setup
+	sed -e "s|PYTHON_CONFIG=.*|PYTHON_CONFIG=${EPYTHON}-config|" -i .qmake.conf || die
+}
+
+src_configure() {
+	default
+	# Fix bug 854075
+	# Fix bug 854078
+	eqmake6 Kactus2_Solution.pro
+}
+
+src_compile() {
+	default
+	python_compile() {
+		cp -TR "${S}/" "${BUILD_DIR}/" || die
+		# Fix bug 854081
+		python_setup
+		sed -e "s|PYTHON_CONFIG=.*|PYTHON_CONFIG=${EPYTHON}-config|" -i .qmake.conf || die
+		export PYTHON_C_FLAGS="$(python_get_CFLAGS)"
+		export PYTHON_LIBS="$(python_get_LIBS)"
+		pushd "PythonAPI" || die
+		eqmake6 PREFIX="$(python_get_library_path)"
+		emake
+		rm _pythonAPI.so || die
+		cp libPythonAPI.so.1.0.0 _pythonAPI.so || die
+		popd
+	}
+	python_foreach_impl run_in_build_dir python_compile
+}
+
+src_install() {
+	# Can't use default, set INSTALL_ROOT and workaround parallel install bug
+	emake -j1 INSTALL_ROOT="${D}" install
+	python_install() {
+		pushd "PythonAPI" || die
+		python_domodule _pythonAPI.so
+		python_domodule pythonAPI.py
+		popd
+	}
+	python_foreach_impl run_in_build_dir python_install
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2024-02-13 14:55 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-22 13:56 [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/ Rui Huang
  -- strict thread matches above, loose matches on Subject: below --
2024-02-13 14:55 Rui Huang
2023-10-20 17:40 Rui Huang
2023-10-17 15:08 Rui Huang
2023-10-17 15:08 Rui Huang
2022-06-24  6:04 Rui Huang
2022-06-23  4:31 Rui Huang
2022-06-22 13:56 Rui Huang
2022-05-25 20:21 Alessandro Barbieri
2022-05-02 17:59 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2022-05-02 17:34 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2021-02-05 12:19 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-02-05 12:05 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-01-01  9:55 Rui Huang
2020-04-27  7:46 Rui Huang
2020-04-27  7:46 Rui Huang
2020-04-26 22:39 Alessandro Barbieri
2020-04-07  7:03 Rui Huang
2020-04-07  6:57 Rui Huang
2020-03-27 12:40 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-27 12:40 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-15 11:39 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-15 11:29 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-02 21:15 Andrew Ammerlaan
2020-03-02  7:29 Rui Huang
2020-02-23  7:17 Rui Huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox