public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/coreuniverse/
@ 2021-03-23  7:33 Maciej Barć
  0 siblings, 0 replies; 4+ messages in thread
From: Maciej Barć @ 2021-03-23  7:33 UTC (permalink / raw
  To: gentoo-commits

commit:     2ab43d8be7081a7df58f73f83861dcaac020a1ea
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Tue Mar 23 07:20:05 2021 +0000
Commit:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Tue Mar 23 07:33:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ab43d8b

gui-apps/coreuniverse: new pkg; add 4.1.0 and live

Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 gui-apps/coreuniverse/Manifest                  |  1 +
 gui-apps/coreuniverse/coreuniverse-4.1.0.ebuild | 52 +++++++++++++++++++++++++
 gui-apps/coreuniverse/coreuniverse-9999.ebuild  | 52 +++++++++++++++++++++++++
 gui-apps/coreuniverse/metadata.xml              | 11 ++++++
 4 files changed, 116 insertions(+)

diff --git a/gui-apps/coreuniverse/Manifest b/gui-apps/coreuniverse/Manifest
new file mode 100644
index 00000000..1599da80
--- /dev/null
+++ b/gui-apps/coreuniverse/Manifest
@@ -0,0 +1 @@
+DIST coreuniverse-4.1.0.tar.gz 255877 BLAKE2B 14b85ebe99aa368daa8007f36626f7d6b00de94a9a69f55e7b8986c2127049e15d3d0f860bc35c0a84df90354bb1d3080724efab10c78d406a05eede814cc1dd SHA512 17cfd248fb7a7db9ba0df1777f01d0400116f9ce73ce2599a81cec6fcd8d27ab582e5e72effa7fd89eee352f029f91cf5b99dd1d507cd5250323203d593b49a3

diff --git a/gui-apps/coreuniverse/coreuniverse-4.1.0.ebuild b/gui-apps/coreuniverse/coreuniverse-4.1.0.ebuild
new file mode 100644
index 00000000..b7e6da13
--- /dev/null
+++ b/gui-apps/coreuniverse/coreuniverse-4.1.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils xdg
+
+DESCRIPTION="Shows information about apps for C Suite"
+HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreuniverse"
+
+if [[ "${PV}" == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git"
+else
+	SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${PN}-v${PV}"
+fi
+
+RESTRICT="test"
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	gui-libs/libcprime
+"
+RDEPEND="
+	${DEPEND}
+"
+
+src_prepare() {
+	default
+
+	sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die
+}
+
+src_configure() {
+	eqmake5
+}
+
+src_compile() {
+	emake
+}
+
+src_install() {
+	einstalldocs
+
+	emake INSTALL_ROOT="${D}" install
+}

diff --git a/gui-apps/coreuniverse/coreuniverse-9999.ebuild b/gui-apps/coreuniverse/coreuniverse-9999.ebuild
new file mode 100644
index 00000000..b7e6da13
--- /dev/null
+++ b/gui-apps/coreuniverse/coreuniverse-9999.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils xdg
+
+DESCRIPTION="Shows information about apps for C Suite"
+HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreuniverse"
+
+if [[ "${PV}" == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git"
+else
+	SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${PN}-v${PV}"
+fi
+
+RESTRICT="test"
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	gui-libs/libcprime
+"
+RDEPEND="
+	${DEPEND}
+"
+
+src_prepare() {
+	default
+
+	sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die
+}
+
+src_configure() {
+	eqmake5
+}
+
+src_compile() {
+	emake
+}
+
+src_install() {
+	einstalldocs
+
+	emake INSTALL_ROOT="${D}" install
+}

diff --git a/gui-apps/coreuniverse/metadata.xml b/gui-apps/coreuniverse/metadata.xml
new file mode 100644
index 00000000..3ae06584
--- /dev/null
+++ b/gui-apps/coreuniverse/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="person">
+        <email>xgqt@riseup.net</email>
+        <name>Maciej Barć</name>
+    </maintainer>
+    <upstream>
+        <remote-id type="gitlab">cubocore/coreapps/coreuniverse</remote-id>
+    </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/coreuniverse/
@ 2024-01-13 11:59 Takuya Wakazono
  0 siblings, 0 replies; 4+ messages in thread
From: Takuya Wakazono @ 2024-01-13 11:59 UTC (permalink / raw
  To: gentoo-commits

commit:     bf3849e67f61bcf59c7052216337757676831ff4
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 13 11:46:35 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sat Jan 13 11:59:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bf3849e6

gui-apps/coreuniverse: add 4.5.0, live sync

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 gui-apps/coreuniverse/Manifest                          |  1 +
 ...reuniverse-9999.ebuild => coreuniverse-4.5.0.ebuild} | 17 ++++++-----------
 gui-apps/coreuniverse/coreuniverse-9999.ebuild          | 17 ++++++-----------
 3 files changed, 13 insertions(+), 22 deletions(-)

diff --git a/gui-apps/coreuniverse/Manifest b/gui-apps/coreuniverse/Manifest
index ef6bb2f7ee..374b37a196 100644
--- a/gui-apps/coreuniverse/Manifest
+++ b/gui-apps/coreuniverse/Manifest
@@ -1 +1,2 @@
 DIST coreuniverse-4.2.0.tar.gz 251425 BLAKE2B ba1e0b64fd5ca491d79a0fb0b57790075cfa8ea5955c95d61076e1e43905df3125f71b3751200310de68b03930025e71cced8a42f943bf23334e5c262bdea764 SHA512 8cf18fa84d784c8688ce6cfc3a97b625e8f3cb3c0bf58666ecf11cd0ee3fda4f4f5d43ec9007b3e6a698c6ef7b72a7135fb412c7e5ba0e6b4fcc043742f0fb7b
+DIST coreuniverse-v4.5.0.tar.bz2 235860 BLAKE2B 0a561a882595c9d5e337f221912cc66d2edc0d34290774d1e7dd2f62e0f0868f7d5b12d3f8aecbc92d149d8ce087adefbde0a0fd981aa0e54747663531f68c70 SHA512 754af3eb7a2576c4b3152d722e5356be890201f174158de3aa99d8caa16a19829be6fbd27580e4ff4da9ebcb82e3db78289af62f4821f5d2cd06cc7e016f55b4

diff --git a/gui-apps/coreuniverse/coreuniverse-9999.ebuild b/gui-apps/coreuniverse/coreuniverse-4.5.0.ebuild
similarity index 55%
copy from gui-apps/coreuniverse/coreuniverse-9999.ebuild
copy to gui-apps/coreuniverse/coreuniverse-4.5.0.ebuild
index 0931e6d078..27aa50de7e 100644
--- a/gui-apps/coreuniverse/coreuniverse-9999.ebuild
+++ b/gui-apps/coreuniverse/coreuniverse-4.5.0.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-MY_PV="${PV/_/-}"
+EAPI=8
 
 inherit xdg cmake
 
@@ -12,14 +10,13 @@ HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreuniverse"
 
 if [[ "${PV}" == *9999* ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git"
+	EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coreuniverse.git"
 else
-	SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://gitlab.com/cubocore/coreapps/coreuniverse/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
 	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}-v${MY_PV}"
+	S="${WORKDIR}/${PN}-v${PV}"
 fi
 
-RESTRICT="test"
 LICENSE="GPL-3"
 SLOT="0"
 
@@ -29,6 +26,4 @@ DEPEND="
 	dev-qt/qtwidgets:5
 	gui-libs/libcprime
 "
-RDEPEND="
-	${DEPEND}
-"
+RDEPEND="${DEPEND}"

diff --git a/gui-apps/coreuniverse/coreuniverse-9999.ebuild b/gui-apps/coreuniverse/coreuniverse-9999.ebuild
index 0931e6d078..27aa50de7e 100644
--- a/gui-apps/coreuniverse/coreuniverse-9999.ebuild
+++ b/gui-apps/coreuniverse/coreuniverse-9999.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-MY_PV="${PV/_/-}"
+EAPI=8
 
 inherit xdg cmake
 
@@ -12,14 +10,13 @@ HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreuniverse"
 
 if [[ "${PV}" == *9999* ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git"
+	EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coreuniverse.git"
 else
-	SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://gitlab.com/cubocore/coreapps/coreuniverse/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
 	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}-v${MY_PV}"
+	S="${WORKDIR}/${PN}-v${PV}"
 fi
 
-RESTRICT="test"
 LICENSE="GPL-3"
 SLOT="0"
 
@@ -29,6 +26,4 @@ DEPEND="
 	dev-qt/qtwidgets:5
 	gui-libs/libcprime
 "
-RDEPEND="
-	${DEPEND}
-"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/coreuniverse/
@ 2025-05-05 16:36 Takuya Wakazono
  0 siblings, 0 replies; 4+ messages in thread
From: Takuya Wakazono @ 2025-05-05 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     b2b191942945892b0ae509953f0519814e8346e6
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon May  5 16:34:46 2025 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Mon May  5 16:34:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b2b19194

gui-apps/coreuniverse: add 5.0.0

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 gui-apps/coreuniverse/Manifest                  |  1 +
 gui-apps/coreuniverse/coreuniverse-5.0.0.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/gui-apps/coreuniverse/Manifest b/gui-apps/coreuniverse/Manifest
index 626776c34..90c3889a3 100644
--- a/gui-apps/coreuniverse/Manifest
+++ b/gui-apps/coreuniverse/Manifest
@@ -1 +1,2 @@
 DIST coreuniverse-v4.5.0.tar.bz2 235860 BLAKE2B 0a561a882595c9d5e337f221912cc66d2edc0d34290774d1e7dd2f62e0f0868f7d5b12d3f8aecbc92d149d8ce087adefbde0a0fd981aa0e54747663531f68c70 SHA512 754af3eb7a2576c4b3152d722e5356be890201f174158de3aa99d8caa16a19829be6fbd27580e4ff4da9ebcb82e3db78289af62f4821f5d2cd06cc7e016f55b4
+DIST coreuniverse-v5.0.0.tar.bz2 235347 BLAKE2B b9701479337b4492b73e111d109c90eae6acefef11b14d71dac12108bda69591698a817f5289c211f0b3334c5547313ce234440ca7aa9ff273c2055e2025930a SHA512 b01054302fd8cdfa1622e39b2c76731e2797bfe69da98017078d957a7dd18a4d39b9878eea4d03aa713f9c3c9a3e46d22884ac83d6a9e5ef64d0f4763697e26b

diff --git a/gui-apps/coreuniverse/coreuniverse-5.0.0.ebuild b/gui-apps/coreuniverse/coreuniverse-5.0.0.ebuild
new file mode 100644
index 000000000..7096ff8b4
--- /dev/null
+++ b/gui-apps/coreuniverse/coreuniverse-5.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Shows information about apps for C Suite"
+HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreuniverse"
+SRC_URI="https://gitlab.com/cubocore/coreapps/coreuniverse/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	dev-qt/qtbase:6[gui,widgets]
+	>=gui-libs/libcprime-5.0.0
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/coreuniverse/
@ 2025-05-05 16:36 Takuya Wakazono
  0 siblings, 0 replies; 4+ messages in thread
From: Takuya Wakazono @ 2025-05-05 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c54d70fd0e6b95e762ab6ae8bb8c49e22b82ea2b
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon May  5 16:34:46 2025 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Mon May  5 16:34:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c54d70fd

gui-apps/coreuniverse: drop 4.5.0, 9999

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 gui-apps/coreuniverse/Manifest                  |  1 -
 gui-apps/coreuniverse/coreuniverse-4.5.0.ebuild | 29 -------------------------
 gui-apps/coreuniverse/coreuniverse-9999.ebuild  | 29 -------------------------
 3 files changed, 59 deletions(-)

diff --git a/gui-apps/coreuniverse/Manifest b/gui-apps/coreuniverse/Manifest
index 90c3889a3..42df7077e 100644
--- a/gui-apps/coreuniverse/Manifest
+++ b/gui-apps/coreuniverse/Manifest
@@ -1,2 +1 @@
-DIST coreuniverse-v4.5.0.tar.bz2 235860 BLAKE2B 0a561a882595c9d5e337f221912cc66d2edc0d34290774d1e7dd2f62e0f0868f7d5b12d3f8aecbc92d149d8ce087adefbde0a0fd981aa0e54747663531f68c70 SHA512 754af3eb7a2576c4b3152d722e5356be890201f174158de3aa99d8caa16a19829be6fbd27580e4ff4da9ebcb82e3db78289af62f4821f5d2cd06cc7e016f55b4
 DIST coreuniverse-v5.0.0.tar.bz2 235347 BLAKE2B b9701479337b4492b73e111d109c90eae6acefef11b14d71dac12108bda69591698a817f5289c211f0b3334c5547313ce234440ca7aa9ff273c2055e2025930a SHA512 b01054302fd8cdfa1622e39b2c76731e2797bfe69da98017078d957a7dd18a4d39b9878eea4d03aa713f9c3c9a3e46d22884ac83d6a9e5ef64d0f4763697e26b

diff --git a/gui-apps/coreuniverse/coreuniverse-4.5.0.ebuild b/gui-apps/coreuniverse/coreuniverse-4.5.0.ebuild
deleted file mode 100644
index 27aa50de7..000000000
--- a/gui-apps/coreuniverse/coreuniverse-4.5.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg cmake
-
-DESCRIPTION="Shows information about apps for C Suite"
-HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreuniverse"
-
-if [[ "${PV}" == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coreuniverse.git"
-else
-	SRC_URI="https://gitlab.com/cubocore/coreapps/coreuniverse/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}-v${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	gui-libs/libcprime
-"
-RDEPEND="${DEPEND}"

diff --git a/gui-apps/coreuniverse/coreuniverse-9999.ebuild b/gui-apps/coreuniverse/coreuniverse-9999.ebuild
deleted file mode 100644
index 27aa50de7..000000000
--- a/gui-apps/coreuniverse/coreuniverse-9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg cmake
-
-DESCRIPTION="Shows information about apps for C Suite"
-HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreuniverse"
-
-if [[ "${PV}" == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coreuniverse.git"
-else
-	SRC_URI="https://gitlab.com/cubocore/coreapps/coreuniverse/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}-v${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	gui-libs/libcprime
-"
-RDEPEND="${DEPEND}"


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

end of thread, other threads:[~2025-05-05 16:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-05 16:36 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/coreuniverse/ Takuya Wakazono
  -- strict thread matches above, loose matches on Subject: below --
2025-05-05 16:36 Takuya Wakazono
2024-01-13 11:59 Takuya Wakazono
2021-03-23  7:33 Maciej Barć

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