* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/corehunt/
@ 2021-04-03 18:55 Maciej Barć
0 siblings, 0 replies; 2+ 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] 2+ 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; 2+ 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] 2+ messages in thread
end of thread, other threads:[~2024-01-13 12:00 UTC | newest]
Thread overview: 2+ 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox