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:
3
dev-qt/qttranslations/Manifest
Normal file
3
dev-qt/qttranslations/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST qttranslations-everywhere-opensource-src-5.15.18.tar.xz 1612872 BLAKE2B b550aeb57c8496e244dabe2aa86c3fbdb8291c1a24642b4e3005b3b0dcb36f8b425921d611e4171d01eb20fe1387f402de4051bcb2fef40b7ab55f56deacc40c SHA512 52a1ca84c01c4a2728d1b7a3168c8d6ffd12f8e8528d729b422d9339a01dcbcb5a768999a252b28b6f4041eb20f874fe74c0389724c54a09ec9dfe42312b4af9
|
||||
DIST qttranslations-everywhere-src-6.10.3.tar.xz 1680584 BLAKE2B 8ac578dd74d654597ed98ef707008e8f182647c3a60da95ea7fee95167a4237f17f3ef604caeb7e3d1bd4d0e096070ac20295ee9c0851b32794e87504079fc75 SHA512 fd504e1fbcc87833b5a6eb6623970e9beecdf2b2c081a4aea5a7c38230ebfa23afa7563d79de0e9f4d5c0579012047441e169ef7ced84b9e7c46aa51dc7d80df
|
||||
DIST qttranslations-everywhere-src-6.11.1.tar.xz 1684616 BLAKE2B 0b2ad946d1deab2cb45fe4a857db157228d4dc9164c5292af4fbc75834b785db512bf0c99cef0b4a0790564a9d038230fe6a2a78c23549f6a41aa3415b386eaf SHA512 e09c2be4ce6160c9cc853a96051a5f1a7d1bc8ba407cba781db48d3f6bc658c1d9fdb999ca3c41f26b3cb3a26ece62e7439437f4445cfc71afccb5dc3987dff4
|
||||
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://qt-project.atlassian.net/</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.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}*"
|
||||
16
dev-qt/qttranslations/qttranslations-6.10.3.ebuild
Normal file
16
dev-qt/qttranslations/qttranslations-6.10.3.ebuild
Normal file
@ -0,0 +1,16 @@
|
||||
# Copyright 2021-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
QT6_RESTRICT_TESTS=1 # no tests
|
||||
inherit qt6-build
|
||||
|
||||
DESCRIPTION="Translation files for the Qt6 framework"
|
||||
|
||||
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86"
|
||||
fi
|
||||
|
||||
DEPEND="~dev-qt/qtbase-${PV}:6"
|
||||
BDEPEND="~dev-qt/qttools-${PV}:6[linguist]"
|
||||
16
dev-qt/qttranslations/qttranslations-6.11.1.ebuild
Normal file
16
dev-qt/qttranslations/qttranslations-6.11.1.ebuild
Normal file
@ -0,0 +1,16 @@
|
||||
# Copyright 2021-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
QT6_RESTRICT_TESTS=1 # no tests
|
||||
inherit qt6-build
|
||||
|
||||
DESCRIPTION="Translation files for the Qt6 framework"
|
||||
|
||||
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86"
|
||||
fi
|
||||
|
||||
DEPEND="~dev-qt/qtbase-${PV}:6"
|
||||
BDEPEND="~dev-qt/qttools-${PV}:6[linguist]"
|
||||
16
dev-qt/qttranslations/qttranslations-6.11.9999.ebuild
Normal file
16
dev-qt/qttranslations/qttranslations-6.11.9999.ebuild
Normal file
@ -0,0 +1,16 @@
|
||||
# Copyright 2021-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
QT6_RESTRICT_TESTS=1 # no tests
|
||||
inherit qt6-build
|
||||
|
||||
DESCRIPTION="Translation files for the Qt6 framework"
|
||||
|
||||
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
DEPEND="~dev-qt/qtbase-${PV}:6"
|
||||
BDEPEND="~dev-qt/qttools-${PV}:6[linguist]"
|
||||
16
dev-qt/qttranslations/qttranslations-6.12.9999.ebuild
Normal file
16
dev-qt/qttranslations/qttranslations-6.12.9999.ebuild
Normal file
@ -0,0 +1,16 @@
|
||||
# Copyright 2021-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
QT6_RESTRICT_TESTS=1 # no tests
|
||||
inherit qt6-build
|
||||
|
||||
DESCRIPTION="Translation files for the Qt6 framework"
|
||||
|
||||
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
DEPEND="~dev-qt/qtbase-${PV}:6"
|
||||
BDEPEND="~dev-qt/qttools-${PV}:6[linguist]"
|
||||
16
dev-qt/qttranslations/qttranslations-6.9999.ebuild
Normal file
16
dev-qt/qttranslations/qttranslations-6.9999.ebuild
Normal file
@ -0,0 +1,16 @@
|
||||
# Copyright 2021-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
QT6_RESTRICT_TESTS=1 # no tests
|
||||
inherit qt6-build
|
||||
|
||||
DESCRIPTION="Translation files for the Qt6 framework"
|
||||
|
||||
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
DEPEND="~dev-qt/qtbase-${PV}:6"
|
||||
BDEPEND="~dev-qt/qttools-${PV}:6[linguist]"
|
||||
Reference in New Issue
Block a user