diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-04 19:14:38 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-04 19:26:36 +0100 |
commit | 2f8d814bdd6d9ba45c4b2f2d56c30dd9b685b967 (patch) | |
tree | 183eff6f9ce729aae1ef259c77f29bbad456f6c5 /kde-apps | |
parent | kde-apps/lokalize: drop 24.08.1 (diff) | |
download | gentoo-2f8d814bdd6d9ba45c4b2f2d56c30dd9b685b967.tar.gz gentoo-2f8d814bdd6d9ba45c4b2f2d56c30dd9b685b967.tar.bz2 gentoo-2f8d814bdd6d9ba45c4b2f2d56c30dd9b685b967.zip |
kde-apps/poxml: drop 24.08.1-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/poxml/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/poxml/poxml-24.08.1-r1.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest index eafc3e42e18f..6e765a319b75 100644 --- a/kde-apps/poxml/Manifest +++ b/kde-apps/poxml/Manifest @@ -1,2 +1 @@ -DIST poxml-24.08.1.tar.xz 44404 BLAKE2B 591fbf927a4adb407613c90e5e6ae16f43244c18a60a55d6e1c55a507c91fb88e38187a23d0c390bc17a76e60eaacd47d4fece6bae97950b202bb2562124a1a0 SHA512 143196e8c25226f5f86194be47b0c88bc1375fa934f53cadd30915d8ddd8bcbcf96e92d9a3796147e28500de722e05ea221756fd7c68546fc7bf6da558378a1d DIST poxml-24.08.3.tar.xz 45212 BLAKE2B 31afd069987d0c5a5a3317a1015dd9f184b2c073dc0b9a5b90dd918e90c5d7c267d232e468c453ee6736f36d387c34acdb8ef998dfd8838c05f14a23203cb9d8 SHA512 b87832a291a8282f557837e5bf2042be6bdff6c8fceb314cf64082008aa344d7ff47925e24b79e6a574aeaedb7ab0757dcbcf87cf44611b9904da05bdaa05a16 diff --git a/kde-apps/poxml/poxml-24.08.1-r1.ebuild b/kde-apps/poxml/poxml-24.08.1-r1.ebuild deleted file mode 100644 index 2a783753d955..000000000000 --- a/kde-apps/poxml/poxml-24.08.1-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" -KFMIN=6.5.0 -QTMIN=6.7.2 -inherit ecm gear.kde.org - -DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="6" -KEYWORDS="amd64 arm64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[xml] - sys-devel/gettext -" -RDEPEND="${DEPEND}" |