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: 22.04.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,2 +1,3 @@ | ||
DIST cervisia-21.08.3.tar.xz 1912392 BLAKE2B 17524334d797793f2029046a7914fbc6fb846a36cf675daf6dcb1205412c18268b72102290c8eb9cb61bce3977050f98715dcc84383c4a19555f6b6ea49d688d SHA512 6361ff9a3892d6245744e1cefcdcfc1dac534c649280c0c06dd3e53b31d5c87289ab183cb4e6c80a06f6df0f7859e226a7c1a424ec384e83fff4732482661f97 | ||
DIST cervisia-21.12.3.tar.xz 1912284 BLAKE2B be6452c3e93b25b544b96a61cadfb639b312d6108a8c7779e1c50e500672cd46406fd788f9b67df78f67140980b5c834cc6fd79464d52074f1a81bf3a09e64ad SHA512 6fe53f0aa25d9488bdb7285a152f3d6da90b10b1b8e415fd1d05d8fabec557f2be8585da3bc766c5371f651a8a005f50057329fdba60f142111f4995ed4a5a54 | ||
DIST cervisia-22.04.0.tar.xz 1913452 BLAKE2B 2790c59130fa286dbf56072cc41ab18f8b1fe5677464810352e52140167821921c66ffa1537bc94d5ebe067a408fc45be5595d239362117ff2a9a381673d881e SHA512 0bf6f487c3a2307b5c74e08f5e8821202fed75e61ee279f0828b223a2dc3f819baaa90dbad7a14ef621f8804fc81df99be27c85d0f568212de3e44818e3b1783 |
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-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="forceoptional" | ||
KFMIN=5.92.0 | ||
QTMIN=5.15.2 | ||
inherit ecm 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 | ||
" |