diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-09-14 12:32:28 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-09-14 12:32:28 +0100 |
commit | e8aa09f74c8ba0c9e1c5ae3ab49f93b6a0820330 (patch) | |
tree | 14ad0b4141ec6704388a9130b87976ed75435984 /app-dicts | |
parent | 6fcdccbe589d724b6c268b49f66414e40eb0d807 (diff) |
gentoo auto-resync : 14:09:2024 - 12:32:27
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/Manifest.gz | bin | 31498 -> 31495 bytes | |||
-rw-r--r-- | app-dicts/dikt/Manifest | 6 | ||||
-rw-r--r-- | app-dicts/dikt/dikt-2s_p1.ebuild | 40 | ||||
-rw-r--r-- | app-dicts/dikt/dikt-3.ebuild | 33 | ||||
-rw-r--r-- | app-dicts/dikt/metadata.xml | 2 |
5 files changed, 37 insertions, 44 deletions
diff --git a/app-dicts/Manifest.gz b/app-dicts/Manifest.gz Binary files differindex 2e82fc4be2d7..d57991437f90 100644 --- a/app-dicts/Manifest.gz +++ b/app-dicts/Manifest.gz diff --git a/app-dicts/dikt/Manifest b/app-dicts/dikt/Manifest index 67a73e1f3abf..ed276d391521 100644 --- a/app-dicts/dikt/Manifest +++ b/app-dicts/dikt/Manifest @@ -1,3 +1,3 @@ -DIST dikt-2s1.tar.xz 52620 BLAKE2B 7afbefdf136b4aaf81ca30399263760a10366c362f07cf620a2c42ab10e5cd6b1eb3ada308f99d7a80a077089cc189ca634d5fdb30a30063dc12fc5e748ad555 SHA512 b7b26ace5ce6326191047d0d0515db2b88e790475be569d7bb994879046aa26c93a663d6bef31f8e8b233377ebd602355fb11b275f3aec910f99a5372fcde682 -EBUILD dikt-2s_p1.ebuild 1105 BLAKE2B 6ca32ddeca201d0b31d9c81e1997745d11b02b117063c4df8e88cd30ddbe10840549ccca7de1d7b3229ebd43183186d294e7c5e96caa9335367aaf141f96090a SHA512 33141a6600e52293033e3a1554d6f13ee745aba1cd615067963d83d14a714f729ea3b20a250679db5be076bb52cd5efe7d9c53bacb5be3fc3a962a4adcc8ab9a -MISC metadata.xml 327 BLAKE2B 0b7c1e4e8e567c1b7a3982367ed2ff41069127930448e5824fbd363088a5b67b872131b206deea51986b8cebcfd516558c74a2acb49a7ab846fdab81906381c2 SHA512 d40a39743ead348aa965fbe96f34628ce73513d650a05e83dbd7f05f288077a474f9b367e068c4f099a50b47ea658dcf9f0dee6eefd16485b697aa4a51a70d71 +DIST dikt-3.tar.xz 52808 BLAKE2B f380bf47311e81a2126d312c28ad01981a80ef1cb40e0590e461609020a6ebf8a72bc06625a9a623aeaa661fe842cea7f8dcf1bdfad6f0807b2c96bc8875418e SHA512 441627ba4a168360832889d7de0a3c7a06d32e2d004ba33c95ac948ebbd676217cd13389a0e454011955f1bc8e6b65ced68529003a9cbad0fd75cb86896c8734 +EBUILD dikt-3.ebuild 883 BLAKE2B b6611c407c92b135815b865465df3cd749f0646895a96fb7f7a5d191d007368cc52cc355fce71d50318b55943f3a7240516134a4f598e8ab050441ba1e5b7c1d SHA512 7e1ac46edcf78ea129673e0650e47a12bb850d8e30ef4553b93d587fccd8168d842396c5cc5c89c6deb2e9c2f6deb41c8345f4cc131e7a70d9ef4fa0c12d680d +MISC metadata.xml 325 BLAKE2B a232194e0bb3a08c32cbe1e24a51df85d4a4db6b3d91810f91b9b7b37412dc775bcb423195fe4998b7babf00bac0d2fdfabcb93210c2326f180fc8edd198442f SHA512 8a990875ab0daf1eded6d9a606be432a858ca1ab23c81f622c7f0e970dffa8ad355f357245d21018173f4d684b05e14f82a4cd8faf0bf2dc1d3de61146e0ee7c diff --git a/app-dicts/dikt/dikt-2s_p1.ebuild b/app-dicts/dikt/dikt-2s_p1.ebuild deleted file mode 100644 index 5c83d2d299cd..000000000000 --- a/app-dicts/dikt/dikt-2s_p1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_P=${P/_p/} -KFMIN=5.60.0 -QTMIN=5.12.3 -inherit ecm - -DESCRIPTION="Dictionary application that implements the Dict protocol" -HOMEPAGE="https://dikt.tv/" -SRC_URI="https://bitbucket-archive.softwareheritage.org/static/67/67f37093-df38-43b8-845b-2952e0a33bb3/attachments/${MY_P}.txz -> ${MY_P}.tar.xz" -S="${WORKDIR}/${MY_P}" - -LICENSE="BSD-2" -SLOT="5" -KEYWORDS="~amd64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtprintsupport-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/kcodecs-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kdbusaddons-${KFMIN}:5 - >=kde-frameworks/kguiaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kiconthemes-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 -" -RDEPEND="${DEPEND} - !app-dicts/dikt:4 -" diff --git a/app-dicts/dikt/dikt-3.ebuild b/app-dicts/dikt/dikt-3.ebuild new file mode 100644 index 000000000000..84ef705952d6 --- /dev/null +++ b/app-dicts/dikt/dikt-3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=6.5.0 +QTMIN=6.7.2 +inherit ecm + +DESCRIPTION="Dictionary application that implements the Dict protocol" +HOMEPAGE="https://dikt.tv/" +SRC_URI="https://osdn.net/dl/dikt/${P}.txz -> ${P}.tar.xz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets] + >=kde-frameworks/kcodecs-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kconfigwidgets-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kdbusaddons-${KFMIN}:6 + >=kde-frameworks/kguiaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kiconthemes-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 + >=kde-frameworks/kxmlgui-${KFMIN}:6 +" +RDEPEND="${DEPEND}" diff --git a/app-dicts/dikt/metadata.xml b/app-dicts/dikt/metadata.xml index ffa23c3ee9a7..b6ef16abe2a2 100644 --- a/app-dicts/dikt/metadata.xml +++ b/app-dicts/dikt/metadata.xml @@ -6,6 +6,6 @@ <name>Gentoo KDE Project</name> </maintainer> <upstream> - <remote-id type="bitbucket">dikt/code</remote-id> + <remote-id type="gitlab">dictx/dikt</remote-id> </upstream> </pkgmetadata> |