From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2684C138334 for ; Sat, 7 Jul 2018 10:30:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E23C1E0B30; Sat, 7 Jul 2018 10:30:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5BE8E0B30 for ; Sat, 7 Jul 2018 10:30:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47DD5335C8C for ; Sat, 7 Jul 2018 10:30:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D74DB354 for ; Sat, 7 Jul 2018 10:30:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1530959395.9ce3651a16eabbb973a092c3027d0c64a1910003.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kdecoration/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kdecoration/kdecoration-5.13.2.ebuild X-VCS-Directories: kde-plasma/kdecoration/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9ce3651a16eabbb973a092c3027d0c64a1910003 X-VCS-Branch: master Date: Sat, 7 Jul 2018 10:30:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9075f7a6-e1b7-43a6-9ed7-ffb6b4659913 X-Archives-Hash: 3ed9557e5de60d6059faee471af40046 commit: 9ce3651a16eabbb973a092c3027d0c64a1910003 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 7 09:05:48 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 7 10:29:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce3651a kde-plasma/kdecoration: Drop 5.13.2 (r0) Package-Manager: Portage-2.3.41, Repoman-2.3.9 kde-plasma/kdecoration/kdecoration-5.13.2.ebuild | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/kde-plasma/kdecoration/kdecoration-5.13.2.ebuild b/kde-plasma/kdecoration/kdecoration-5.13.2.ebuild deleted file mode 100644 index fce30fa8c29..00000000000 --- a/kde-plasma/kdecoration/kdecoration-5.13.2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Plugin based library to create window decorations" -LICENSE="|| ( LGPL-2.1 LGPL-3 )" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND="$(add_qt_dep qtgui)" -RDEPEND="${DEPEND}"