* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/coregarage/
@ 2024-01-13 11:59 Takuya Wakazono
0 siblings, 0 replies; 2+ messages in thread
From: Takuya Wakazono @ 2024-01-13 11:59 UTC (permalink / raw
To: gentoo-commits
commit: a028aa01fc20271ae97d3b51abd5eedc2d590d04
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 13 11:43:48 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sat Jan 13 11:59:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a028aa01
gui-apps/coregarage: add 4.5.0, live sync
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
gui-apps/coregarage/Manifest | 1 +
...regarage-9999.ebuild => coregarage-4.5.0.ebuild} | 21 ++++++++-------------
gui-apps/coregarage/coregarage-9999.ebuild | 21 ++++++++-------------
3 files changed, 17 insertions(+), 26 deletions(-)
diff --git a/gui-apps/coregarage/Manifest b/gui-apps/coregarage/Manifest
index 34801bc5b8..2f45adbfe2 100644
--- a/gui-apps/coregarage/Manifest
+++ b/gui-apps/coregarage/Manifest
@@ -1 +1,2 @@
DIST coregarage-4.2.0.tar.gz 102207 BLAKE2B cbd570ba36036e15d198230c3289d27604d43a7298e7f75c59fa412b5c36009941a4d7ed4eb4f5e8fd2af4cbd4bfb257c380ce76c2aa2c698ef54710c1740d47 SHA512 f6c8cbb723f3d49d66c17b860e7002998a88d99da78de566bc40a6af90c0b697ebaf898f16a45a2cfcd92e2e37717cba8ab6b6090daaf1a0f7fcbebb983b34f3
+DIST coregarage-v4.5.0.tar.bz2 97632 BLAKE2B 9e138c861b8fe706ac249cf7a235d169b8041d4b267b16da0e56c8dfd6a5ce12c9570a032d1ea9e05737de48849a2bc56907a65879e6cd042c5b5ae6abb8d34e SHA512 b7ec61774e05cd54a8c6ae42e6bbdf65a835fece9e9042a892e10513c5e1f1f53e759fabfff2fe2e56d4063a449983efec44c9a8ceeb0a3834190883b6d04a04
diff --git a/gui-apps/coregarage/coregarage-9999.ebuild b/gui-apps/coregarage/coregarage-4.5.0.ebuild
similarity index 50%
copy from gui-apps/coregarage/coregarage-9999.ebuild
copy to gui-apps/coregarage/coregarage-4.5.0.ebuild
index e6895c448a..d639ba6ab0 100644
--- a/gui-apps/coregarage/coregarage-9999.ebuild
+++ b/gui-apps/coregarage/coregarage-4.5.0.ebuild
@@ -1,25 +1,22 @@
-# 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
DESCRIPTION="A settings manager for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/coregarage"
-if [[ "${MY_PV}" == *9999* ]]; then
+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/coregarage.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/coregarage/-/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"
@@ -27,10 +24,8 @@ DEPEND="
app-arch/libarchive-qt
dev-qt/qtcore:5
dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
gui-libs/libcprime
- gui-libs/libcsys
-"
-RDEPEND="
- ${DEPEND}
"
+RDEPEND="${DEPEND}"
diff --git a/gui-apps/coregarage/coregarage-9999.ebuild b/gui-apps/coregarage/coregarage-9999.ebuild
index e6895c448a..d639ba6ab0 100644
--- a/gui-apps/coregarage/coregarage-9999.ebuild
+++ b/gui-apps/coregarage/coregarage-9999.ebuild
@@ -1,25 +1,22 @@
-# 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
DESCRIPTION="A settings manager for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/coregarage"
-if [[ "${MY_PV}" == *9999* ]]; then
+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/coregarage.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/coregarage/-/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"
@@ -27,10 +24,8 @@ DEPEND="
app-arch/libarchive-qt
dev-qt/qtcore:5
dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
gui-libs/libcprime
- gui-libs/libcsys
-"
-RDEPEND="
- ${DEPEND}
"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/coregarage/
@ 2024-08-21 15:26 Takuya Wakazono
0 siblings, 0 replies; 2+ messages in thread
From: Takuya Wakazono @ 2024-08-21 15:26 UTC (permalink / raw
To: gentoo-commits
commit: 7143645a8318db4e77cfd8b5bb7714033402d34b
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Wed Aug 21 14:38:04 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Wed Aug 21 14:40:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7143645a
gui-apps/coregarage: block app-arch/libarchive-qt[qt6]
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
gui-apps/coregarage/coregarage-4.5.0.ebuild | 2 +-
gui-apps/coregarage/coregarage-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gui-apps/coregarage/coregarage-4.5.0.ebuild b/gui-apps/coregarage/coregarage-4.5.0.ebuild
index d639ba6ab..d7446dc24 100644
--- a/gui-apps/coregarage/coregarage-4.5.0.ebuild
+++ b/gui-apps/coregarage/coregarage-4.5.0.ebuild
@@ -21,7 +21,7 @@ LICENSE="GPL-3"
SLOT="0"
DEPEND="
- app-arch/libarchive-qt
+ app-arch/libarchive-qt[-qt6]
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
diff --git a/gui-apps/coregarage/coregarage-9999.ebuild b/gui-apps/coregarage/coregarage-9999.ebuild
index d639ba6ab..d7446dc24 100644
--- a/gui-apps/coregarage/coregarage-9999.ebuild
+++ b/gui-apps/coregarage/coregarage-9999.ebuild
@@ -21,7 +21,7 @@ LICENSE="GPL-3"
SLOT="0"
DEPEND="
- app-arch/libarchive-qt
+ app-arch/libarchive-qt[-qt6]
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-21 15:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-13 11:59 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/coregarage/ Takuya Wakazono
-- strict thread matches above, loose matches on Subject: below --
2024-08-21 15:26 Takuya Wakazono
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox