diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-05 17:32:06 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-05 18:36:00 +0100 |
commit | f0897acf6f55d7f252a9e2ade66bfcbaccd60754 (patch) | |
tree | 9f8d469ab081f233d1a8abd9f4bbb31374d64cd3 /kde-plasma/kdecoration | |
parent | kde-plasma/kde-gtk-config: drop 5.20.4* (diff) | |
download | gentoo-f0897acf6f55d7f252a9e2ade66bfcbaccd60754.tar.gz gentoo-f0897acf6f55d7f252a9e2ade66bfcbaccd60754.tar.bz2 gentoo-f0897acf6f55d7f252a9e2ade66bfcbaccd60754.zip |
kde-plasma/kdecoration: drop 5.20.4*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kdecoration')
-rw-r--r-- | kde-plasma/kdecoration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kdecoration/kdecoration-5.20.4.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index 486383e481cc..016433257ef3 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1,3 +1,2 @@ DIST kdecoration-5.19.5.tar.xz 43832 BLAKE2B 7d72c6014e6893f194c3c1faa2cab0cde122ed51e39006c95eda2bff247601e54d973cb2ad7ce6a92bc410db288396e279efb5b15c911d7008d47d566e9b504d SHA512 74ce5ed6a071ebc484103a2efbfbf3f2f624852dc00e141ced85813571bffb351f832dd6162c1c672274006c7bf2c7b64d59e5224f5eca6d17cd3e3a2e35151b -DIST kdecoration-5.20.4.tar.xz 45516 BLAKE2B 2044c72d710e086fe652e044ed7701cf581c598368204ca4e10ce9954cd347b177e676b2ccaa04533261eca395acb3d51fce748825ccb43da53de4f92b448612 SHA512 0102144eb64998f8bbca969b7c77e0b04d8562651b6c9905cd9f35f8252fc1e7e943f5cb4705e6f82636cafa5bff608e3f82930aa8638f963c1ad34b5d766796 DIST kdecoration-5.20.5.tar.xz 45524 BLAKE2B 3ba5a83c51664ce45b21055ca839cd390feb206d98c8b4380895ccc81f861b741a1a01d70f0417f36020322e5e94aa58ba41e75300a2d987dd3a27f65907b5fb SHA512 020130695a865a98acc3b8ec783650877addec8beb6ee96b87bf74f7bedd63aa2d06629d3f8f59a1b76ded72b4a6c85d462d61ed6c9a37876fd2f8123af8fdfe diff --git a/kde-plasma/kdecoration/kdecoration-5.20.4.ebuild b/kde-plasma/kdecoration/kdecoration-5.20.4.ebuild deleted file mode 100644 index e66f43ab382d..000000000000 --- a/kde-plasma/kdecoration/kdecoration-5.20.4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_TEST="forceoptional" -KFMIN=5.74.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.15.1 -VIRTUALX_REQUIRED="test" -inherit ecm kde.org - -DESCRIPTION="Plugin based library to create window decorations" - -LICENSE="|| ( LGPL-2.1 LGPL-3 )" -SLOT="5" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 -" -RDEPEND="${DEPEND}" |