forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-apps/cervisia: 24.08.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST cervisia-24.05.2.tar.xz 1809576 BLAKE2B 71a2ac1710f006d7b608718a556fd138397e9b12e7f89ee76257063799284b5c6fdfda325781140ebaee1bbdbf2160f13c4c323bb30412a76196ab534381c461 SHA512 a873b04e3c51818607f22d96f6e257dce5a1982f8b5afd3ef860eb90d278bd72a74f672126b4257c83b2bc22c5af21ee4e11cd4db2b4a218f08d5e159577a9aa | ||
DIST cervisia-24.08.0.tar.xz 1809712 BLAKE2B df632ed71743ea8eba2fc9216f0574be09299ea8f6d29b0242d06d0711e13b508af888da4c8252dc0d13a0a0936aabe10d4a774f70ba18a185509627f3f4423e SHA512 2ffde343f46dda98d1084438ac566fa1b703f7e792b2eeee3d9d52de80449242e0ac4f5b8d40a98d642428bae2ee29db3efc0163a05f5e7cf3f0af8cfe8ec080 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="forceoptional" | ||
KFMIN=5.115.0 | ||
QTMIN=5.15.12 | ||
inherit ecm gear.kde.org | ||
|
||
DESCRIPTION="CVS frontend by KDE" | ||
HOMEPAGE="https://apps.kde.org/cervisia/" | ||
|
||
LICENSE="GPL-2" # TODO: CHECK | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~riscv ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtdbus-${QTMIN}:5 | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-frameworks/kcompletion-${KFMIN}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/kdesu-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kiconthemes-${KFMIN}:5 | ||
>=kde-frameworks/kinit-${KFMIN}:5 | ||
>=kde-frameworks/kio-${KFMIN}:5 | ||
>=kde-frameworks/kitemviews-${KFMIN}:5 | ||
>=kde-frameworks/knotifications-${KFMIN}:5 | ||
>=kde-frameworks/kparts-${KFMIN}:5 | ||
>=kde-frameworks/kservice-${KFMIN}:5 | ||
>=kde-frameworks/ktextwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
" | ||
RDEPEND="${DEPEND} | ||
dev-vcs/cvs | ||
" |