summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-05 21:38:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-06 10:17:39 +0200
commitbee345d47ce0296238e3f6b9edb50ceca4d6d5e1 (patch)
treeeb17481e8b0dc4b558a5204730cb97deeb2e6126 /dev-libs/plasma-wayland-protocols
parentdev-libs/plasma-wayland-protocols: 1.2.1 version bump (diff)
downloadgentoo-bee345d47ce0296238e3f6b9edb50ceca4d6d5e1.tar.gz
gentoo-bee345d47ce0296238e3f6b9edb50ceca4d6d5e1.tar.bz2
gentoo-bee345d47ce0296238e3f6b9edb50ceca4d6d5e1.zip
dev-libs/plasma-wayland-protocols: Drop 1.2.0-r1
Package-Manager: Portage-3.0.18, 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/Manifest1
-rw-r--r--dev-libs/plasma-wayland-protocols/files/plasma-wayland-protocols-1.2.0-version.patch24
-rw-r--r--dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.2.0-r1.ebuild21
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-libs/plasma-wayland-protocols/Manifest b/dev-libs/plasma-wayland-protocols/Manifest
index 32909daea77d..588d9a514377 100644
--- a/dev-libs/plasma-wayland-protocols/Manifest
+++ b/dev-libs/plasma-wayland-protocols/Manifest
@@ -1,3 +1,2 @@
DIST plasma-wayland-protocols-1.1.1.tar.xz 38380 BLAKE2B 0dfeb13455932d0853084d87c8b385c7d4d51bf7de05325c0c26221dbb9c8966287146cbff6c4fe1ae45ce7bcb86bbb572852e53ca10c1aa8d00dcc012224f66 SHA512 82244fd9a6c25d8faa8aa64f57cb64ac8e589908cc3b0665ca9c8ce98bd42a8e9cae0f40484bacf3a05107c9e14613d1c9be80b363ba690d36c676ca62da8b9c
-DIST plasma-wayland-protocols-1.2.0.tar.xz 38692 BLAKE2B d1d301160db714741d344932a6ae055ab59f1a850d11b3000dae3e615a072047dc6f123664f5fea3cf2a8e919c6f49617cce4161f9652e75d66e837595a102bc SHA512 a28a469e9bb895ca3660d6a0f1cc97638804a207c2e5cb450deca8a16d3f2f0ba9813fe66ccd0c97a262cdb532fffc1174bdb3f5c58e78b04e584b92e068e1d9
DIST plasma-wayland-protocols-v1.2.1.tar.xz 38716 BLAKE2B cf651ae6511ac8c2c00c71cc9d3cfd3f76132adc29d143cbd71fd0d22b5cebe221aeeff1db534e62515a297b07cbd6b705752a0da0498b12635455cfba8f06b0 SHA512 7c94ec6e1a6e47651ea3194a238b2a2e28452c541095c17b0d7cf240a939bebb854c2acbff1ca56cc5a737ba2c802bd04674c7a3b0be623e3bd4328741374306
diff --git a/dev-libs/plasma-wayland-protocols/files/plasma-wayland-protocols-1.2.0-version.patch b/dev-libs/plasma-wayland-protocols/files/plasma-wayland-protocols-1.2.0-version.patch
deleted file mode 100644
index 1901c02b1e97..000000000000
--- a/dev-libs/plasma-wayland-protocols/files/plasma-wayland-protocols-1.2.0-version.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From e4bc4e0d60484507d2808a8d271b7e0b3675f098 Mon Sep 17 00:00:00 2001
-From: Aleix Pol <aleixpol@kde.org>
-Date: Sat, 27 Mar 2021 12:29:14 +0100
-Subject: [PATCH] Bump version to 1.2.0
-
----
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 32534c5c..0228c329 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,6 +1,6 @@
- cmake_minimum_required(VERSION 3.5)
-
--project(PlasmaWaylandProtocols VERSION 1.1.1)
-+project(PlasmaWaylandProtocols VERSION 1.2.0)
-
- include(FeatureSummary)
- include(CMakePackageConfigHelpers)
---
-GitLab
-
diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.2.0-r1.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.2.0-r1.ebuild
deleted file mode 100644
index caf56431f3ed..000000000000
--- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_NONGUI=true
-KFMIN=5.74.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}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-PATCHES=( "${FILESDIR}/${P}-version.patch" )