diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-07-19 16:09:21 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-07-19 17:38:30 +0200 |
commit | fc427546d6d4a322d82ea9e56c3a7b475288f9a2 (patch) | |
tree | ba21694fc899926842290f2783337ed4b2585c32 /kde-frameworks | |
parent | kde-frameworks/kded: drop 5.95.0 (diff) | |
download | gentoo-fc427546d6d4a322d82ea9e56c3a7b475288f9a2.tar.gz gentoo-fc427546d6d4a322d82ea9e56c3a7b475288f9a2.tar.bz2 gentoo-fc427546d6d4a322d82ea9e56c3a7b475288f9a2.zip |
kde-frameworks/kdesu: drop 5.95.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/kdesu/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kdesu/kdesu-5.95.0.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-frameworks/kdesu/Manifest b/kde-frameworks/kdesu/Manifest index 162319145595..21ac244804cc 100644 --- a/kde-frameworks/kdesu/Manifest +++ b/kde-frameworks/kdesu/Manifest @@ -1,3 +1,2 @@ DIST kdesu-5.92.0.tar.xz 55452 BLAKE2B 6c150c1f623fe8132b23abfe2ccf4defb4c9b9bdb538da170585247d3fdca615eeb76d31050f62e28d947a0926fc4731197b25b70a59e87711136de56062cf0f SHA512 6820edaf1233dacc4e71d7cac3e38048fc4fe19df7ef45f51346b07157a57107272fff3386547f0105597b3a7da6076305d955ab0fbcafe5ab9dc4160582deee -DIST kdesu-5.95.0.tar.xz 55852 BLAKE2B 2d185793075a4847d1886f090814fb1e4985c199fe189690f383c4d5092444719fd17d2062ace29d30bedf4b4b980cc540c6caf939f85b7f5ef74366ff18d9f9 SHA512 d088d274b433b44a3acc0a8a47c4aa15f7d9d0c9e3d3dc6f71c93df052f1a3bc0b04fb18b476d55535c750eb73638f9d6fc7ead88d3bc269139561cdd0b7d8a7 DIST kdesu-5.96.0.tar.xz 56032 BLAKE2B 976d7fd5def2e358107d834a092e76bda29776b87ec0e2c7a5b990ddc49e399dfbeabc951ec9a71c3da6660a8b8a33c0f899f80add7ab9784a12893f3fbf3d63 SHA512 8ccaebb8e0276fc6e661d15f57271ff05ed83309fc601301796a60f36346a2f105026e43f7c71b2692b0d1d3b7ba0447518e8500ace1c01c9f7c33b0d24e3d8e diff --git a/kde-frameworks/kdesu/kdesu-5.95.0.ebuild b/kde-frameworks/kdesu/kdesu-5.95.0.ebuild deleted file mode 100644 index 642ef2c2ee3a..000000000000 --- a/kde-frameworks/kdesu/kdesu-5.95.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="true" -PVCUT=$(ver_cut 1-2) -inherit ecm kde.org - -DESCRIPTION="Framework to handle super user actions" - -LICENSE="LGPL-2" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -IUSE="X" - -RDEPEND=" - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kpty-${PVCUT}*:5 - X? ( x11-libs/libX11 ) -" -DEPEND="${RDEPEND} - X? ( x11-base/xorg-proto ) -" - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package X X11) - ) - - ecm_src_configure -} |