Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kdecoration/
Date: Sat, 07 Jul 2018 10:30:19
Message-Id: 1530959395.9ce3651a16eabbb973a092c3027d0c64a1910003.asturm@gentoo
1 commit: 9ce3651a16eabbb973a092c3027d0c64a1910003
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 7 09:05:48 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 7 10:29:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce3651a
7
8 kde-plasma/kdecoration: Drop 5.13.2 (r0)
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 kde-plasma/kdecoration/kdecoration-5.13.2.ebuild | 16 ----------------
13 1 file changed, 16 deletions(-)
14
15 diff --git a/kde-plasma/kdecoration/kdecoration-5.13.2.ebuild b/kde-plasma/kdecoration/kdecoration-5.13.2.ebuild
16 deleted file mode 100644
17 index fce30fa8c29..00000000000
18 --- a/kde-plasma/kdecoration/kdecoration-5.13.2.ebuild
19 +++ /dev/null
20 @@ -1,16 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -KDE_TEST="forceoptional"
27 -VIRTUALX_REQUIRED="test"
28 -inherit kde5
29 -
30 -DESCRIPTION="Plugin based library to create window decorations"
31 -LICENSE="|| ( LGPL-2.1 LGPL-3 )"
32 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
33 -IUSE=""
34 -
35 -DEPEND="$(add_qt_dep qtgui)"
36 -RDEPEND="${DEPEND}"