diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-07-05 11:52:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-05 12:00:09 +0200 |
commit | fc2b734215c6b0c9ac255cef6f5a7761a7148a59 (patch) | |
tree | 8586be7f1a1698ec4029fbb0fae4b3a0b3a4c78f /kde-apps | |
parent | x11-misc/lightdm-kde: Remove last-rited pkg, #620796 (diff) | |
download | gentoo-fc2b734215c6b0c9ac255cef6f5a7761a7148a59.tar.gz gentoo-fc2b734215c6b0c9ac255cef6f5a7761a7148a59.tar.bz2 gentoo-fc2b734215c6b0c9ac255cef6f5a7761a7148a59.zip |
kde-apps/plasma-runtime: Remove last-rited pkg, #620792
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/plasma-runtime/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/plasma-runtime/metadata.xml | 8 | ||||
-rw-r--r-- | kde-apps/plasma-runtime/plasma-runtime-16.04.3.ebuild | 22 |
3 files changed, 0 insertions, 31 deletions
diff --git a/kde-apps/plasma-runtime/Manifest b/kde-apps/plasma-runtime/Manifest deleted file mode 100644 index 4e5805cb5808..000000000000 --- a/kde-apps/plasma-runtime/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kde-runtime-16.04.3.tar.xz 7903920 SHA256 690e0f848b305b8a2491dbcd01b6e511d64c98d991226cd8a1dc35f23372505d SHA512 df52cd4c423030d3457bb907eb0bef0cdd3c8bce283d9f181b7ae6b7b4ce9c59a34f874f9ac6d2bd59597647a3c6315d772b2551c739423378186d4debbb53ae WHIRLPOOL e4a4a6c3ab315517f757dce952db14e154d4674cf555e1315f018f10cc2a443deede74cf3d370f0c92ab839b35bce8bd360a958cd7edf1ae56720c5ec7d029b5 diff --git a/kde-apps/plasma-runtime/metadata.xml b/kde-apps/plasma-runtime/metadata.xml deleted file mode 100644 index 2fdbf33d963d..000000000000 --- a/kde-apps/plasma-runtime/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> -</pkgmetadata> diff --git a/kde-apps/plasma-runtime/plasma-runtime-16.04.3.ebuild b/kde-apps/plasma-runtime/plasma-runtime-16.04.3.ebuild deleted file mode 100644 index 6187a8a86533..000000000000 --- a/kde-apps/plasma-runtime/plasma-runtime-16.04.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KMNAME="kde-runtime" -KMMODULE="plasma" -DECLARATIVE_REQUIRED="always" -WEBKIT_REQUIRED="always" -inherit kde4-meta - -DESCRIPTION="Script engine and package tool for plasma" -KEYWORDS="amd64 x86" -IUSE="debug" - -DEPEND=" - kde-frameworks/kactivities:4 -" -RDEPEND="${DEPEND}" - -# bug 443748 -RESTRICT=test |