Add dev-qt from an older version of the gentoo repo
Qt5 has been removed, we restore it since we still use it.
This commit is contained in:
5
dev-qt/qttranslations/Manifest
Normal file
5
dev-qt/qttranslations/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
DIST qttranslations-everywhere-opensource-src-5.15.16.tar.xz 1626988 BLAKE2B 94ba45fff3007b5635bf6c5b904820d3ebdf9b4dc7448b3e12e35f4d52f8d789fe3c887dc43b061d00fda088b640e0fd68d4864ec21dbb1efbe1fe274ac30250 SHA512 9702390b89696211b1d85a11143e3432231085c2d96b298ea584f43e8db215bf5cdb5fb5355c8c4d900d1f761dfd3dc0d5c16df2ed0cca483557f8b867e3b2ac
|
||||
DIST qttranslations-everywhere-opensource-src-5.15.17.tar.xz 1628896 BLAKE2B fa9c05518fde7c3c3330970e0549a63a9e1b006d7fdcc08020b84fa753e0dc06269f2ab2c3e516feab360e4c47af3d059280fe9fb3f8921e49e9757ae87c82c7 SHA512 3e24d734b6e3f46837d6c0cfdc59b0d049edfad6218c5e8667d6e30f2f333a9b670985e6ee03fc547671781df5cd95721c353a0505e90d6bda4ee42e8a4feb3a
|
||||
DIST qttranslations-everywhere-src-6.8.2.tar.xz 1550960 BLAKE2B 355724696ce37f569b38b36444302b8c752e35119e1df2d72c0f1873aebc991f91ce6220a6aa765f85558f1aed5523e341437d6ee3690ef897dfb85d337e67ca SHA512 f353eb3bbea5719968c32078ea7b330e67f18c03f03d9082154b74e2141f520084ba80454587c3e785d2de4ed3d4a64a6fb9bb500547647144b6d613fd6c0c3d
|
||||
DIST qttranslations-everywhere-src-6.8.3.tar.xz 1577680 BLAKE2B c59088a59cbf3b81a96d381144a2814bc2ccdddf3329c7f24df7821b7c59561e585e03a252fa3dd446cb21d7a5a9bfed38bad131c65e7d53920567974a5605cb SHA512 d5df6136d3f66c93c0dd6d98c7a467c8b939d7bf5c90b5acff69262163c1e7cccc0c4f2f83b5ef06179601578b4a109f2f0c76c3897a31d3fb2567995fc55328
|
||||
DIST qttranslations-everywhere-src-6.9.0.tar.xz 1554044 BLAKE2B 3421d066db06f8c185ab95dc03d2b4f3089a3b56fd231100e04eb046d666f587e2d556a62fa64b77ad3072a9148698e56219c710c7390bc4c0f942ca1d9f1310 SHA512 c91d97525bea1b9052d80ae8fe114503acbc83bf9e310446cdfb69b7fa167b64150fe14027072f3981b1b3a8bc4aab67e4c47a038ba6d49aa96933296a11c46f
|
||||
19
dev-qt/qttranslations/metadata.xml
Normal file
19
dev-qt/qttranslations/metadata.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>qt@gentoo.org</email>
|
||||
<name>Gentoo Qt Project</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<bugs-to>https://bugreports.qt.io/</bugs-to>
|
||||
<doc>https://doc.qt.io/</doc>
|
||||
<remote-id type="github">qt/qttranslations</remote-id>
|
||||
</upstream>
|
||||
<slots>
|
||||
<subslots>
|
||||
Must only be used by packages that are known to use private parts of the Qt API.
|
||||
</subslots>
|
||||
</slots>
|
||||
</pkgmetadata>
|
||||
17
dev-qt/qttranslations/qttranslations-5.15.16.ebuild
Normal file
17
dev-qt/qttranslations/qttranslations-5.15.16.ebuild
Normal file
@ -0,0 +1,17 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
if [[ ${PV} != *9999* ]]; then
|
||||
KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86"
|
||||
fi
|
||||
|
||||
inherit qt5-build
|
||||
|
||||
DESCRIPTION="Translation files for the Qt5 framework"
|
||||
|
||||
IUSE=""
|
||||
|
||||
DEPEND="=dev-qt/qtcore-${QT5_PV}*"
|
||||
BDEPEND="=dev-qt/linguist-tools-${QT5_PV}*"
|
||||
17
dev-qt/qttranslations/qttranslations-5.15.17.ebuild
Normal file
17
dev-qt/qttranslations/qttranslations-5.15.17.ebuild
Normal file
@ -0,0 +1,17 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
if [[ ${PV} != *9999* ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
inherit qt5-build
|
||||
|
||||
DESCRIPTION="Translation files for the Qt5 framework"
|
||||
|
||||
IUSE=""
|
||||
|
||||
DEPEND="=dev-qt/qtcore-${QT5_PV}*"
|
||||
BDEPEND="=dev-qt/linguist-tools-${QT5_PV}*"
|
||||
17
dev-qt/qttranslations/qttranslations-5.15.18.ebuild
Normal file
17
dev-qt/qttranslations/qttranslations-5.15.18.ebuild
Normal file
@ -0,0 +1,17 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
if [[ ${PV} != *9999* ]]; then
|
||||
KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86"
|
||||
fi
|
||||
|
||||
inherit qt5-build
|
||||
|
||||
DESCRIPTION="Translation files for the Qt5 framework"
|
||||
|
||||
IUSE=""
|
||||
|
||||
DEPEND="=dev-qt/qtcore-${QT5_PV}*"
|
||||
BDEPEND="=dev-qt/linguist-tools-${QT5_PV}*"
|
||||
Reference in New Issue
Block a user