summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-03-26 17:03:16 +0100
committerJohannes Huber <johu@gentoo.org>2016-03-26 17:03:16 +0100
commitc31060bbc3a1c19b50273915882009f2d00bfc78 (patch)
treeaccc18595a773be95a85ffa175f306807c43581c
parent6b2a6d3968dd7e5890349d4f82c4ca2fbf6d5b40 (diff)
downloadkde-c31060bbc3a1c19b50273915882009f2d00bfc78.tar.gz
kde-c31060bbc3a1c19b50273915882009f2d00bfc78.tar.bz2
kde-c31060bbc3a1c19b50273915882009f2d00bfc78.zip
kde-misc/plasma-lionmail: Remove
Dead upstream. Uses deprecated kdelibs4. Testing snapshot in gentoo main tree available.
-rw-r--r--kde-misc/plasma-lionmail/metadata.xml8
-rw-r--r--kde-misc/plasma-lionmail/plasma-lionmail-9999.ebuild26
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-misc/plasma-lionmail/metadata.xml b/kde-misc/plasma-lionmail/metadata.xml
deleted file mode 100644
index 2fdbf33d963..00000000000
--- a/kde-misc/plasma-lionmail/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-misc/plasma-lionmail/plasma-lionmail-9999.ebuild b/kde-misc/plasma-lionmail/plasma-lionmail-9999.ebuild
deleted file mode 100644
index d4ff71d7448..00000000000
--- a/kde-misc/plasma-lionmail/plasma-lionmail-9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="A Plasma widget displaying new and important email"
-HOMEPAGE="http://www.kde.org http://www.vizzzion.org"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="4"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
- $(add_kdeapps_dep kdepimlibs)
- app-office/akonadi-server
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- dev-qt/qtwebkit:4
-"
-RDEPEND="${DEPEND}
- $(add_kdeapps_dep kdepim-runtime)
-"