* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/corehunt/
@ 2021-04-03 18:55 Maciej Barć
0 siblings, 0 replies; 4+ messages in thread
From: Maciej Barć @ 2021-04-03 18:55 UTC (permalink / raw
To: gentoo-commits
commit: de7a77b87be67fe83c5c29f084c97e6092158a4d
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Sat Apr 3 18:55:40 2021 +0000
Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Sat Apr 3 18:55:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de7a77b8
gui-apps/corehunt: move live to cmake
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
gui-apps/corehunt/corehunt-9999.ebuild | 22 ++++------------------
1 file changed, 4 insertions(+), 18 deletions(-)
diff --git a/gui-apps/corehunt/corehunt-9999.ebuild b/gui-apps/corehunt/corehunt-9999.ebuild
index e548618fc..c5b2257b4 100644
--- a/gui-apps/corehunt/corehunt-9999.ebuild
+++ b/gui-apps/corehunt/corehunt-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit qmake-utils xdg
+inherit cmake xdg
DESCRIPTION="A file finder utility for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corehunt"
@@ -33,21 +33,7 @@ RDEPEND="
"
src_prepare() {
- default
+ cmake_src_prepare
- sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die
-}
-
-src_configure() {
- eqmake5
-}
-
-src_compile() {
- emake
-}
-
-src_install() {
- einstalldocs
-
- emake INSTALL_ROOT="${D}" install
+ sed -i 's/CSuite/X-CSuite/' *.desktop || die
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/corehunt/
@ 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: 13f7f0d20941e284d5c1bb86065898aca163c514
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 13 11:44:08 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=13f7f0d2
gui-apps/corehunt: add 4.5.0, live sync
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
gui-apps/corehunt/Manifest | 1 +
.../{corehunt-9999.ebuild => corehunt-4.5.0.ebuild} | 18 ++++++------------
gui-apps/corehunt/corehunt-9999.ebuild | 18 ++++++------------
3 files changed, 13 insertions(+), 24 deletions(-)
diff --git a/gui-apps/corehunt/Manifest b/gui-apps/corehunt/Manifest
index 123dda587c..c5da576fbb 100644
--- a/gui-apps/corehunt/Manifest
+++ b/gui-apps/corehunt/Manifest
@@ -1 +1,2 @@
DIST corehunt-4.2.0.tar.gz 51302 BLAKE2B dc45352a9affcb0ea2df974a9a6ae4219b9d1086793b8c33125fdd7e52f59452989f20c263b6ac863d695fd274987dad9aa6158b9a261f19c16066c12e7f9da8 SHA512 e2d45e317947888b14213581d653047d261dc06ac6888e3f3dcf005cd837959250938b6eb3c10027ef018fe9a6878ab4115be61932a1f02255a637a2afef01cb
+DIST corehunt-v4.5.0.tar.bz2 49376 BLAKE2B b58664866466778182bd5c1a365023e94bd1ee972976292f97a37b9ed664c274388bc7ccbc3ef314f001335fb4460e657164b7eda77dba5e49abfaddaf6c108e SHA512 990b346e579cce5bcb9e64388ab4af63baaee737b65a9d16b9b584fab519e473237589ab0ee977cde39da17dfebc9896efbe2fb6a02e77af9ac0b8651cac20c3
diff --git a/gui-apps/corehunt/corehunt-9999.ebuild b/gui-apps/corehunt/corehunt-4.5.0.ebuild
similarity index 53%
copy from gui-apps/corehunt/corehunt-9999.ebuild
copy to gui-apps/corehunt/corehunt-4.5.0.ebuild
index 9ecd013f9f..a87a9df5b2 100644
--- a/gui-apps/corehunt/corehunt-9999.ebuild
+++ b/gui-apps/corehunt/corehunt-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,24 +10,20 @@ HOMEPAGE="https://gitlab.com/cubocore/coreapps/corehunt"
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/corehunt.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/corehunt/-/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"
DEPEND="
- dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
gui-libs/libcprime
"
-RDEPEND="
- ${DEPEND}
-"
+RDEPEND="${DEPEND}"
diff --git a/gui-apps/corehunt/corehunt-9999.ebuild b/gui-apps/corehunt/corehunt-9999.ebuild
index 9ecd013f9f..a87a9df5b2 100644
--- a/gui-apps/corehunt/corehunt-9999.ebuild
+++ b/gui-apps/corehunt/corehunt-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,24 +10,20 @@ HOMEPAGE="https://gitlab.com/cubocore/coreapps/corehunt"
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/corehunt.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/corehunt/-/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"
DEPEND="
- dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtgui:5
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/corehunt/
@ 2025-05-01 16:45 Takuya Wakazono
0 siblings, 0 replies; 4+ messages in thread
From: Takuya Wakazono @ 2025-05-01 16:45 UTC (permalink / raw
To: gentoo-commits
commit: 7e39f5c0ae72d8651c2bc5191731652f30551b26
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu May 1 16:42:58 2025 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Thu May 1 16:42:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e39f5c0
gui-apps/corehunt: add 5.0.0
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
gui-apps/corehunt/Manifest | 1 +
gui-apps/corehunt/corehunt-5.0.0.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/gui-apps/corehunt/Manifest b/gui-apps/corehunt/Manifest
index 4aca0d2a0..1687899ce 100644
--- a/gui-apps/corehunt/Manifest
+++ b/gui-apps/corehunt/Manifest
@@ -1 +1,2 @@
DIST corehunt-v4.5.0.tar.bz2 49376 BLAKE2B b58664866466778182bd5c1a365023e94bd1ee972976292f97a37b9ed664c274388bc7ccbc3ef314f001335fb4460e657164b7eda77dba5e49abfaddaf6c108e SHA512 990b346e579cce5bcb9e64388ab4af63baaee737b65a9d16b9b584fab519e473237589ab0ee977cde39da17dfebc9896efbe2fb6a02e77af9ac0b8651cac20c3
+DIST corehunt-v5.0.0.tar.bz2 49361 BLAKE2B 0d61e472ba840bdabe2d9f68984d526b44fe999c8550ba335a2d823bc914f1b24ff772a5b31464366363a32067bc83785acdc35ca7ca525cc55385db7e1c2db3 SHA512 c6b514ab570a609e7c1dbe937121ab38efd7e23bf0a3fa91503ab0488a2d2069cf7a9c03e8e4bca112bc0a3e5cbf7d8c0b62612ea40a8dcd09694d7be0dea25d
diff --git a/gui-apps/corehunt/corehunt-5.0.0.ebuild b/gui-apps/corehunt/corehunt-5.0.0.ebuild
new file mode 100644
index 000000000..5a185e3ff
--- /dev/null
+++ b/gui-apps/corehunt/corehunt-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="A file finder utility for C Suite"
+HOMEPAGE="https://gitlab.com/cubocore/coreapps/corehunt"
+SRC_URI="https://gitlab.com/cubocore/coreapps/corehunt/-/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/corehunt/
@ 2025-05-01 16:45 Takuya Wakazono
0 siblings, 0 replies; 4+ messages in thread
From: Takuya Wakazono @ 2025-05-01 16:45 UTC (permalink / raw
To: gentoo-commits
commit: 128aeac5187a19f033d27fb19d1044a80d00def6
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu May 1 16:42:58 2025 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Thu May 1 16:42:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=128aeac5
gui-apps/corehunt: drop 4.5.0, 9999
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
gui-apps/corehunt/Manifest | 1 -
gui-apps/corehunt/corehunt-4.5.0.ebuild | 29 -----------------------------
gui-apps/corehunt/corehunt-9999.ebuild | 29 -----------------------------
3 files changed, 59 deletions(-)
diff --git a/gui-apps/corehunt/Manifest b/gui-apps/corehunt/Manifest
index 1687899ce..d87a6ee50 100644
--- a/gui-apps/corehunt/Manifest
+++ b/gui-apps/corehunt/Manifest
@@ -1,2 +1 @@
-DIST corehunt-v4.5.0.tar.bz2 49376 BLAKE2B b58664866466778182bd5c1a365023e94bd1ee972976292f97a37b9ed664c274388bc7ccbc3ef314f001335fb4460e657164b7eda77dba5e49abfaddaf6c108e SHA512 990b346e579cce5bcb9e64388ab4af63baaee737b65a9d16b9b584fab519e473237589ab0ee977cde39da17dfebc9896efbe2fb6a02e77af9ac0b8651cac20c3
DIST corehunt-v5.0.0.tar.bz2 49361 BLAKE2B 0d61e472ba840bdabe2d9f68984d526b44fe999c8550ba335a2d823bc914f1b24ff772a5b31464366363a32067bc83785acdc35ca7ca525cc55385db7e1c2db3 SHA512 c6b514ab570a609e7c1dbe937121ab38efd7e23bf0a3fa91503ab0488a2d2069cf7a9c03e8e4bca112bc0a3e5cbf7d8c0b62612ea40a8dcd09694d7be0dea25d
diff --git a/gui-apps/corehunt/corehunt-4.5.0.ebuild b/gui-apps/corehunt/corehunt-4.5.0.ebuild
deleted file mode 100644
index a87a9df5b..000000000
--- a/gui-apps/corehunt/corehunt-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="A file finder utility for C Suite"
-HOMEPAGE="https://gitlab.com/cubocore/coreapps/corehunt"
-
-if [[ "${PV}" == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corehunt.git"
-else
- SRC_URI="https://gitlab.com/cubocore/coreapps/corehunt/-/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/corehunt/corehunt-9999.ebuild b/gui-apps/corehunt/corehunt-9999.ebuild
deleted file mode 100644
index a87a9df5b..000000000
--- a/gui-apps/corehunt/corehunt-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="A file finder utility for C Suite"
-HOMEPAGE="https://gitlab.com/cubocore/coreapps/corehunt"
-
-if [[ "${PV}" == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corehunt.git"
-else
- SRC_URI="https://gitlab.com/cubocore/coreapps/corehunt/-/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-01 16:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-03 18:55 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/corehunt/ Maciej Barć
-- strict thread matches above, loose matches on Subject: below --
2024-01-13 11:59 Takuya Wakazono
2025-05-01 16:45 Takuya Wakazono
2025-05-01 16:45 Takuya Wakazono
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox