diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-06-06 18:39:32 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-06-10 17:29:42 +0200 |
commit | a4f6d172bf27ee9ae5d3f8ec8eb64a8d38f6d1f1 (patch) | |
tree | bf7ea39f00c6781f3251ad455b9bfc23e7d89486 /dev-libs/plasma-wayland-protocols | |
parent | kde-apps/kate: Drop 20.12.3 (r0) (diff) | |
download | gentoo-a4f6d172bf27ee9ae5d3f8ec8eb64a8d38f6d1f1.tar.gz gentoo-a4f6d172bf27ee9ae5d3f8ec8eb64a8d38f6d1f1.tar.bz2 gentoo-a4f6d172bf27ee9ae5d3f8ec8eb64a8d38f6d1f1.zip |
dev-libs/plasma-wayland-protocols: Drop 1.1.1
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/plasma-wayland-protocols')
-rw-r--r-- | dev-libs/plasma-wayland-protocols/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.1.1.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-libs/plasma-wayland-protocols/Manifest b/dev-libs/plasma-wayland-protocols/Manifest index 2721612560b9..56dcbd8316a0 100644 --- a/dev-libs/plasma-wayland-protocols/Manifest +++ b/dev-libs/plasma-wayland-protocols/Manifest @@ -1,2 +1 @@ -DIST plasma-wayland-protocols-1.1.1.tar.xz 38380 BLAKE2B 0dfeb13455932d0853084d87c8b385c7d4d51bf7de05325c0c26221dbb9c8966287146cbff6c4fe1ae45ce7bcb86bbb572852e53ca10c1aa8d00dcc012224f66 SHA512 82244fd9a6c25d8faa8aa64f57cb64ac8e589908cc3b0665ca9c8ce98bd42a8e9cae0f40484bacf3a05107c9e14613d1c9be80b363ba690d36c676ca62da8b9c DIST plasma-wayland-protocols-1.3.0.tar.xz 39052 BLAKE2B 4024ac8c31c1620eb88b027084e9219368f570719cdb53ccff30594de7ebd5e0c01c8baf580d9c19115aa4632bc960fd8e44fd6bf97919e61faf24c1a43fbfdf SHA512 4c0466bbbe07399d4c54d4f04d7bee92826a6009c61fd7e6898c04d12e906c68fce25c520583225aef18737071b71b85814070a769a4f00e2a71b709568c1695 diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.1.1.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.1.1.ebuild deleted file mode 100644 index 8a6dc27d5ba9..000000000000 --- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.1.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_NONGUI=true -KFMIN=5.69.0 -inherit ecm kde.org - -DESCRIPTION="Plasma Specific Protocols for Wayland" -HOMEPAGE="https://invent.kde.org/libraries/plasma-wayland-protocols" - -if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" -fi - -LICENSE="LGPL-2.1" -SLOT="0" |